Hi everyone,
When user uploads the photo to the gallery, thumbnail is generated.
I want the gallery to generate two thumbnails of different sizes. (basically, one big thumb is for preview inside the blog, and one small one is for navigating through the gallery)
Any ideas how to do that without heavily hacking zenphoto source? What files should I look at?
Thanks!
Update: I found function that does the trick - printRandomImages(1, null, 'all', '', custom_height, custom_width);
However, the problem is I can't get how to include it in wordpress.
Just requiring zp-core/template-functions.php doesn't work - zenphoto complains about database error
I found a thread about same problem, but it's quite empty - http://www.zenphoto.org/support/topic.php?id=3405&replies=3
Other threads do not work as well. Wordpress plugins do not do what i want them to do - display custom sized thumbnail in the sidebar (they display standard sized thumb).