![]() |
|
printAllTagsAs works only on gallery.php - 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: printAllTagsAs works only on gallery.php (/thread-6776.html) |
printAllTagsAs works only on gallery.php - afarkas - 2010-03-14 Hi, im using zpGalleriffic theme, where in gallery.php i put just under the navigation stuff a list of all tags like this: (
I believe this can give better dynamic navigation possibilities to visitors... I would like to have the same stuff on albums and subalbums views too, just above the comment form, but the code () just do not works on album.php nor album_alt.php, nor on pages.php anyone has an idea how to get it work on all pages? Thank You much printAllTagsAs works only on gallery.php - acrylian - 2010-03-14 You need to understand that some functions are context sensitive. printPageListWithNav is for paging album/thumbnail pages on index.php and album.php only. So it of course does not work on pages.php as there are no. printAllTagsAs() should actually work on all pages. Since this is not an official theme I don't know what album_alt.php is about. So this is theme specifc. If you in the future have question related to a third party theme I suggest to put that name into the thread title so its author maybe spots it, too. printAllTagsAs works only on gallery.php - afarkas - 2010-03-15 Thank You Acrylian, You are right. I realised a bit late, that I could just post this into the thread of the Gallerific theme, for example. Excuse me. printAllTagsAs() works now, i just had to put it on a right place. Thank You |