帝国cms搜索页面模板搜索结果带tags标签(关键字词)
搜索结果带标签(关键字词)
带标签(关键字词)的列表结果
列表内容模板(list.var)【php】
使用程序代码(勾选使用程序代码)
$titlepic='';
$classid=$r[classid]; //获取栏目id
$tbname=$class_r[$classid][tbname];//获取数据表
$fr=$empire->fetch1("select infotags from {$dbtbpre}ecms_".$tbname."_data_{$r[stb]} where id='$r[id]'");//查询副表下的infotags字段
$tag1=''.$fr[infotags].'';
$r_tag=explode(",",$tag1);
for($i=0;$i<count($r_tag);$i++)
{
if($r_tag[$i])
{
$tagslink=$public_r[newsurl]."e/tags/?tagname=".$r_tag[$i]."&tempid=8";//链接
$tags.="".$r_tag[$i]." ";
}
}
if($r[titlepic])
{
$titlepic=' '.$class_r[$r[classid]]['classname'].'';
}
$listtemp='
[!--title--]
'.$titlepic.'
[!--smalltext--]
[!--writer--][!--newstime--]【'.$class_r[$r[classid]]['classname'].'】'.$tags.'
更多
';
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。