Hey Tobias,
probiere mal aus, ob es mit dieser Codeänderung funktioniert.
Öffne functions_vbseo_vb.php
Finde:
ERSETZE es durch:PHP Code:function vbseo_is_threadedmode()
{
global $bbuserinfo;
$tmode = $bbuserinfo["threadedmode"] ? $bbuserinfo["threadedmode"] : $_COOKIE[vbseo_vb_cprefix() . "threadedmode"];
$mode_nonlinear = ($tmode == 'threaded' || $tmode == 'hybrid');
return $mode_nonlinear;
}
PHP Code:function vbseo_is_threadedmode()
{
global $bbuserinfo;
$tmode = $bbuserinfo["threadedmode"] ? $bbuserinfo["threadedmode"] : $_COOKIE[vbseo_vb_cprefix() . "threadedmode"];
$mode_nonlinear = ($tmode == 'threaded' || $tmode == '1' || $tmode == '2' || $tmode == 'hybrid');
return $mode_nonlinear;
}


LinkBack URL
About LinkBacks





Reply With Quote