If a board does not have the Reputation system enabled, this bug will occur: as it is the Reputation code system that called the include for functions_bbcodeparse ...
To fix this:
FIND:
PHP Code:
require_once('./includes/functions_bbcodeparse.php');
MOVE THIS UP TO JUST BELOW:
PHP Code:
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once('./includes/functions_forumlist.php');
require_once('./includes/functions_user.php');
Great idea for a hack assassingod
[high]* Natch clicks install[/high]