hi Paul... in regards to my previous post
here.
for my navbar code; would the number of active users should appear next to the link, as with
forumhome_start, as long as i copy the Plugin PHP Code to hook location
forumdisplay_Start? changing the template cache accordingly. i know it's a lot of unnecessary code. can you specify the specific i would need to call the correct number for
$totalchatters?
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="chat/flashchat.php$session[sessionurl_q]">Flashchat: $totalchatters</a></td>
</if>