打开文件/plugin/xn_digest/model/thread_digest.func.php 找到第62行
$threadlist = thread_find_by_tids($tids);
修改为
$threadlist = thread_find_by_tids($tids, array('tid' => 'DESC'));
更新缓存即可降序排列。
本文发布于奇狐网,转载请注明出处,谢谢合作。
上一篇:XIUNOBBS官方TAG插件升序BUG修复
下一篇:input file控件美化
管理员组