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
Add after
Or
Depends on the Style
Enjoy
Screens
============
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>
Enjoy
Screens