Search found 35 matches

by jaredhales
Thu 19. Aug 2004, 21:10
Forum: phpwcms Bug Reports
Topic: phpwcms problem in IE
Replies: 8
Views: 4697

Actually, I think I found another ugly hack that will work for me that doesn't involve changing the phpwcms code. I'll give details once I get it working.
by jaredhales
Thu 19. Aug 2004, 20:04
Forum: phpwcms Bug Reports
Topic: phpwcms problem in IE
Replies: 8
Views: 4697

Dexxus, thanks for your quick replies. It seems that if I could do something of this sort:
<link rel="stylesheet" type="text/css" media="screen" href="phpwcms_template/inc_css/wider.css">
<link rel="stylesheet" type="text/css" media="print" href="phpwcms_template/inc_css/print_layout.css">
It will ...
by jaredhales
Thu 19. Aug 2004, 18:48
Forum: phpwcms Bug Reports
Topic: phpwcms problem in IE
Replies: 8
Views: 4697

ok, so if i setup an alternative stylesheet for the pages, like so:
<link rel="stylesheet" type="text/css" media="print" href="phpwcms_template/inc_css/print_layout.css" />

then whenever someone prints, it should try to make use of my printer friendly stylesheet. does that sound like it will be a ...
by jaredhales
Thu 19. Aug 2004, 18:13
Forum: phpwcms Bug Reports
Topic: phpwcms problem in IE
Replies: 8
Views: 4697

ok, so why does this only cause printing problems in some pages? i believe i am using wider.css for the majority of the site. what's a safe alternative to using absolute positioning?
by jaredhales
Wed 18. Aug 2004, 14:48
Forum: phpwcms Bug Reports
Topic: phpwcms problem in IE
Replies: 8
Views: 4697

phpwcms problem in IE

I have finally finished my phpwcms page for my company. One of my coworkers just discovered a problem with printing in IE. If you go to:
http://www.perfectorder.com/index.php?about_directions
using IE v6.0 on WinXP and try to print the page, IE crashes. This does NOT happen if you click the ...
by jaredhales
Mon 26. Jul 2004, 23:30
Forum: phpwcms Feature Requests
Topic: Multiple CSS
Replies: 11
Views: 2822

I found that you can put multiple css files in:
phpwcms_template/inc_css/

Then, these css file can be assigned to different templates.

This is much easier than maintaining css in each article.
by jaredhales
Fri 23. Jul 2004, 23:11
Forum: phpwcms Support English
Topic: how can I anchor?
Replies: 16
Views: 3533

has there been any new development on this?
by jaredhales
Fri 23. Jul 2004, 23:10
Forum: phpwcms Support English
Topic: Error while updating article
Replies: 5
Views: 1377

thanks, that was a really easy fix.

i don't want to sound unappreciative, but maybe this should be documented better on the upgrade.php?
by jaredhales
Fri 23. Jul 2004, 15:54
Forum: phpwcms Support English
Topic: Error while updating article
Replies: 5
Views: 1377

i upgraded to the 6-22 version from the 3-26 version, and i'm getting this error. i ran the upgrade script selecting the 'older' option. i'm getting a similar error, any suggestions?

error while updating article basis information:
UPDATE phpwcms_article SET article_cid=52,article_title='Test2 ...
by jaredhales
Wed 30. Jun 2004, 16:36
Forum: phpwcms Installation Troubleshooting English
Topic: Can't Make Thumbnails
Replies: 17
Views: 5527

this "create thumbnail" button doesn't seem to work on these files, just when making thumbnails for the first time. any suggestions?
by jaredhales
Thu 17. Jun 2004, 22:27
Forum: phpwcms Installation Troubleshooting English
Topic: Can't Make Thumbnails
Replies: 17
Views: 5527

my sysadmin got it working . . . woohoo!!!

now, osme of my old pictures have icnorrect thumbnails next to them (broken images). and the generate thumbnail button is gone. how do i redo the thumbnails now that it's working?

-jared
by jaredhales
Mon 14. Jun 2004, 17:11
Forum: phpwcms Support English
Topic: how can I anchor?
Replies: 16
Views: 3533

any new developments on this? is there a way to easily link to specific content parts?

or do we just have to put the anchors in and link to them manually?

ideally, we could use a replacement tag where you would provide a content part id, and you are brought to the containing article at that ...
by jaredhales
Mon 14. Jun 2004, 16:08
Forum: phpwcms Installation Troubleshooting English
Topic: Can't Make Thumbnails
Replies: 17
Views: 5527

Oliver Georgi wrote: Often better not to use full path to convert app.
What would you do instead? A relative path?
by jaredhales
Thu 10. Jun 2004, 15:54
Forum: phpwcms Installation Troubleshooting English
Topic: Can't Make Thumbnails
Replies: 17
Views: 5527

i have ImageMagick installed, and i am no longer getting as many errors. but, it is not working properly either. i am getting:

creating thumbnail! wait a moment!

no thumbnail exists

click here to go back



my config file is as follows:

$phpwcms["imagick"] = 1; //0 = GD, 1 = ImageMagick ...
by jaredhales
Wed 9. Jun 2004, 20:47
Forum: phpwcms Installation Troubleshooting English
Topic: Can't Make Thumbnails
Replies: 17
Views: 5527

so, what is required to install ImageMagick and get it working in phpwcms?