Back to vBulletin 3.5 Add-ons

ZH - vBa Who Is In The Chat
Mod Version: 1.0.1, by Ziki

This modification is in the archives.
vB Version: 3.5.x Rating: (0 vote - 0 average) Installs: 2
Released: 02 Sep 2006 Last Update: 04 Sep 2006 Downloads: 22
Not Supported Template Edits  

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>
2.Create a new php file called zh_now_chatting.php and upload it to modules folder with the following content:

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') . '";');
?>
3.Add a new module using that php file and using that template

Close
post!

~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

vblts.ru supports vBulletin®, 2022-2024