jb51 向大家介绍了phpwind9.0整站模板,phpwind整站模板,phpwind演示站,phpwind,discuz phpwind等相关知识,希望对您有所帮助
关键字描述:内容 问题 回收 搜索 解决 query locked replies hits
打开:search.php
查找:
修改为:
</div>
打开:search.php
查找:
Copy code
$query = $db->query("SELECT tid,fid,titlefont,author,authorid,subject,postdate,lastpost,lastposter,hits,replies,locked,special,anonymous FROM pw_threads WHERE $sqlwhere $orderby $limit");
修改为:
Copy code
$query = $db->query("SELECT tid,fid,titlefont,author,authorid,subject,postdate,lastpost,lastposter,hits,replies,locked,special,anonymous FROM pw_threads WHERE fid<>'0' AND $sqlwhere $orderby $limit");
</div>