打开文件/plugin/xn_digest/model/thread_digest.func.php 找到第62行
$threadlist = thread_find_by_tids($tids);
修改为
$threadlist = thread_find_by_tids($tids, array('tid' => 'DESC'));
你可以在 登录 或 注册 后,对此帖发表评论!