Ajax Chat v0.8.1.2

sevenel

New Member
Installation
============

1. Upload to the server
--------------------

Upload the chat folder to your server into your vBulletin forum directory:
e.g. http://example.org/vBulletin/chat/


2. Creation of database tables
---------------------------

Execute the provided installation script by visiting the following URL with your browser:
http://example.org/vBulletin/chat/install.php

Replace "http://example.org/vBulletin/chat/" with the real URL to your chat directory.


3. Delete the installation script
------------------------------

Delete the file install.php from the chat directory on your server.


4. Go to Admin CP> Styles & Templates> Search in Templates adn search for navbar
In navbar look for
PHP:
href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
		</if>

Add after
PHP:
<td class="vbmenu_control"><a href="chat" target="_blank">Chat</a></td>

Or
PHP:
 <a href="chat" target="_blank">Chat</a>
Depends on the Style

Enjoy

Screens
 
Mr-Ice-Man said:
How can i get rid of the website link on the top right and also add a title top the left were it says AJAX Chat?

You can use Hoxxy's add links to navbar or add it yourself just copy the other link format and change th text and link.

Thanks for this, this is the best chat system for vBulletin its like IRC!
 
Yes, it is phpMyChat, and yes it isAjax. didnt say it wasnt.
phpMyChat is open source like the rest of the 'phpMy' stuff and therefore you're allowed to slap a name on it and call it yours...not relly but im sure u get the idea :P
 
Back
Top