I tried to edit editdisplay.php to change this but couldn't find it. Should it be Checkuser instead of Display?
if (!$Display){
$html -> not_right("{$ubbt_lang['NO_PROF']} '$Username'",$Cat);
}
to
if (!$Display){
$html -> not_right("{$ubbt_lang['NO_PROF']} '$Username'",$Cat);
}
if ($showsidebar == "1") {
$sidebarselect[0] = "";
$sidebarselect[1] = "selected="selected"";
$sidebarselect[2] = "";
}
elseif ($showsidebar == "2") {
$sidebarselect[0] = "";
$sidebarselect[1] = "";
$sidebarselect[2] = "selected="selected"";
}
else {
$sidebarselect[0] = "selected="selected"";
$sidebarselect[1] = "";
$sidebarselect[2] = "";
}
Works fine exept when a user tries to switch the sidebar on/off.
/Stefan
Last edited by so01; 01/31/2003 5:23 PM.