在dedecms的會(huì)員中心中發(fā)表文章,在“隸屬欄目”中默認(rèn)只能選擇“普通文章”頻道欄目。自定義內(nèi)容模型頻道卻無(wú)法選擇。如何解決dedecms如何設(shè)置會(huì)員在自定義模型欄目投稿?
1、找到/member/目錄下的article_add.php文件;
2、找到行:
$channelid = isset($channelid) && is_numeric($channelid) ? $channelid : 1;
3、將channelid : 1修改為channelid : 17
注意:這個(gè)17是自定義頻道的ID。
可以在后臺(tái)“核心 -> 頻道模型 -> 內(nèi)容模型管理”中的“id號(hào)”中找到。