MyBB Community Forums

Full Version: Who was online on main index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
oo Toungue

dennis, $onlinetoday won't show up even though its in the plugin Toungue
It works for me O.o
you sure?

i opened the plugin in dreamweaver. and all the stuff is there but &onlinetoday doesn't show in the plugin manager :|
Yeah that was a mistake the $onlinetoday is supposed to be in the template.
Toungue well lets try that again

oh, i see you forgot a \ before $onlinetoday

thanks Dennis Smile
Can anyone write correct solution pls?
Ok I fixed it.
Just a small update to the code that is needed at the bottom of index_whosonine. Since different themes have different amount of columns, this plugin might throw off the look if you don't include the colspan in there. Here is what should probably be placed there:

<tr>
<td class="tcat" colspan=""><strong>Who was online today?</strong></td>
</tr>
<tr>
<td class="trow2" colspan=""><span class="smalltext">$onlinetoday</span></td>
</tr><

But great plugin, Dennis! Big Grin I have always gone into the "who's online complete list" and then chose "Who was online today". This plug in saves me those two steps! Thanks!
Pages: 1 2 3