forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: just_some_guy on July 08, 2008, 09:13:02 am

Title: Resize of Custom Thumbs...
Post by: just_some_guy on July 08, 2008, 09:13:02 am
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
Title: Re: Resize of Custom Thumbs...
Post by: Stramm on July 08, 2008, 09:23:00 am
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).
Title: Re: Resize of Custom Thumbs...
Post by: just_some_guy on July 08, 2008, 11:39:46 am
Do you know which part of the theme (variable definition / function)?

Cheers,
Title: Re: Resize of Custom Thumbs...
Post by: Stramm on July 17, 2008, 08:40:52 pm
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.