Quote:
Originally Posted by djmac
You need to install your flashchat within the forums directory. Example:
bbs/upload/chat
I hope that helps.
Regards
Don
|
You can also change your path within the "vbulletin35CMS" file.....
find:
Code:
$vbpath = realpath(dirname(__FILE__));
require_once $vbpath . '/../../../includes/config.php';
and change the vbpath to a path that leads to your vbulletin config file.
Peace