首页 >

织梦DedeCMSarclist标签支持高亮currentstyle属性方法

找到include/taglib/arclist.lib.php

织梦DedeCMSarclist标签支持高亮currentstyle属性方法

第一步:查找:

$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'), $flag,$ctag->GetAtt('orderway'), $ctag->GetAtt('subday'), $ctag->GetAtt('noflag'),              $tagid,$pagesize,$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, &$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', $currentstyle='')

第四步:查找:

$row[‘textlink’] = “”.$row[‘title’].””;

替换:

$row['textlink'] = "".$row['title']."";                 if($currentstyle=='on') {                     if($row['id']==$arcid)  $row['style']="on";                     else $row['style']="";  }  

调用方法:

{dede:arclist titlelen='60'  currentstyle='on'  row='8' typeid='3'} [field:title/] {/dede:arclist}



织梦DedeCMSarclist标签支持高亮currentstyle属性方法
  • 织梦DedeCMS用ajax只调用会员等级等部分信息
  • 织梦DedeCMS用ajax只调用会员等级等部分信息 | 织梦DedeCMS用ajax只调用会员等级等部分信息 ...

    织梦DedeCMSarclist标签支持高亮currentstyle属性方法
  • 最新版织梦DedeCMS怎么实现PC站和手机站数据同步
  • 最新版织梦DedeCMS怎么实现PC站和手机站数据同步 | 最新版织梦DedeCMS怎么实现PC站和手机站数据同步 ...

    织梦DedeCMSarclist标签支持高亮currentstyle属性方法
  • 自定义织梦DedeCMS后台图集上传图片文件名称顺序显示
  • 自定义织梦DedeCMS后台图集上传图片文件名称顺序显示 | 自定义织梦DedeCMS后台图集上传图片文件名称顺序显示 ...