News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Resize of Custom Thumbs...

Started by just_some_guy, July 08, 2008, 09:13:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

just_some_guy

Hello,

I am looking to resize my custom thumbnail images to a larger size, however is it possible to only resize the thumb on the intermediate image page (displayimage.php) but not resize the thumbnails that are displayed on the album page. I thought that the "mini_" thumbs were the intermediate image thumbnails and "thumb_" was the the album thumbnail. Is this possible without modification?

Thanks,

jsg
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Stramm

No, the thumb_ thumbnails display on the index and displayimage.php (but you can change your theme to display the mini thumbs for use in the filmstrip).

just_some_guy

Do you know which part of the theme (variable definition / function)?

Cheers,
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Stramm

function theme_display_film_strip is a good start... try an older classic theme (somewhere ~CPG 1.4.5). It has a modified function theme_display_film_strip() that html resizes the thumbs. Somewhere I also posted a filmstrip function that replaces the regular thumbs with the mini thumbs.