加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > CMS系统 > Dedecms > 正文

织梦arclist标签当前文章高亮方法

发布时间:2020-12-14 04:43:09 所属栏目:Dedecms 来源:网络整理
导读:织梦arclist标签支持文章高亮currentstyle属性方法: include/taglib/arclist.lib.php 第一步:查找: ??????????? $channelid = $ctag-GetAtt('channelid'); ????????替换: ??????????? $channelid = $ctag-GetAtt('channelid'); ??????????? $currentstyl

织梦arclist标签支持文章高亮currentstyle属性方法:

include/taglib/arclist.lib.php

第一步:查找:

??????????? $channelid = $ctag->GetAtt('channelid');

????????替换:

??????????? $channelid = $ctag->GetAtt('channelid');

??????????? $currentstyle = $ctag->GetAtt('currentstyle');

第二步:查找:

???????????? $ctag->GetAtt('limit'),$flag,$ctag->GetAtt('orderway'),$ctag->GetAtt('subday'),$ctag->GetAtt('noflag'),

???????????? $tagid,$pagesize,$isweight

????????替换:

???????????? $ctag->GetAtt('limit'),$isweight,$currentstyle

第三步:查找:

???????????? function lib_arclistDone(&$refObj,&$ctag,$typeid=0,$row=10,$col=1,$titlelen=30,$infolen=160,

???????????? $imgwidth=120,$imgheight=90,$listtype='all',$orderby='default',$keyword='',

???????????? $innertext='',$arcid=0,$idlist='',$channelid=0,$limit='',$att='',$order='desc',$subday=0,$noflag='',$tagid='',$pagesize=0,$isweight='N')

????????替换:

???????????? function lib_arclistDone(&$refObj,$isweight='N',$currentstyle='')

第四步:查找:

????????????? $row['textlink'] = "

????????替换:?????

????????????? $row['textlink'] = "

??????????????? if($currentstyle=='on')

{

?????????????????? if($row['id']==$arcid)? $row['style']="on";

?????????????????? else $row['style']="";

?}

?

调用方法:

?{dede:arclist titlelen='60'? currentstyle='on'? row='8' typeid='3'}

? ?{/dede:arclist}


(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读