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

发现里如何不显示文章

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 人关注

推荐内容

请问如何在M页列表上显示 已采纳 图标?
文章被赞了没有提示消息吗?
为什么发布不了文章
发起问题和发文章什么区别
手机版话题下不能读文章,略可惜。
文章入口太不明显了啊
文章点评动态能在首页显示吗?
如何在文章页调用最新文章,按照条件来?
文件配图的DIV代码怎么写?
现有版本2.5.6及后续版本没办法跟2.5一样单独列出文章板块吗?