Quote:
Originally Posted by nhawk
It's not as simple as that.
Code:
// Include Globals
require_once('./global.php');
require_once('./includes/functions_editor.php');
require_once('./includes/functions_wysiwyg.php');
require_once('./includes/functions_newpost.php');
require_once('./includes/functions_user.php');
require_once('./includes/class_bbcode.php');
require_once('./includes/class_image.php');
require_once('./includes/functions_bigthree.php');
require_once('./microcart/pdf/class.ezpdf.php');
require_once('./microcart/functions.php');
require_once('./includes/class_bootstrap_framework.php');
/includes/functions_wysiwyg.php does not exist in a fresh install of 4.1.4.
So I would imagine removing it from the includes would break some functions in the mod. Yes?
|
within the cart.php file find
PHP Code:
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
should be on lines 342 and 1959 and remove the &