Quote:
Originally Posted by GearTripper
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>
|
Quote:
Originally Posted by Paul M
Change the hook that this uses to global_start and $totalchatters will be available on any page (note, obviously it will run the query on every page as well).
|
Would you mind helping me with this, too? I've added the chat link and the $totalchatters code to the navbar, but I am confused on what else to do to get the number of chatters to show next to the chat link.