该问题已被锁定!
5
关注
3058
浏览

发现里如何不显示文章

AI智能回复搜索中,请稍后...

查看全部 3 个回答

bennyyao 中级会员 用户来自于: 上海市闵行区
2018-07-11 14:15
在app/explore/main.php修改这两处,把函数的第一个参数null改为【“question”】,这样发现模块就只有问题了。其他地方不受影响。
if ($_GET['sort_type'] == 'hot')
{
	$posts_list = $this->model('posts')->get_hot_posts(null, $category_info['id'], null, $_GET['day'], $_GET['page'], get_setting('contents_per_page'));
}
else
{
	$posts_list = $this->model('posts')->get_posts_list(null, $_GET['page'], get_setting('contents_per_page'), $_GET['sort_type'], null, $category_info['id'], $_GET['answer_count'], $_GET['day'], $_GET['is_recommend']);
}

关于作者

问题动态

发布时间
2018-07-04 16:21
更新时间
2018-07-11 14:15
关注人数
5 人关注