Cometchat and 7.0.9 help

According to cometchat I need to paste the following in base/_header.html

 

<link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">

<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>

First I use a different template (not sure that matters) on dolphin

_header.html is actually an empty file

 

Could anyone give me an idea what to do here?

 

Thanks ahead

Quote · 1 Mar 2012


Modify /templates/base/ _header.html

Open Folder templates

Open Folder base 

Open file:  _header.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
INSERT COMETCHAT CODE HERE (on LINE 4)

Now should work fine but you may also have to edit  /templates/ your_template//base/ _header.html if it contains above text

Quote · 14 Mar 2012

I have it in /templates/mytemplate/_header.html

 

That works fine for me:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>

Quote · 14 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.