This question is answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 2 - Pages: 1 - Last Post: 19 Apr 20, 12:10 Last Post By: Schegg
Schegg

Posts: 27
Registered: 6-Mar-2009
Imagetext instead of Titletext in Thumbnails
Posted: 6 Mar 20, 18:00
 
  Click to reply to this thread Reply
Hi Laza

Is it possible to have in the Thumbnailview the Hovertext from the Imagetext instead of the Titletext?

BR Andi

Edited by: Schegg on 06-Mar-2020 18:00

Edited by: Schegg on 06-Mar-2020 18:02
Laza

Posts: 1,732
Registered: 6-Sep-2005
Re: Imagetext instead of Titletext in Thumbnails
Posted: 7 Mar 20, 08:29   in response to: Schegg in response to: Schegg
 
  Click to reply to this thread Reply
Animatics simply displays the Title (or the file name) on thumbnails. I might add some method to change this. Today it's only possible by modifying the panels.inc in the skin's folder (line 99):
	(' title="' + (stripHTML(vars.get('title')) || vars.get('label')) + '"') +

change to this:
	(' title="' + (stripHTML((vars.get('title') + ' ' + vars.get('comment')).trim()) || vars.get('label')) + '"') +
Schegg

Posts: 27
Registered: 6-Mar-2009
Re: Imagetext instead of Titletext in Thumbnails
Posted: 7 Mar 20, 10:17   in response to: Laza in response to: Laza
 
  Click to reply to this thread Reply
Hi Laza

Many thanks for that quick answer.
It works very well

BR Andi

Edited by: Schegg on 19-Apr-2020 12:09
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums