个人日记

您现在的位置是:首页 > 学习笔记 > 帝国CMS

帝国CMS

帝国CMS灵动标签调用的信息带tag和搜索关键字

2019-04-07 00:00:00 帝国CMS 人点赞
灵动标签调用的信息带tag和搜索关键字
tag代码 ($tbname="news";中的“news”为新闻数据表名称)
<?php
$tbname="news";
$ftbname=$dbtbpre."ecms_".$

灵动标签调用的信息带tag和搜索关键字

tag代码 ($tbname="news";中的“news”为新闻数据表名称)
<?php         
$tbname="news"; 
$ftbname=$dbtbpre."ecms_".$tbname."_data_".$bqr['stb'];
$hlt = $empire->fetch1("select infotags from {$ftbname} where id='$bqr[id]'");   
$keyr=explode(',',$hlt[infotags]);
for($i=0;$i<count($keyr);$i++)
{
echo '<a href="'.$public_r[newsurl].'e/tags/?tagname='.$keyr[$i].'" target=_blank>'.$keyr[$i].'</a>&nbsp;&nbsp;';
}
?>

搜索关键字代码
<?php
$keyr=explode(',',$bqr[keyboard]);
for($i=0;$i<count($keyr);$i++)
{
echo'<a href="'.$public_r[newsurl].'e/search/?searchget=1&keyboard='.$keyr[$i].'&show=title" target=_blank>'.$keyr[$i].'</a>';
}
?>


限制数量,把$i<count($keyr)修改为$i<count($keyr)&&$i<限制数量


--------------------------------------------------------
实例:
[e:loop={34,50,3,0}]
<?=$bqno?>、<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> 
tag:
<?php         
$tbname="news"; 
$ftbname=$dbtbpre."ecms_".$tbname."_data_".$bqr['stb'];
$hlt = $empire->fetch1("select infotags from {$ftbname} where id='$bqr[id]'");   
$keyr=explode(',',$hlt[infotags]);
for($i=0;$i<count($keyr);$i++)
{
echo '<a href="'.$public_r[newsurl].'e/tags/?tagname='.$keyr[$i].'" target=_blank>'.$keyr[$i].'</a>&nbsp;&nbsp;';
}
?>
关键字:
<?php
$keyr=explode(',',$bqr[keyboard]);
for($i=0;$i<count($keyr);$i++)
{
echo'<a href="'.$public_r[newsurl].'e/search/?searchget=1&keyboard='.$keyr[$i].'&show=title" target=_blank>'.$keyr[$i].'</a>&nbsp;&nbsp;';
}
?>
<br>
[/e:loop]

帝国CMS灵动标签调用的信息带tag和搜索关键字.doc

830*140广告

文章评论