No thumbnail images..... No thumbnail images.....
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

No thumbnail images.....

Started by ernie, June 20, 2004, 12:16:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ernie

Ok I just installed this board a few weeks ago and I was try to ge tthe thumbnail image sizes to be a big bigger, and I was messing with the config options and no there are no thumbnail images, all thats there is a red X, but if you click the red X the image shows in the pop up. How do I get the thumbnails back?

Right now I am just not using the thumbnails part, so now when you click on an image it goes right to the full sized image, and this really messes up my theme that im using cause its not made to expand to that size, its just supposed to show another larger thumbnail of the image and then when you click that its supposed to pop up the full sized image, but I don't have the larger sized thumbnails anymore.

Please help.

bit bit spears

please provide a link to your gallery, if your gallery requires login, please provide a test account so you may be provided with further help.

ernie

What I'm trying to do is fix the "Create intermediate pictures" option, I didn't see the if it has the * you can't change the options for those settings when you have pics already uploaded.

Is there a way to fix the "Create intermediate pictures" option so it will create thumnails again for larger images?

Casper

Yes,

use the resize pics utility, in the admin menu, and you can rebuild the thumbs and/or the intermediates there.
(note, if you are using hardwired, this link is missing, so just browse direct to ../util.php)
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

ernie

Quote from: Casper on June 20, 2004, 12:02:13 PM
Yes,

use the resize pics utility, in the admin menu, and you can rebuild the thumbs and/or the intermediates there.
(note, if you are using hardwired, this link is missing, so just browse direct to ../util.php)

ahhh ok I was wondering why I couldn't find that link.....
is there a way to add the .../util.php  into the Hardwired theme?

thanks for the help.

Casper

Yes,

open themes/hardwired/theme.php, and find;

<td class="admin_menu"><a href="searchnew.php" title="">{SEARCHNEW_LNK}</a></td>


And paste in after it;

<td class="admin_menu"><a href="util.php" title="">{UTIL_LNK}</a></td>
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here