灵动标签
帝国CMS灵动标签内容页调用列表页关键字
在内容页调用栏目页关键字,可是网上提供的标签都不能用。下面我给大家提供一下[e:loop={"select classpagekey from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<?=$bqr[classpagekey]?>[/e:loop]...
帝国CMS7.0灵动标签调用商城内容页购买记录
帝国CMS7.0商城内容页调用该商品的购买记录,以下是思路代码。[e:loop={"select * from phome_enewsmemberadd where userid in (select userid from phome_enewsshopdd where ddid in (select ddid from phome_enewsshopdd_add where buycar like &#...
帝国CMS灵动标签调用当前信息TAGS
此方法收集网络,本人暂时还没用过,先收藏。<? $a="$bqr[infotags]"; $str=str_replace(',', ',', $a); $tag=''; $t= explode(",", $str);...
内容页调用上一篇,下一篇帝国CMS方法集合
一: 动态调用上一篇下一篇链接 <a href="[!--news.url--]e/public/GotoNext?classid=[!--classid--]&id=[!--id--]&enews=pre">上一篇</a> 动态调用上一篇链接 <a href=...
帝国CMS灵动标签获取当前栏目下面的子栏目
<?php $bclassid=$GLOBALS[navclassid]; //取得本栏目id //取得本栏目下的子栏目 ?> [e:l
