Quote:
Originally posted by herby
1. No + - icons?
All solution steps checked.
Many thanks,
Herby
|
Okay all required templates seem to exist on the defualt template set. So I'd now suggest that a code modification hasn't been made.
Firstly what PHP version?
Secondly does
PHP Code:
// expand collapse hack
require('./admin/getbrowser.php');
require('./admin/getforumview.php');
$BrowserDOM=GetBrowserDOM2();
$templatesused.=',forumhome_expandcontract,forumhome_expandjscript';
// end expand collapse hack
Exist?
now does
PHP Code:
global $BrowserDOM, $collapsedstate;
Exist?
does
PHP Code:
if ($BrowserDOM==True) {
eval("\$expandcontractscript = \"".gettemplate('forumhome_expandjscript')."\";");
}
Exist?
Is getbrowser.php in your admin directory?
What is the output of phpinfo.php (included in the vBulletin archive)?
If you don't want to post the output of phpinfo then PMing it is fine.