Xiuno BBS 如何让指定板块不在首页展示?【教程存档】 code

admin 2019-12-12 4215


文件位置:route/index.php

找到下面这行代码

// hook index_thread_list_before.php

然后在它的上面插入下面的代码

$fids_filter = array('1','5');//不想展示的fid
foreach($fids_filter as $k) {
    if(isset($forumlist_show[$k])){
        unset($forumlist_show[$k]);
    }
}

上面的代码插入后,fid为1和5的板块下的帖子将不在首页展示。

最新回复 (0)
全部楼主
    • MSDN,我告诉你(中文站)
      2
        登录 注册 获取赞助码
返回