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

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>
<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.














