MyBB Community Forums

Full Version: Plugin online-today-1.2.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin Link
Theres a problem. The list of online members is now messed up after installing this plugin. Here's the screenshot:

[Image: qKwXIoN.png]
Show online_today_index (global templates).
(2014-02-25, 03:42 PM)Snake_ Wrote: [ -> ]Show online_today_index (global templates).

Can't find it anywhere. Nor in Global templates, Either Who's online templates even not in Ungrouped Templates.

However, This is the code for online_today template.
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->online_today}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->on_username}</strong></span></td>
<td class="thead" align="center" width="50%"><span class="smalltext"><strong>{$lang->time}</strong></span></td>
</tr>
{$todayrows}
<tr>
<td align="center" colspan="2" class="trow1" style="white-space: nowrap">{$onlinetoday}</td>
</tr>
</table>
<br />
{$multipage}
{$footer}
</body>
</html>
Not online_today....
ACP -/ Style & templates -/ templates -/ global templates
(2014-02-25, 05:39 PM)Snake_ Wrote: [ -> ]Not online_today....
ACP -/ Style & templates -/ templates -/ global templates

I can't see online_today_index in Global Templates.

NVM Found it
<tr>
	<td class="tcat"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td>
</tr>
<tr>
	<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
try:
<tr>
    <td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td>
</tr>
<tr>
    <td class="trow1" colspan="2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr> 
enter the address of the forum.
Its fixed now. Thanks