首页 > 网站 > 建站经验 > 正文

phpwind热榜排行最新回复排序问题

2024-04-25 20:33:23
字体:
来源:转载
供稿:网友

关键字描述:排序 问题 回复 最新 排行 as tid SELECT subject name

打开文件:require/rebang.php

找到以下代码:

Copy code

SELECT tid as id,subject as name,lastpost as value FROM pw_threads WHERE tid IN($tids)

 

替换为以下代码:

Copy code

SELECT tid as id,subject as name,lastpost

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表