Member
Member
GenieB   2014-03-03, 17:54
#1

Is there any way to list the filename of the image (excluding extention) under the image.

Perhaps there is a hack or another theme or some switch or plugin that I haven't found.

Thank you.

Administrator
Administrator
fretzl   2014-03-03, 18:26
#2

You can use something like this:
``

Administrator
Administrator
acrylian   2014-03-03, 18:33
#3

We also have a function to strip the suffix :-) :
echo stripSuffix( $_zp_current_image->getFileName() );

In any case you need to modify the theme used.

Member
Member
GenieB   2014-03-03, 18:45
#4

Thank you. I will give it a try.

Which file would I modify with those statements?

Administrator
Administrator
acrylian   2014-03-03, 18:50
#5

You did read the theming tutorial, didn't you? album.php or image.php depending under which image you want to show the file name and also of course if the theme used follows the standard structure.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.