解决方法:
找到dede的后台目录:默认”dede“,打开”catalog_do.php"文件,大约327行:
$typeOptions = $tl->GetOptionArray(0,0,$channelid);
$typeOptions = $tl->GetOptionArray(0,0,0); |
function GetOptionArray($hid=0,$oper=0,$channeltype=0,$usersg=0) { return $this->GetOptionList($hid,$oper,$channeltype,$usersg); } function GetOptionList($hid=0,$oper=0,$channeltype=0,$usersg=0) { return $this->OptionArrayList; } //+ 为下级类目递归加上 '-' function LogicGetOptionArray($id, $step, $oper=0) { } |
Update `dede_arctype` set reid=’目标父栏目ID’ where id in(2,3,4,5) |
套路很深,不支持下载!