Quote:
Originally Posted by BirdOPrey5
Indeed I can confirm it does remove all the guests as well. Unfortunately I have no explanation as to why though... This is a pretty simple query adjustment... 
|
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.