栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > PHP > php开源框架 > dedecms

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

dedecms 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

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

织梦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'), $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}


    转载请注明:文章转载自 www.mshxw.com
    本文地址:https://www.mshxw.com/it/7669.html
    我们一直用心在做
    关于我们 文章归档 网站地图 联系我们

    版权所有 (c)2021-2022 MSHXW.COM

    ICP备案号:晋ICP备2021003244-6号