Quote:
Originally Posted by DS MrSinister
I am guessing that you have forum root in a folder called maybe its forums or another name. if so replace it with this code below. just change the word community to your forum root folder name. hope this helps.
Code:
// vBulletin: Parse BBCode
if (!is_object($bbcode_parser)){
require_once('../community/includes/class_bbcode.php');
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
|
You are correct that it is in a
forums directory, but the change you suggested did not fix the issue. I did try this earlier thinking it might be the issue, but it did not fix it. I also tried the full path to the file, but that also did not work.
I'm using version 4.0.4 of vb forums; and 4.1.0 of vBadvanced CMPS. Any other suggestions?
Thanks,