Topic: Image title
Hi again,
What should I change to get rid of image title showing in Simpleviewer ?
I check *.xml and index.html and didn't found any line responsible for image titles ?
Thank you for help.
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer v1 → Image title
Hi again,
What should I change to get rid of image title showing in Simpleviewer ?
I check *.xml and index.html and didn't found any line responsible for image titles ?
Thank you for help.
The gallery title is determined by the 'title' attribute within the <simpleviewergallery> tag in the gallery.xml file, eg.
<simpleviewergallery title="Gallery Title Goes Here">
Individual image titles are specified within <caption> tags, also in the gallery.xml file. An example image entry might look like this:
<image>
<filename>wide.jpg</filename>
<caption>Caption Goes Here</caption>
</image>
To remove the caption, just remove the caption line.
SimpleViewer Forum → SimpleViewer v1 → Image title
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.