Organize module and thumbnail tile.

g_r_a_d

Joined: 2011-11-27
Posts: 8
Posted: Tue, 2014-05-13 12:06

Is there any way to put title in thumbnail in organize window?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-05-13 13:35

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

 
g_r_a_d

Joined: 2011-11-27
Posts: 8
Posted: Wed, 2014-05-14 11:29

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 :)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2014-05-14 13:40

Great and thanks for the followup for others that might want to do that as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team