Quote:
Originally Posted by BirdOPrey5
Go to your Admin CP -> Plugins & Products -> Add New Plugin
prodct: vbulletin
hook: forumhome_loggedinuser_query
title: hide banned users
exec. order: 5
php code:
PHP Code:
$hook_query_where .=" AND user.usergroupid != 8";
Set Active to YES and hit save.
|
With this code, in vb 3.8.7 Show only members en who's Online.
Guests are not counted.
Example: Active Users: 316 (316 members and 0 visitors.)
Don't show banned users, but not counted visitors