PDA

View Full Version : Add option not to include certain usergroup in Members List



bira
Sat 17th Mar '01, 8:49pm
Hi,

I'd like an option to hide users in a certain usergroup from the members list.

I would like all "Users Awaiting Email Notification" and all "Banned Users" not to be listed on the Members List, and to the best of my knowledge at the moment this option isn't available.

Thanks,

Bira

Freddie Bingham
Sat 17th Mar '01, 9:03pm
On the list for a future release.

bira
Sun 18th Mar '01, 12:31pm
ok, thanks

Me2Be
Sun 18th Mar '01, 12:37pm
Here's what I did to remove nonactivated people from my memberlist:
$users=$DB_site->query("SELECT * FROM user,userfield WHERE $condition AND usergroupid <> 3 AND user.userid = userfield.userid ORDER BY ...