xiuno修罗精华排序方法教程
7232708273 2022-9-21


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'));
复制代码

更新缓存即可降序排列。

最新回复 (0)
全部楼主
返回