ZenphotoCMS Forum
Titles in the album index - 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: Titles in the album index (/thread-1154.html)



Titles in the album index - andersholm - 2007-02-14

Hi, really simple question. On the album index pages(where the thumbs are) i want picture titles listed below. Surprisingly i could not find this topic in the forum, maybe it is just ridiculously simple. Could anyone help out?

So what i want are titles under these: http://mylla.no/galleriet2/index.php?album=kroatia

PS. Thats not me hunting, doing this for a traveling-agency :-)




Titles in the album index - trisweb - 2007-02-14

In the while(next_image()): loop, just use the printImageTitle() function :-)




Titles in the album index - andersholm - 2007-02-14

Hi! Thanks alot for the quick respons - but, one question:

like this ?
because that does not really work




Titles in the album index - bitbybit - 2007-02-14

If you add it after the while(next_image()): line you should be okay. Eg:

`

`

You can move the printImageTitle line around to suit your needs (to put it into a div/span/etc), just make sure the line ends up between the and lines




Titles in the album index - andersholm - 2007-02-14

Thanks alot! Everything working fine now. Great Gallery!




Titles in the album index - trisweb - 2007-02-14

Thanks bitbybit, I wasn't being very clear in my description :-)




Titles in the album index - alpha387 - 2011-10-11

What file in what directory would I be changing to do this? I can't find this While statement.




Titles in the album index - acrylian - 2011-10-11

Please read the theming tutorial.