Topic: Hi guys

The support here has been excellent so far, thanks everyone for their help.

Is there a mod to hide the User List from non members ?

Cheers

Richard

2 (edited by Vanslyde 2008-02-26 05:46)

Re: Hi guys

This line won't hide the user list but at least it will block it for non-members

after the 4th line of userlist.php ( require PUN_ROOT.'include/common.php'; ) you could add

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

I'm pretty sure it'll do the trick

Re: Hi guys

Fantastic, thanks Vanslyde, brilliant.

Richard