MyBB Community Forums

Full Version: Remove certain user group from online member list but display guest member count ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Remove certain user group from online member list but display guest member count ?

I used the method here but it removes guest count. Also i want to display this particularly removed user group as guests


(2012-05-08, 10:24 AM)Yaldaram Wrote: [ -> ]Open ./index.php and find;
WHERE s.time>'$timesearch'
and Change it into;
WHERE s.time>'$timesearch' AND u.usergroup != '7'
It will remove the banned usergroups to show on online list on index.

any help appreciated
help on this please
still need help thanks
So you want to remove your banned members group and instead make banned members profile inaccessible and show post count like the guest members' accounts do?
(2013-07-18, 01:45 PM)Arbaz Wrote: [ -> ]So you want to remove your banned members group and instead make banned members profile inaccessible and show post count like the guest members' accounts do?

assume that i want to remove certain group members getting displayed at online users section

i did it but it also removes guests count too
still need help thanks a lot
still need help thanks

wow still no help Big Grin
is this thing that really hard ?
Since no one was able to answer this. I think this would require a custom plugin.