ZenphotoCMS Forum
How do I retreive the ID of the top 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 do I retreive the ID of the top album? (/thread-7933.html)



How do I retreive the ID of the top album? - gwmbox - 2010-12-09

Does anyone know if there is a way I can retrieve the 'ID' or 'name' of the 'top' album ONLY to be used on the image.php page?, so for example if I had something like

AlbumOne

SubAlbumOneA
SubAlbumOneB

SubSubAlbumOneBA

ImageOne < so I want to get the ID of AlbumOne
ImageTwo < so I want to get the ID of AlbumOne
SubSubAlbumOneBB

AlbumTwo

SubAlbumTwoA

SubSubAlbumTwoAA
SubSubAlbumTwoAB

ImageThree < so I want to get the ID of AlbumTwo
SubAlbumTwoB

AlbumThree

SubAlbumThreeA
SubAlbumThreeB

ImageFour < so I want to get the ID of AlbumThree
SubAlbumThreeC
SubSubAlbumThreeCA
SubSubAlbumThreeCB

Thanks for your help

GW




How do I retreive the ID of the top album? - sbillard - 2010-12-09

&#36;album = getUrAlbum(&#36;_zp_current_album); &#36;id = &#36;abum->getID();




How do I retreive the ID of the top album? - gwmbox - 2010-12-09

Thanks, I have not tried it yet but it would appear that will give me the album ID of the immediate parent for the image? I was looking for the ID for the images TOP parent Album.

Thanks

GW




How do I retreive the ID of the top album? - sbillard - 2010-12-09

Well, you asked for the TOP parent. Maybe you should try this instead of speculating.




How do I retreive the ID of the top album? - gwmbox - 2010-12-10

Sorry, my apologies, you are correct and again I do apologise for my comment

Thanks

GW