Temp Fix for using with vb 3.6 beta1
In vBExternal.php
Find:
require_once('./includes/class_bbcode.php');
Replace with:
require_once('./includes/class_bbcode2.php');
Next you need to get the file class_bbcode.php from the vb3.5.4 and rename it class_bbcode2.php and then upload to includes folder.
Basicy it just makes this hack read the old bbcode file so that it works.
|