MyBB Community Forums

Full Version: Users online today
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone want to create a users online for today mod? A forum search showed nothing...
http://mods.mybb.com/view/online-today-1.2.2

You will need to edit the compatibility in the plugin file.

Also: http://www.mybbcentral.com/thread-1659.html

You need to subscribe to get it.
1. Download this plugin: http://mods.mybb.com/view/online-today-1.2.2
2. Open ./inc/plugins/onlinetoday.php in a text editor.
3. Find:
"compatibility" =>    "14*",
3. Change to:
"compatibility" =>    "16*",
4. Go to Admin CP > Templates & Style > Templates > Global Templates > online_today_index and replace it all with:
<tr>
<td class="tcat"><strong><span class="smalltext">{$lang->whos_online_today}</span></strong> [<a href="online.php?action=today"><span class="smalltext">{$lang->complete_list}</span></a>]</td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>
(2011-10-20, 04:10 AM)pdtrx Wrote: [ -> ]1. Download this plugin: http://mods.mybb.com/view/online-today-1.2.2
2. Open ./inc/plugins/onlinetoday.php in a text editor.
3. Find:
"compatibility" =>    "14*",
3. Change to:
"compatibility" =>    "16*",
4. Go to Admin CP > Templates & Style > Templates > Global Templates > online_today_index and replace it all with:
<tr>
<td class="tcat"><strong><span class="smalltext">{$lang->whos_online_today}</span></strong> [<a href="online.php?action=today"><span class="smalltext">{$lang->complete_list}</span></a>]</td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

Thank you! Smile
Issue with users online today: I switched to a new theme: http://intellistaremulator.x10.mx/forum/

And I don't know how to get it to display! Please help! Thanks! Smile
De-activate the plugin, then re-activate it again.
after doing this my theme went:

[Image: fail_zpsf94be201.png]

How do I fix this?