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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
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
PunBB Forums → PunBB 1.2 troubleshooting → Hi guys
Powered by PunBB, supported by Informer Technologies, Inc.