I've tried to install the gallery for somebody and I've run into above mentioned problem.
Is there a way that I can fix it myself?
I have used:
- Code: Select all
<div class="gallery">
[[gallery popup="fancybox" specthumbmax="150"]]
<a href='%imageurl%%filename%' class="fancybox" title="%title%" rel="gallery-%uid%" >
<img src="%pivotxurl%includes/timthumb.php?src=%filename%&w=%thumbw%&h=%thumbh%&zc=1" alt="%alttext%" />
</a>
[[/gallery]]
</div>
And have added some specifics to the alttext and title fields but all I get is the filename, which is not what I want to see... (using Flat files running PivotX 2.2.5.)