当前位置: 首页 > 站长资讯 > 正文页面

帝国cms教程:列表页list.var调用tags的实现代码

将下面代码复制到列表内容模板(list.var),记得要选列表页:使用程序代码u69网站目录_网站网址收录与提交入口

代码如下:u69网站目录_网站网址收录与提交入口

$nsmalltext=$r[smalltext];u69网站目录_网站网址收录与提交入口

$ntext=strip_tags($nsmalltext);//去除内容简介里的HTML标签u69网站目录_网站网址收录与提交入口

$newtext=esub($ntext,100,'...') ;//限制100字u69网站目录_网站网址收录与提交入口

$keyboard=$r[keyboard];u69网站目录_网站网址收录与提交入口

$r_tag=explode(",",$keyboard);u69网站目录_网站网址收录与提交入口

$tempid=1;//这里是搜索模板IDu69网站目录_网站网址收录与提交入口

for($i=0;$i<count($r_tag);$i++)u69网站目录_网站网址收录与提交入口

{u69网站目录_网站网址收录与提交入口

if($r_tag[$i])u69网站目录_网站网址收录与提交入口

{u69网站目录_网站网址收录与提交入口

$tagslink=$public_r[newsurl]."e/tags/?tagname=".$r_tag[$i];//链接u69网站目录_网站网址收录与提交入口

$tagslink=$public_r[newsurl]."e/search/?searchget=1&tbname=$tbname& amp;tempid=$tempid&show=keyboard&keyboard=".$r_tag[$i];//如果链接到搜索 页面用此行代码,如果不是请删除u69网站目录_网站网址收录与提交入口

$tags.="<a href='$tagslink' target='_blank'>".$r_tag[$i]."</a> ";u69网站目录_网站网址收录与提交入口

}u69网站目录_网站网址收录与提交入口

}u69网站目录_网站网址收录与提交入口

$listtemp='<div class="m_2">u69网站目录_网站网址收录与提交入口

<div class="m_2_a"><a href="http://down.admin5.com/info/" title="[!--oldtitle--]">[!--title--]</a>[[!--newstime--]]</div>u69网站目录_网站网址收录与提交入口

<p> [!--smalltext--]...<a href="http://down.admin5.com/info/" class="link2">[详情]</a></p>u69网站目录_网站网址收录与提交入口

<div class="cont_4">标签:'.$tags.'</div>u69网站目录_网站网址收录与提交入口

<div class="cont_2"><span>来源:</span>A5源码<span>作者:< /span>http://down.admin5.com <span>点击率:</span>708</div>u69网站目录_网站网址收录与提交入口

</div>u69网站目录_网站网址收录与提交入口

源码技术交流QQ群 417105134u69网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章