phpBB
Introduction
This guide will help you through the installation process and get CometChat running on your site.
Installation is very straight forward, only taking about 5 minutes from uploading the files to viewing the CometChat bar on your site.
Before you begin, you will need an FTP client, if you do not have one, some popular solutions include FileZilla (free) or CuteFTP (trial).
You do not need programming knowledge to install CometChat, but a working knowledge of FTP functions is a plus.
This guide assumes that you have successfully downloaded the latest release of CometChat and have the zip file "unzipped" and ready to go. If not, you can download the package from your client area.
The instructions will term the zip file you downloaded as cometchat.zip.
Uploading
At this point, you should have the zip archive cometchat.zip and find a single folder- "cometchat".
If you don't know already, find out the folder in which phpBB is installed.
If you access your phpBB site via '
http://www.domain.com', then look for the webroot directory.
The "webroot" directory is usually 'public_html' or 'www', but this varies from server to server so if you're unsure, contact your hosting provider.
Using your FTP client, copy the cometchat folder inside your phpBB folder. e.g.
http://www.domain.com/cometchat
Installation
Step 1
You should now run the installer file through your web browser by entering the URL to it into your browser address bar (if you have followed our example, type in
http://www.domain.com/cometchat/install.php, naturally substituting 'domain.com' for your web address).
If the installation was completed successfully, then two lines of HTML code will be displayed on your screen. Please copy these two lines.
Step 2
Now edit your template header.
Login to your phpBB Administration Control Panel
Under the Styles tab, select the Templates option.
Now click on the Edit link next to the template in which you want to add CometChat.
Select overall_header.html from the dropdown menu.
Immediately after the opening head tag add the copied code:
<head>
Now delete install.php file from the cometchat folder.
That's all! Now log-in to your site and you will be able to see the CometChat bar. For customizing the text, icons, plugins, theme and modules, please refer to other documents.