Question Cometchat Dragonbyte seo

Status
Not open for further replies.

druganot

New member
I am trying to get Dragonbyte seo working with cometchat
Cometchat adds code to the header, example below

<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>

With SEO enabled cometchat does not show.
I am able to see it if I go to mysite.com/cometchat but I am not able to see it on any forum pages
If I disable dragonbyte seo it works fine and appears on all pages of forum

Do you know what could be causing the issue?
 
Last edited:
The problem is that Cometchat is using incorrect code in the header. Change the two references to
Code:
<link type="text/css" href="{vb:raw vboptions.bburl}/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/cometchat/cometchatjs.php" charset="utf-8"></script>
and it will work :)
 
With this code, I am still working cometchat show with Dragonbyte seo.

Code:
<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>

What the Difference with this code? So i am also going to using this code.

Code:
<link type="text/css" href="{vb:raw vboptions.bburl}/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/cometchat/cometchatjs.php" charset="utf-8"></script>
 
With this code, I am still working cometchat show with Dragonbyte seo.

Code:
<link type="text/css" href="http://www.dragonbyte-tech.com/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="http://www.dragonbyte-tech.com//cometchat/cometchatjs.php" charset="utf-8"></script>

What the Difference with this code? So i am also going to using this code.

Code:
<link type="text/css" href="http://www.dragonbyte-tech.com/{vb:raw vboptions.bburl}/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="http://www.dragonbyte-tech.com/{vb:raw vboptions.bburl}/cometchat/cometchatjs.php" charset="utf-8"></script>
The difference is that if you ever put your forum in a subdirectory, you will need to change both BBURL and the /cometchat/ path if you do not use the change I posted :)
 
Status
Not open for further replies.

Legacy DragonByte SEO

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
7,169
Customer rating
5.00 star(s) 1 ratings
Back
Top