帝国CMS灵动标签调用文章信息时获取tag标签的多种方法
方法1、调用信息的全部tag
[e:loop={"select id, title, titleurl, smalltext, newstime, titlepic from [!db.pre!]ecms_news order by id desc limit 30",0,24,0}]
fetch1("select infotags from {$dbtbpre}ecms_news_data_1 where id='$bqr[id]'");
$tag1=''.$fr[infotags].'';
$r_tag=explode(",",$tag1);
{
for($i=0;$i
|
[/e:loop]
或[e:loop={34,10,0,0}]格式
限制数量,把$i<count($r_tag)修改为$i<count($r_tag)&&$i<限制数量
—————————————————————————–
方法2、调用信息的tag时,可控制输出个数
[e:loop={"select id, title, titleurl, smalltext, newstime, titlepic from [!db.pre!]ecms_news order by id desc limit 30",0,24,0}]
fetch1("select infotags from {$dbtbpre}ecms_news_data_1 where id='$bqr[id]'");
$tag1=''.$fr[infotags].'';
$r_tag=explode(",",$tag1);
for($p=0;$i
| e/tags/?tagname=" target='_blank'> e/tags/?tagname=" target='_blank'> e/tags/?tagname=" target='_blank'> e/tags/?tagname=" target='_blank'>
[/e:loop]
或[e:loop={34,10,0,0}]格式
限制数量,把$i<count($r_tag)修改为$i<count($r_tag)&&$i<限制数量
—————————————————————————–
方法3、调用信息的tag时,可控制输出个数
[e:loop={34,10,0,0}]
" target="_blank">
gettotal("select infotags as total from $ftbname where id='$bqr[id]'"); //结果赋值给$navinfor就是为了使用 showtags标签的selfinfo
?>
Tags:[showtags]'selfinfo',10,0,'',0,'',' ',0,'','tagname'[/showtags]
[/e:loop]
注释:
[showtags]’selfinfo’,10,0,’num desc’,0,’s,r’,’ ‘,1,’tagname'[/showtags]
‘selfinfo’=当前信息ID,
10=调用总数量,
0=每行显示数量,
num desc=显示排序,
0=只显示推荐的(0为不显示,1为显示),
s,r=推荐TAGS属性(s为加粗,r为加红),
”=显示间隔符(一般为空格符: ),
1=显示信息数量(0为不显示,1为显示),
‘tagname’=链接使用变量(一般为tagname和tagid)
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。