修正 發表主題時會發生"最新發表主題"與"最新回覆主題"同時出現的問題

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