4.0.4精华帖子排序问题解决方法
2019年04月07日 5544

xiuno

打开文件/plugin/xn_digest/model/thread_digest.func.php 找到第62行

$threadlist = thread_find_by_tids($tids);

修改为:

$threadlist = thread_find_by_tids($tids, array('tid' => 'DESC'));

更新缓存即可降序排列。

TAG


- End -




4 条评论
  • 表情
  • 游客你好,回复内容需要 登录 查看!