Topic: psl help : how to remove "user list" from top bar
I forgot to ask a 3rd question
i wish to remove "user list" from been displayed in the top bar
how to do this ?
has anyone before worked on using PunBB as a quasi article manager ?
Thanks
You are not logged in. Please login or register.
PunBB Forums → General discussion → psl help : how to remove "user list" from top bar
I forgot to ask a 3rd question
i wish to remove "user list" from been displayed in the top bar
how to do this ?
has anyone before worked on using PunBB as a quasi article manager ?
Thanks
Somewhere between lines 236 and 241, remove
$links[] = '<li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a>';
If you do that and get a white (blank) screen when reloading a page, replace it with this:
$links[] = '<!-- <li id="navuserlist"><a href="userlist.php">'.$lang_common['User list'].'</a> -->';
Thanks again .. this worked also
PunBB Forums → General discussion → psl help : how to remove "user list" from top bar
Powered by PunBB, supported by Informer Technologies, Inc.