sonnb
Well-known member
It will not show up in BBCode as its layout is the image only.Doesn't the title of each photo show up anywhere? When you upload a photo you got 2 fields, title and description, but the title of the photo doesn't seem to show up anywhere (????)
Depends which one you want to use. I used photo title for this:That did nothing. How do I simply achieve this? All the information properly spaced below the image - centered.
View attachment 59879
Code:
<xen:require css="sonnb_xengallery_bbcode_photo.css" />
<a class="photoBbcode" href="{xen:link gallery/photos, $photo}"
title="{xen:helper wordTrim, $photo.description, 100}">
<img src="{xen:if '{$tag.option} == "small"', $photo.thumbnailSmall, $photo.thumbnailUrl}" />
</a>
<div style="margin-top: 10px;">
<a href="{xen:link gallery/photos, $photo}">{$photo.title}</a> by {xen:helper username, $photo} on {$xenOptions.boardTitle}
</div>