Jump to content


(3.2.x) How to hardcode "Most online" tooltip


  • You cannot start a new topic
  • You cannot reply to this topic
No replies to this topic

#1 Broni

    Malware Annihilator

  • 24,883 posts
  • Joined: October 04, 2004
  • 1,860 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 09:00 PM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Online
  • Time Online: 57d 10h 30m 28s

Posted 22 September 2011 - 03:00 AM

As of now you can see how many members were present on your board, but to see when it happened you have hover over that number to invoke a tooltip:

Posted Image

I consider it annoying so I hardcoded that tooltip so the date is visible all the time (as it was in 3.1.x version):

Posted Image

To do it go ACP>Look & Feel>your_skin>Templates tab>Board Index>boardIndexTemplate


Quote

<li class='clear' data-tooltip="{$stats['info']['most_time']}">
<span class='value'>{$stats['info']['most_online']} ({$stats['info']['most_time']})</span>
{$this->lang->words['online_at_once']}
</li>

Add section in red.
To remove tooltip altogether remove section in blue.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 13 user(s)