About This File
CometChat – that can be integrated into your website. This chat enhances interactivity, allowing users to chat with friends and other Internet users. CometChat uses standard PHP and MySQL to communicate. No additional modules on the server side is not required. CometChat can be used to create online support on the site, as well as a regular chat for all users.
I Tried The Other Version Of 5.7.0 On Here And It Didn't Work For Me So I Suppose It Don't For Others Either If It Didn't Work For You This One Will
YOU DO NOT INSTALL THIS VIA APPLICATIONS ITS NOT A IPB APP IT RUNS DIRECTLY OF YOUR SERVER
How To Install
- Unzip And Upload The Cometchat Folder To The Root Folder Of Your Site (www.yoursite.com or www.yoursite.com/forum)
- Now Go To www.yoursite.com/cometchat/install.php and wait to complete (about 2 seconds)
- Copy The Code It Gives You For The Docked Theme
- Now Go To Admin-->Customization-->Themes-->Edit HTML And CSS Of Your Chosen Theme
- You Should Be On globalTemplate If Not Go To The globalTemplate On The HTML Bit
- Right Under The <head> tag Right At The Top You Will Paste The Code It Gave You On The Install Screen (I Will Paste Below)
Cometchat Code To Place Into globalTemplate
<link type="text/css" href="/ips/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"> <script type="text/javascript" src="/ips/cometchat/cometchatjs.php" charset="utf-8"></script>
How Original globalTemplate Looks HEAD ONLY
<head> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {{if theme.ipsf_backgroundType === 'ipsfocus_backgroundPicker'}} <style type='text/css' id='styleBackground'></style> {{endif}} <script src='{resource="js/modernizr.custom.js" app="core" location="front"}'></script> {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head>
How It Should Look After
<head> <link type="text/css" href="/ips/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8"> <script type="text/javascript" src="/ips/cometchat/cometchatjs.php" charset="utf-8"></script> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {{if theme.ipsf_backgroundType === 'ipsfocus_backgroundPicker'}} <style type='text/css' id='styleBackground'></style> {{endif}} <script src='{resource="js/modernizr.custom.js" app="core" location="front"}'></script> {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head>
Once Installed Delete The install.php File And Head To www.yoursite.com/cometchat/admin Password And Username Will Be cometchat Change Them Both Once Your Inside