谢谢楼主的热心
最新主题
$query = $db->query("SELECT dateline,tid,subject,author,views,replies FROM {$tablepre}threads where displayorder!=-1 and displayorder!=-2 ORDER BY dateline DESC LIMIT 0, $hack_subject_num");
最新回复
$query = $db->query("SELECT replies, tid, subject,author,views,lastposter FROM {$tablepre}threads where replies !=0 and displayorder!=-1 and displayorder!=-2 ORDER BY lastpost DESC LIMIT 0, $hack_subject_num");
原文件和你那里有点出入 都多出来displayorder!=-1 and displayorder!=-2
我直接把要改的内容直接覆盖掉了 已经可以用 但是好奇问一下 不一样的地方是干啥用的 |