Quote:
Originally Posted by delds
I am searching for the instructions on how to put the flashchat link into the navbar, I had it in their before that would only appear to logged in users, but during the last vbulletin upgrade I had to revert the navbar.
|
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="misc.php?do=flashchat">$vbphrase[flashchat]: $totalchatters</a></td>
</if>
just remove the
RED text if you don't want the number of active chatters to appear in your navbar.