请问这个是如何修改调用的版快号的
安装后修改index_four.php这个文件 将
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid AND t.displayorder not in (-1,-2) ORDER BY t.dateline DESC LIMIT 0, 9");
修改为
$query = $db->query("SELECT t.*, f.name FROM {$tablepre}threads t, {$tablepre}forums f WHERE t.fid<>'$fid' AND f.fid=t.fid AND t.displayorder not in (23,24,25) ORDER BY t.dateline DESC LIMIT 0, 9");
23 24 25 为我的论坛水区版块号 就是 forumdisplay.php?fid=23 这个数字 可是首页显示仍然为调用所有版快 我郁闷啊 缓存清过了的 |