栏目ID 查看 【功能地图】-【频道模型】
打开目录文件
/application/user/controller/UsersRelease.php
607行左右
$arctype_html = allow_release_arctype($typeid, [1,3,4,5], true);
修改为
$arctype_html = allow_release_arctype($typeid, [1,2,3,4,5,9], true);
打开目录文件
/application/admin/controller/UsersRelease.php
21行左右
public $current_channel = [1,3];
修改为
public $current_channel = [1,2,3,4,5,9];
打开目录文件
/application/admin/controller/Member.php
971行左右
$current_channel = [1,3];
修改为
$current_channel = [1,2,3,4,5,9];
回到后台清理缓存,直接在会员中心设置投稿栏目即可
清理缓存无效可手工删除缓存目录
/data/runtime/下的cache和temp两个文件夹(缓存文件登录后会自动生成)