
找到thread.php文件
$rt ;; $foruminfo += $rt;#版块信息合并
$forumset = $foruminfo['forumset'];找到上面2行,大概在20十几行附近 在其中添加啊两行
$foruminfo['top1']=$rt['top1'];
$foruminfo['top2']=$rt['top2'];修改为
$rt ;; $foruminfo += $rt;#版块信息合并
$foruminfo['top1']=$rt['top1'];
$foruminfo['top2']=$rt['top2'];
$forumset = $foruminfo['forumset'];即可