Description On Photo Thumbnails
DenMother
Joined: 2004-02-01
Posts: 8 |
Posted: Sat, 2009-11-28 03:15 |
Hello, Or a entitytruncate:30 or so characters under Views: so they can get a taste and know if they want to click the photo and read the rest. I've searched the forums and found some else working on mouse overs but no final answers. Thanks |
|
Posts: 27300
You could edit the album.tpl of the theme you are using and add the description. Currently the summary is used:
{$child.summary|markup|entitytruncate:256}
You could use the description and not the summary.
You could also add a 'tooltip' or 'title' to the image and use the description.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
Thanks, used your first idea right away. I'll have to look into the tooltip suggestion too.