![]() |
|
How to call a specific 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: How to call a specific album (/thread-12194.html) |
How to call a specific album - djassemi - 2015-04-01 Hello, everyone. I was searching for how to call a specific album in the codeblock. Actually the codeblock is working in the theme and I was able to call a link to the gallery. But what I want to do is to show the entire thumbnail index of a specific album. Any idea anyone, please ? How to call a specific album - acrylian - 2015-04-01 Take a look here: http://www.zenphoto.org/news/zenphotos-object-model-framework Also review the theming tutorial how album pages are done. You will need that if you really want the entire "thumb index". In any case you will need to do some coding. How to call a specific album - djassemi - 2015-04-02 Hey Malte, thank you for your fast reply. Since I was not able to get any functions like: getAlbum() or printAlbum() to work properly I am using for the moment a solution which is more a workaround: How to call a specific album - acrylian - 2015-04-02 Those are object methods and no simple functions and require some coding knowledge … If a link is enough for you a custom menu is a way. How to call a specific album - djassemi - 2015-04-02 "Btw,there is no ...." Oh, yes, ah I tried to use this one: < ?php while (next_album()): ?> How to call a specific album - acrylian - 2015-04-02 That does not work because the required context is not set. The functions don't know what to do. You could use |