![]() |
|
Gallery Parameters. - 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: Gallery Parameters. (/thread-1989.html) |
Gallery Parameters. - zucye - 28-12-2007 I just upgraded my zenphoto gallery yesterday and some of the parameters I used in the past are causing conflict with the new version (ex. ) I would like to know if there is a list of parameter to be used like for example: How do I add the search form or a link to my home site? In some of the themes there are statistics like "visited # of time" .. How do I use that? Sorry if I the questions sound stupid, I am just an amateur! Gallery Parameters. - acrylian - 28-12-2007 You need to update your theme. Here is a short tutorial how to do it: http://mitcho.com/blog/2007/11/04/updating-your-zenphoto-theme-for-zenphoto-11/ zp_conf() is no longer in use, instead you need to use getOption(). Gallery Parameters. - zucye - 30-12-2007 Thanks acrylian, I needed the gallery to match the rest of my site, so I updated my theme with the following changes: ADDED TO ALL PAGESphp adming Tool box: Search Form **Not to album.php and image.php: **Only to album.php and image.php: ADDED TO index.phpIndex breadcrumb - with link back to your website: ADDED TO archive.phpArchive breadcrumb - with link back to your website: ADDED TO album.phpAlbum breadcrumb - with link back to your website: Album hits and place: Place: ADDED TO image.phpImages breadcrumb - with link back to your website: Image Hits, date and Place Place ADDED TO search.phpSearch breadcrumb - with link back to your website: Gallery Parameters. - acrylian - 30-12-2007 Good roundup! I have added a link on our user guide section to your post. Gallery Parameters. - zucye - 31-12-2007 Glad to be of help |