ZenphotoCMS Forum
Random Image Large at top of each album - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Random Image Large at top of each album (/thread-8098.html)



Random Image Large at top of each album - ankehuber - 2011-01-13

Hello all,
Just got my Zen Gallery installed and running and am editing the basic default theme to my liking. What I'd really like though is an image at the top of each album above the thumbnails. Does anyone know the coding for this?

Basically, in screenshot form, I'd like to go from this:

http://dl.dropbox.com/u/15470504/fromthis.jpg

to this:

http://dl.dropbox.com/u/15470504/tothis.jpg

Thank you for your time.




Random Image Large at top of each album - acrylian - 2011-01-13

Please see: http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintRandomImages




Random Image Large at top of each album - ankehuber - 2011-01-13

Thanks, Acrylian, I guess that means I have to create a template-functions.php file and link to it from the albums.php file?

Forgive me but learning PHP very quickly as I go along! Nightmare




Random Image Large at top of each album - acrylian - 2011-01-13

No, it is a template function. You just have to add that function on your theme where you want to appear it. I suggest to read the theming tutorial to get familiar with how Zenphoto and its themes work.




Random Image Large at top of each album - ankehuber - 2011-01-13

Thanks, Acrylian, I'll have a go and let you know how I get on. Much appreciated.