NeutralizeR
03-28-2010, 10:00 PM
Description: This mod will add online users count info to any vBulletin page.
Example:
23 Users Online (6 members and 17 guests)Two small queries are executed, same with the Admin CP online users stat.
Details: You don't have to enable "Display Logged in Users?" options (forumhome,showthread,forumdisplay) which requires serious resources to run this mod. I haven't noticed any performance problems with more than 10k online users.
Screenshots:
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
Installation:
1-) Import product-msx_online_count_vb3.xml
2-) Edit navbar template (or any template you prefer) and add:
<!-- Display Online Users Count -->
<b>$msxtotal</b> $vbphrase[users_online] (<phrase 1="$msxmembers" 2="$msxguests">$vbphrase[x_members_and_y_guests]</phrase>)
<!-- / Display Online Users Count -->vBulletin 4.0.x version is here: https://vborg.vbsupport.ru/showthread.php?t=239363
For vBadvanced (vBulletin 3):
Open Portal Output Global Variables and add the lines below to the list:
msxtotal
msxmembers
msxguests
Example:
23 Users Online (6 members and 17 guests)Two small queries are executed, same with the Admin CP online users stat.
Details: You don't have to enable "Display Logged in Users?" options (forumhome,showthread,forumdisplay) which requires serious resources to run this mod. I haven't noticed any performance problems with more than 10k online users.
Screenshots:
https://vborg.vbsupport.ru/
https://vborg.vbsupport.ru/
Installation:
1-) Import product-msx_online_count_vb3.xml
2-) Edit navbar template (or any template you prefer) and add:
<!-- Display Online Users Count -->
<b>$msxtotal</b> $vbphrase[users_online] (<phrase 1="$msxmembers" 2="$msxguests">$vbphrase[x_members_and_y_guests]</phrase>)
<!-- / Display Online Users Count -->vBulletin 4.0.x version is here: https://vborg.vbsupport.ru/showthread.php?t=239363
For vBadvanced (vBulletin 3):
Open Portal Output Global Variables and add the lines below to the list:
msxtotal
msxmembers
msxguests