MyBB Community Forums

Full Version: Forum team online
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Hi,

About
It is a simple plugin to show who (forum team) is online

[Image: ss4.png]
http://community.mybb.com/mods.php?action=view&pid=237
Not working :/
(2014-10-21, 09:02 AM)Khalifa Wrote: [ -> ]Not working :/
More informations?
Installed?
varible added to index templates?

http://community.mybb.com/thread-161136.html
Orginal MyBB theme!!!
(2014-10-21, 08:32 PM)Khalifa Wrote: [ -> ]Orginal MyBB theme!!!

It does work under the default theme. As per the install instructions, you are required to manually add {$forumteamonline} into your index template.
(2014-10-21, 08:41 PM)Darth Apple Wrote: [ -> ]
(2014-10-21, 08:32 PM)Khalifa Wrote: [ -> ]Orginal MyBB theme!!!

It does work under the default theme. As per the install instructions, you are required to manually add {$forumteamonline} into your index template.

Thx worked!
1+ Rep
(2014-10-06, 04:19 PM)Supryk Wrote: [ -> ]Show forum team online in sidebox. 
http://community.mybb.com/mods.php?action=view&pid=237

You might consider in the _activate and deactivate function using this for your next build:
require_once MYBB_ROOT . "/inc/adminfunctions_templates.php";

You are then free to use the find_replace_templatesets function to add the variable.
(2014-10-21, 10:31 PM)dragonexpert Wrote: [ -> ]
(2014-10-06, 04:19 PM)Supryk Wrote: [ -> ]Show forum team online in sidebox. 
http://community.mybb.com/mods.php?action=view&pid=237

You might consider in the _activate and deactivate function using this for your next build:
require_once MYBB_ROOT . "/inc/adminfunctions_templates.php";

You are then free to use the find_replace_templatesets function to add the variable.

I know about this feature but plugin is to sidebox
so it will be necessary to move the variable in the template
but thanks for proposals
Simple and works, thanks!
Version 2.3 for MYBB => 1801 now on mods site

Changes
change one setting to numeric (limit users)
Pages: 1 2 3 4