MyBB Community Forums

Full Version: Problem with 'Online Today' plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Skin I'm using is known as; 'BlackBB'

This Is what happens when I try and use this plugin;

[Image: efqxaa.png]

It's wierd because the 'Forum Legends' plugin works fine

I've tried to versions of an online today plugin, one by kraKeR and other by Samuel


Help would be very appreciated Smile
Thats not a problem with Online today, you just add the code properly to the theme.
How would I go about doing that?

I deffinetely installed it properly
can u give the link to this pulgin whos online today
I am not sure what template you need to edit, but it looks like you need to add colspan="2" for the who has been online today table cell.
(2009-08-07, 02:38 PM)rockyy Wrote: [ -> ]can u give the link to this pulgin whos online today

Yeah sure

http://mods.mybboard.net/view/online-today-1.2.2
Any Ideas what I can do guys? Sad
You need to add colspan="2" to the 2 <td> tags for the template for the theme... if you're unsure on how to do it, post the contents of the template for it, here, it'll be in the Global Template Set.
<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>

what should me code be?
That isn't the right template, you need to look in the Global Templates Set.
Global Template has nothing inside of it
Pages: 1 2