Quote:
Originally Posted by Lionel
I simply placed this in postbit_attachmentthumbnail template
|
Where should this snippet of code go in this template? <div align="left"> >$attachment[description]</div>
I added a description to test it out on my forum and when I mouseover the graphic I get this:
Description: [ARG:4 Undefined]
Edited to add that I fixed the above..quite by accident LOL
Code:
In postbit_attachmentthumbnail my title part looks like this:
title="<phrase 1="$attachment[filename]" 2="$attachment[counter]" 3="$attachment[filesize]" 4="$attachment[description]">$vbphrase[image_larger_version_x_y_z]</phrase>" /></a>
But I still can't get the description to show under the thumbnail...
Any help is greatly appreciated.