请登录后探索更多精彩内容!
route目录下的 forum.php第31行
$threadlist = thread_find_by_fid($fid, $page, $pagesize, $orderby); PHPCopy
改为
$threadlist = thread_find_by_fid($fid, $page, $pagesize, ‘create_date’); MarkupCopy
即按照 发表时间排序
暂无评论
暂无评论