ZH - vBa Who Is In The Chat
This modification is in the archives.
This modification was brought to you by KXDesign http://www.kxdesign.com/ ~Hack name vBA Who Is In The Chat? ~Hack description This is an add-onn module for vbadvanced portal which shows members in the flashchat! Note!This needs Paul M's FlashChat - Who is in the chat. installed! If the simple module doesn't work read this Spoiler (click to open)
If the simple module doesn't work try this:
1.Create a template called adv_portal_zh_chatting_users with this content: Code:
<tr> <td class="thead"><span class="smallfont"><strong>Users Now Chatting: $totalchatters</strong></span></td> </tr> <tr> <td class="alt1" width="100%"><div class="smallfont">$chatters</div></td> </tr> Code:
<?php ($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false; $chatters = str_replace( "member.php", $vbulletin->options['bburl']. "/flashchat.php", $chatters); eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_chatting_users') . '";'); ?> Close
~Hack options All the options vba has ~Hack info File uploads: 0 Template edits: 0 File edits: 0 Plugins: 0 SQL Queries: 0 Phrases: 0 Settings: 0 Install time: 1 Min Install level: Easy ~Hack installation Step 1: Import MODULE file ~Hack screenshots None ~Hack copyright This may not be distributed,released or claimed as your work without author's permission. Download This modification is archived and cannot be downloaded. |
Similar Mods
Active Users in Chat (Works with any web chat client including JPilot) | vBulletin 2.x Beta Releases |