Quote:
Originally Posted by Wisc
I tried searching the manual without much luck.
I do notwant supermoderator to view ip addresses.
|
In
forumjump template, find
HTML Code:
<a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a>
And change all with this
Code:
<vb:if condition="$bbuserinfo['userid'] == 1">
<a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a>
</vb:if>
Admins user ID suppose it is 1, if it is not change the number.
Don't now what vb version you have, just in case see if there is in
navbar template to
and add vb:if condition same as above