涉及到文件:system/extend.func.php
在 system/extend.func.php 最下面也就是?>前加入以下代码
function GetTotalArc($tid){
global $dsql;
$sql = GetSonIds($tid);
$row = $dsql->GetOne("Select count(id) as dd From biz_archives where typeid in({$sql})");
return $row['dd'];
}
切记,表头 biz_ 改为自己的表头