Hi,
I've searched the board but I just don't get it :
In the admin section where you can edit the datas about an album, there's a field called "location".
Could someone tell me how to display it in the album.php ?
This is probably simple, but I'm looking for it for hours...
Thank you.
No way, I can display this data viewing the thumbnail in a subalbum containing images but not in its parent album :
for example :
www.url.tld/album-containing-only-subalbums/subalbum-with-images : fine I get it
www.url.tld/album-containing-only-subalbums : nothing is displayed
Does this function must be in a special loop or something like that ?
This function only works with $_zp_current_album. If you want to get the data for an arbitrary album you need to use the class functions. You should visit our WEB site and review the functions guide http://www.zenphoto.org/documentation-official/index.html
Well I'm trying to get it (I've already read the documentation, especially this one : http://www.zenphoto.org/documentation/zenphoto/_template-functions.php.html) but I must admit that the way to use the class functions looks like chinese to me...
If I understand, to display every field "location" of the subalbums listed in album.php, I can't do it in the same way that in a specific album, a custom function is required, right ?
So I must try to get these datas using $subalbums but I can't see something about it in the doc.
Sorry to ask again but any help would be really appreciated.