Quote:
Originally Posted by DjEddie
ahh, yes sorry its the "EveryWhere Sidebar" mod that gives it the error when both mods are on ...
im not sure what functions would be needed to be added .. could u explain or should i be asking the developer of that mod?
thanks 
|
Try this.... at the top of the block code, add this line and see if it fixes the issue:
PHP Code:
if (THIS_SCRIPT != 'index') {
require_once(DIR . '/includes/functions_bigthree.php');
}