Is there any way to put title in thumbnail in organize window?
it does when you mouse over it. I guess you could add some code to the orgamize_frame.html.php file. try around line 293.
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
I add in line 298
'<p class="thumb_title">{title}</p>',
and in line 9 (style section)
p.thumb_title { font-size: 10px;}
Thank you very much
Great and thanks for the followup for others that might want to do that as well.
Posts: 27300
it does when you mouse over it.
I guess you could add some code to the orgamize_frame.html.php file. try around line 293.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
I add in line 298
'<p class="thumb_title">{title}</p>',
and in line 9 (style section)
p.thumb_title { font-size: 10px;}
Thank you very much
Posts: 27300
Great and thanks for the followup for others that might want to do that as well.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team