| 插件名稱 | CMS建站系統(tǒng)大眾版 V4.1 |
| 插件作者 | 迅睿官方自營 |
| 最近更新 | 2026-03-31 10:25:30 |
| 增加文章AI審核和AI創(chuàng)作入口(需升級AI助手插件) |
帝國模板里面的這段 怎么改成 迅睿的
<?php
$sql=$empire->query("select * from {$dbtbpre}ecms_bushou where bhua<='$navinfor[title]' order by newstime");
while($r=$empire->fetch($sql)){
$num=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_zidian where bushou='$r[title]' and zbihua='$navinfor[title]'");
if(!empty($num)){
?>
//////////////////////////////////////////////////////////
<?php
$sqls=$empire->query("select * from {$dbtbpre}ecms_zidian where bushou='$r[title]' and zbihua='$navinfor[title]' order by newstime limit $num");
while($rs=$empire->fetch($sqls)){
if(strpos($rs[duying],' ') !== false){
$strdy=substr($rs[duying],0,strpos($rs[duying], ' '));
}else{
$strdy=$rs[duying];
}
echo '<li><a href="'.$rs[titleurl].'" title="'.$rs[title].'"><span>'.$strdy.'</span>'.$rs[title].'</a></li>';
}
?>
</ul>
<?}}?>
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!