[SOLVED] can't change max image size in conf.inc.php?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
stevenlyons
Posts: 69
Joined: Fri 2. Jul 2004, 01:46
Contact:

[SOLVED] can't change max image size in conf.inc.php?

Post by stevenlyons »

OK so I changed the max image size in conf.inc.php (see below) and nothing happens. Images are still stuck at 299 x 400. How to fix this?

Code: Select all

$phpwcms["img_prev_width"]    = 800; //max width of the large preview image
$phpwcms["img_prev_height"]   = 1800; //max height of the large preview image
Last edited by stevenlyons on Wed 28. Jul 2004, 19:10, edited 1 time in total.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Did you experiment by using ftp takeover and re-create a thumbnail of an image to observe if a different size results?
stevenlyons
Posts: 69
Joined: Fri 2. Jul 2004, 01:46
Contact:

Post by stevenlyons »

You mean I have to re-upload all the images and then do FTP Takeover again?


[EDIT] That works, but wow what a major annoyance.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

stevenlyons wrote:You mean I have to re-upload all the images and then do FTP Takeover again?
I don't know, I've never "re-sized". You first just try to "re-create" the thumbnail from the <edit><create thumbnail> buttons of the graphic(s) in file center question and see if it makes a difference. If not... then perhaps the answer is YES :(
Post Reply