无限星辰工作室-客户无限互联网动力之源

标题: Discuz! X3.2 X3.1 回帖默认按照时间降序排列 [打印本页]

作者: crx349    时间: 2014-6-17 14:48
标题: Discuz! X3.2 X3.1 回帖默认按照时间降序排列


1.  template/模版目录/forum/post_editor_attribute.htm 约177行 ,搜索
  1. name="ordertype"
复制代码
找到
  1. <input type="checkbox" name="ordertype" id="ordertype" class="pc" value="1" $ordertype >
复制代码

  1. $ordertype
复制代码
改成
  1. checked="checked"
复制代码

如下:
  1. <input type="checkbox" name="ordertype" id="ordertype" class="pc" value="1" checked="checked" >
复制代码

注: 这里的 $ordertype 可以是不是这样的, 我之前改了忘了是什么样的了..这里的改动是为了让发帖的时候,默认选上 回帖降序排列的选项

2. forum.php
加上一句:
  1. if(isset($_GET['mod']) && $_GET['mod'] == 'viewthread')
  2.         $_GET['ordertype'] = 1;
复制代码





欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://www.xmspace.net/) Powered by Discuz! X3.4