Description: A free Java chat room for FusionBB, the first I believe
Working Under: Fusion 1.0
Modification Status: Beta
Pre-requisites: none
Author(s): TheDaddy
Date: 08/15/05
Credits:Me for doing it, Dave for pointing me in the right direction and CT for the menu
Files Altered: includes/common.php
templates/fusionbb/header.php
templates/fusionbb/header_both.php
templates/fusionbb/header_left.php
templates/fusionbb/header_right.php
New Files: forums/sigma_chat.php
language/english/sigmachat.php
templates/fusionbb/chat.php
Database Altered: No
Instructions / Other Info: This will give you a chat room that uses the FusionBB database to give auto login.
1)Sign up for a free RaiderChat account here
http://www.sigmachat.com/register.html
2)In sigma_chat.php
## Edit line 47 and replace
##### with your room number
Edit the following the same way
templates/fusionbb/header.php
templates/fusionbb/header_both.php
templates/fusionbb/header_left.php
templates/fusionbb/header_right.php
##find
[code]<!--MEMBERS-->[/code]
##add below
[code] <!--CHAT-->[/code]
##find
[code]<!--members_sub-->[/code]
##add below
[code]
<!--my_menu_sub-->
[/code]
In includes/common.php
##find
[code]
// Setup the main index link
list($tabopen,$tabclose) = $this -> createNavTab('mainindex');
$template->setTemplateVar("MAININDEX","$tabopen<a href='".PORTAL_INDEX."?$FBB_SESS'>{$lang_str['MAIN']}</a>$tabclose");
[/code]
##add below
[code]
// Setup the my menu link
list($tabopen,$tabclose) = $this -> createNavTab('chat');
$template->setTemplateVar("CHAT","$tabopen<a href='http://www.yourdomain/yourfolder/sigma_chat.php' target='_blank'>Chat Room</a>$tabclose");
[/code]
Thats it
Disclaimer:
Please backup every file that you intend to modify. If the modification modifies the database, it's a good idea to backup your database before doing so.
Note: If you modify your Fusion code, you may be giving up your right for 'official' support from InteractivePHP, Inc..If you need official support, you'll need to restore unmodified files.