ZenphotoCMS Forum
code for file name and album folder name - 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: code for file name and album folder name (/thread-4307.html)



code for file name and album folder name - gracestanat - 2008-12-24

Is there a function that yields the file name of the current image and album?

I'm currently using GetBareAlbumTitle and GetBareImageTitle, but that only works 'cause my titles are the same as my file names (which in general, isn't always true).

thanks!




code for file name and album folder name - sbillard - 2008-12-24

You would have to use the object properties of $_zp_current_album and $_zp_curent_image You want $_zp_current_album->name and $_zp_current_image->filename




code for file name and album folder name - gracestanat - 2009-02-21

ok. excellent - thanks!