方法1:帝国CMS 灵动调用当前栏目子栏目,没有子栏目的则调用同级栏目(推荐)
Via:http://bbs.phome.net/showthread-13-352633-0.html
[showclasstemp]'selfinfo',3,0,0[/showclasstemp]
'selfinfo'显示本栏目下级栏目
标签模板ID为 3
[showclasstemp]'selfinfo',3,0,0[/showclasstemp] 可实现下发代码同等效果
<?php
$islast=$class_r[$GLOBALS[navclassid]][islast]; //当前栏目判断是否为终级栏目
$bclassid=$class_r[$GLOBALS[navclassid]][bclassid];//获取当前父栏目ID
?>
<ul class="list">
<?php
if($islast==1 and $bclassid==0){//终极栏目,没有父栏目,则查询当前栏目下的信息列表
?>
[e:loop={"select * from phome_ecms_news where classid='".$GLOBALS[navclassid]."'",20,24,1}]
<li><a href="<?=$bqsr[titleurl]?>"><?=esub($bqr[title],18)?></a></li>
[/e:loop]
<?php
}else if($islast==1 and $bclassid!=0){//终极栏目,有父栏目,则查询父栏目下的子栏目列表
?>
[e:loop={"select * from phome_enewsclass where bclassid='".$bclassid."'",24,24,1}]
<li><a href="[!--news.url--]<?=esub($bqr[classpath],200)?>"><?=esub($bqr[classname],18)?></a></li>
[/e:loop]
<?php
}else{//否则就调用当前栏目下的子栏目列表
?>
[e:loop={"select * from phome_enewsclass where bclassid='".$GLOBALS[navclassid]."'",24,24,1}]
<li><a href="[!--news.url--]<?=esub($bqr[classpath],200)?>" ><?=esub($bqr[classname],18)?></a></li>
[/e:loop]
<?php
}
?>
</ul>
方法2:帝国CMS获取当前栏目下子栏目
Via:http://bbs.phome.net/ShowThread/?threadid=361013&forumid=42
<?php
$bclassid=$GLOBALS[navclassid];//取得本栏目id
//取得本栏目下的子栏目
?>
[e:loop={"select classid, classname, classpath from `[!db.pre!]enewsclass` where bclassid='$bclassid' order by `classid` desc ",7,24,0}]
<a href="<?=$public_r[newsurl].$bqr[classpath]?>"><?=$bqr[classname]?></a>
[/e:loop]
//前端展示代码
<a href="/a/meiwei">享美味</a>
<a href="/a/meiji">美奇迹</a>
<a href="/a/keji">潮科技</a>
<a href="/a/qushi">奇趣事</a>
这是评论测试
飞歌导航东方红烦得很
这是新的一条评论
未来一年,中国的移动支付市场会是什么样?