22
Hi kerkyra,
I know its over a year since you requested adding additional alt text to images displayed by xcgal_display.html but i thought i should add it here. It may be of use to somebody.
I thought i would revisit this and i have found an answer to make what you are after work.
in xcgal_display.html set the alt text of the main image to:
alt="<{$pic_title}> - <{$pic_caption}> - <{$album_title}>"
Next step is to open displayimage.php and find the following line near the bottom, there are two lines like this so make sure you choose the second one
include XOOPS_ROOT_PATH."/header.php";
add the following code directly after the line above
$xoopsTpl->assign('album_title', $album_title);
$xoopsTpl->assign('pic_caption', $pic_caption);
It should all be working as you requested now one you upload the changes and update the module in the control panel.
demo HereRegards
Stuart
EDITED to correct mistake as pointed out by mrphilong below (that will teach me to retype text properly rather than copy and pasting stuff)
"I'm as confused as a baby in a topless bar."