[eluser]ghadban[/eluser]
.htaccess update the rewrite condition to look like
Code:
RewriteCond $1 !^(index\.php|application/images|application/scripts|application/css|application/content|application/settings|favicon.ico|cometchat/)
cometchat/config.php set the base_url to the absolute path to cometchat:
Code:
define('BASE_URL','/../cometchat/');
css
themes/default/cometchat.css
add
../cometchat to all urls example
Code:
background-image: url(../cometchat/themes/default/images/bgrepeat.png);
these issues will fix a little bit the CSS, but still cometchat not working well,
i still receive this javascript error and options button on the right
Code:
$("#cometchat_optionsbutton_popup .cometchat_userstabtitle").mouseenter is not a function
i'm sure costos there some steps or updates u missed.