Quote:
Originally Posted by Sherif
it does not show guest count for member but for guest(user) it shows guest count.
Anyway, i have made a new code for this thing, which is much better than previous one.
Why it is better:
it counts banned user in online list but don't show their username. (like invisible mode)
Plugin Hook: forumhome_loggedinuser
Code:
Code:
if ($loggedin['usergroupid'] == 8) {
unset ($loggedin);
}
Note:
1. where 8 is the banned usergroupid.
2. And don't forget to remove old plugin (if u created) for this thing.
|
But this will not affect the Who's Online page as that is what I took him for wanting.