Image Title showing with thumbnails possible ?
Posted: 18 Sep 2008, 11:43
Ive been trying to do this myself with my limited skills but cannot get it to work, its probably not possible but no harm in asking.
In the HTML front end, when viewing a folder and the thumbnails display. Is there anyway to show the custom image title above each thumbnail ?
I tried myself by editing the template index_html.phtml and inserting the following code from the index_image.phtml file where necessary
and
but it gives me errors, probably because its not defined in the same php script that loads the folder/thumbnails info.
I tried to look at the ivFile.class.php & ivFolder.class.php but theres no way im going to understand exactly whats going on there
BTW I am using the flash version to great success, just wanted to do something else with the HTML version.
Thanks for an excellent gallery script !
In the HTML front end, when viewing a folder and the thumbnails display. Is there anyway to show the custom image title above each thumbnail ?
I tried myself by editing the template index_html.phtml and inserting the following code from the index_image.phtml file where necessary
Code
$fileAttributes = $this->file->getAttributes();Code
echo $fileAttributes['title']; I tried to look at the ivFile.class.php & ivFolder.class.php but theres no way im going to understand exactly whats going on there
BTW I am using the flash version to great success, just wanted to do something else with the HTML version.
Thanks for an excellent gallery script !