Topic: Tiltviewer and Joomla
How can I add a description for each image displayed? (I am using Ozio gallery module)
thanks
Colin
Last edited by ipcolin (2011-08-10 22:52:07)
You are not logged in. Please login or register.
How can I add a description for each image displayed? (I am using Ozio gallery module)
thanks
Colin
Last edited by ipcolin (2011-08-10 22:52:07)
A title and description for each image can be added by editing the gallery's XML file in a plain text editor and using the <title> and <description> tags.
A sample XML file with a single image with both a title and description would look something like this:
<tiltviewergallery>
<photos>
<photo imageurl="images/image1.jpg" linkurl="http://www.example.com">
<title>Image 1</title>
<description>This is a regular text description.</description>
</photo>
</photos>
</tiltviewergallery>The Ozio gallery module was not written by ourselves and I am not familiar with the interface so I do not know if it is possible to enter a title and/or description for each image without editing the resulting XML file.
Perhaps searching or posting in the Ozio forum would help further: http://forum.joomla.it/index.php/board,73.0.html
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.048 seconds, 9 queries executed ]