![]() |
|
Changing size of paged thumbnails - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Changing size of paged thumbnails (/thread-4900.html) |
Changing size of paged thumbnails - Yo-L - 2009-03-24 Hi, My problem: I can't seem to change the size of the paged thumbnails. They are stuck at 40x40 pixels. I want them to be 120x120, and preferably in the proportions of the original image I installed: Zenphoto 1.2.3 [3688] Options -> Plugin options -> paged_thumbs_nav These settings don't have any effect. The only thing I can seem to change here that works is turning the counter on/off. zp-core/plugins/paged_thumbs_nav.php: Options -> Theme options This works for the thumbs when I view an album, but not for the paged thumbs. I understand this isn't meant to, but I'm mentioning this just in case. themes/zenpage-edit/Image.php: I noticed I can change the I believe editing the style.css file doesn't help either. I looked around at the forum for the Maxspace function, but I don't know exactly where to implement that. I'm not very good with PHP. Thanks a lot in advance! I looked around the forum and help files, but can't seem to fix this. Changing size of paged thumbnails - acrylian - 2009-03-24 The setOptions are only used for a newly activated plugin. You seem to have an older version of the zenpage-default theme image.php that contained a typo.The correct file has only two values for the size: If you want to use the plugin option size settung you have to remove the last 3 values otherwise they are overriden. If you set cropping to false the first one is used as size (longest size or what you have set on the image configuration tab). Hope that helps. Changing size of paged thumbnails - Yo-L - 2009-03-25 Thank you a lot! I think I made that mistake myself, by putting in one Thanks again for the help. Changing size of paged thumbnails - acrylian - 2009-03-25 The intention that the parameters override the options is flexibility. This way you can have different displays of these thumbs if you need to. |