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

2 (edited by scottywz 2005-06-18 18:05)

Re: psl help : how to remove "user list" from top bar

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> -->';

Re: psl help : how to remove "user list" from top bar

Thanks again .. this worked also