修正 发表主题时会发生"最新发表主题"与"最新回覆主题"同时出现的问题

Home Home
引用 | 编辑 达人村惟禄
2006-03-10 13:41
楼主
推文 x0
【类型】插件
【版本】4.32

解决方法如下:

打开 index.php 找

$query = $db->query("SELECT tid,author,subject,replies,lastpost FROM pw_threads order by lastpost desc limit 0,$listnum");

修改为

$query = $db->query("SELECT tid,author,subject,replies,lastpost FROM pw_threads where replies>0 order by lastpost desc limit 0,$listnum");

献花 x1
引用 | 编辑 回忆过去
2016-02-09 03:20
1楼
  
谢谢分享解决方案

献花 x0
引用 | 编辑 回忆过去
2016-02-09 03:21
2楼
  
谢谢分享解决方案 表情

献花 x0