Thanks!
But I'm still getting
PHP Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1146) : eval()'d code on line 5
at the top of the user profile pages.
In SFF: Cache Templates, do you still have -
PHP Code:
if (THIS_SCRIPT == 'profile')
{
$globaltemplates = array_merge($globaltemplates, array(
'modifyoptions_excludeforums',
));
}