I do not know if I have to install it in the root or in the core directory. If I remember correctly in vbulletin 5 cometchat should be installed in core directory. In this case would have to edit some routes on some files and I do not understand anything about it.
--------------- Added [DATE]1421989338[/DATE] at [TIME]1421989338[/TIME] ---------------
Example here:
PHP Code:
/* DATABASE */
if(!file_exists(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'includes'.DIRECTORY_SEPARATOR.'config.php')) {
echo "Please check if cometchat is installed in the correct directory.<br /> The 'cometchat' folder should be placed at <VBULLETIN_HOME_DIRECTORY>/cometchat";
exit;
}
include_once(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'includes'.DIRECTORY_SEPARATOR.'config.php');
--------------- Added [DATE]1421989644[/DATE] at [TIME]1421989644[/TIME] ---------------
or here
PHP Code:
/* BASE URL START */
define('BASE_URL','/cometchat/');
/* BASE URL END */