PDA

View Full Version : Hiding a usergroup from memberlist (2.3.0)


phenom
08-05-2003, 11:50 PM
I read somewhere about how to hide an entire usergroup, in this case the banned usergroup, so those members wouldn't appear in the memberlist. Can someone explain how to do it? This would be for version 2.3.0

Logician
08-07-2003, 01:17 PM
I think this code is given. try to search this keyword in this forum: "memberlist.php*"

g-force2k2
08-08-2003, 04:47 AM
if you open memberlist.php

find both instances of:

".iif($memberAllGood, " AND usergroupid NOT IN (1,3,4) ", "")."

and then add any usergroupsids to the "1,3,4" and don't forget to seperate with commas

regards,
g-force2k2