Topic: How Do I remove the ability for "guests" to see the users list

i am currently running punbb on a site for the Order of the Arrow (Scoutings National Honor Society) and their rules say that we cannot display the kids names to the public, other members fine but not guests

Ideas?

Thank You
Andrew Stueckroth

Re: How Do I remove the ability for "guests" to see the users list

add

if ($pun_user['is_guest'])
    message($lang_common['No view']);

to userlist.php lines 32?

Sorry. Unactive due to personal life.

Re: How Do I remove the ability for "guests" to see the users list

http://punbb.org/forums/viewtopic.php?id=16525

Re: How Do I remove the ability for "guests" to see the users list

There was a new mod released for this. I don't have the file anymore but you can set it under User Groups.