Topic: Invisible User List
Is there a way to make the User List invisible for unregistered users?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Invisible User List
Is there a way to make the User List invisible for unregistered users?
There will be in 1.3.
If I can remember, In the include/functions.php - line 260, I just Commented Out that line. Then it should'nt be displayed on the guest page anymore.
LINE-260::
$links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';
After that, you have to re-locate that line 260 to under line 277 ( if ($pun_user['g_id'] > PUN_MOD) ) for it to be re-displayed to the logged-in registered users.
This worked for me, but I am not a coder, i just dable with it a little.
Hope this helps.
PunBB Forums → PunBB 1.2 troubleshooting → Invisible User List
Powered by PunBB, supported by Informer Technologies, Inc.