![]() |
|
Show images name on one 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: Show images name on one album (/thread-11963.html) |
Show images name on one album - toinced - 05-02-2015 Hello, there is a way to show the name of images only in a specific album? Can i use the block code on album settings? My configuration: ThankYou Show images name on one album - acrylian - 05-02-2015 Yes, there is but you need to code it on the theme used by checking for the current album. See the object model tutorial on our site. Codeblocks by default work only in the place they are coded. For standard themes that means on the main album page (the thumbs). Show images name on one album - toinced - 06-02-2015 Hello, following your advices, i've modified my album.php in this way: ` ` Show images name on one album - acrylian - 06-02-2015 A bit overly complicated ;-) You better actually check the unique album name, not the title. Especially important in case you plan to use the multilingual mode.
So much simpler:
|