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