Member
Member
iacchi   2011-02-23, 15:52
#1
Hi,
I need the photo title to be shown in the album grid, not only its thumb. Is there a theme which already have this, or is there a simple way to add it to the default theme (maybe in a way that I don't need to rewrite it after every update)?
Administrator
Administrator
acrylian   2011-02-23, 16:39
#2
No theme I know but you can easily add it. Within the next_image loop you can just call the image title. See the theming tutorial and the functions documentation.
Member
Member
flu   2011-02-23, 20:19
#3
Hi,
for example, in your album.php theme file, replace :
`

"><?php printImageThumb(getAnnotatedImageTitle()); ?>

`
by :
`

"><?php printImageThumb(getAnnotatedImageTitle()); ?>
"><?php echo getBareImageTitle();?>

`
Cheers.
Member
Member
iacchi   2011-03-06, 16:19
#4
Thank you everyone.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.