Home Forum
Welcome, Guest
Username Password: Remember me

Tooltip for images in Expose Scroller
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Tooltip for images in Expose Scroller

Tooltip for images in Expose Scroller 1 year, 7 months ago #12892

Hi
I need to know how to show a tooltip for th scrolling images in expose scroller
there is no function which I can see for this
now when someone hovers a dogs pic I need it show dog as the tooltip
please guide how to do this

Re: Tooltip for images in Expose Scroller 1 year, 5 months ago #13015


  • Posts:1142
  • TBK
  • Administrator
  • OFFLINE
  • Karma: 2
Guess we are talking about the scroller module.

In mod_exposescroller.php edit:
 
echo $Linkref."<img style=$divstyle src=\"".$ExposeImgPath.$aData[$picid]['smallimage']."\" alt=\"".$titlepic."\" />".$LinkEndref."\n";
 


to:
 
echo $Linkref."<img style=$divstyle src=\"".$ExposeImgPath.$aData[$picid]['smallimage']."\" alt=\"".$titlepic."\" title=\"".$titlepic."\" />".$LinkEndref."\n";
 
When asking for help, then please include:
- URL
- Expose version
- Joomla version
- SEF status (on/off)

Always RTFM!
  • Page:
  • 1
Time to create page: 0.15 seconds