首页 >

织梦DedeCMS如何让channelartlist标签支持currentstyle属性

织梦dede让channelartlist标签支持currentstyle属性

织梦DedeCMS如何让channelartlist标签支持currentstyle属性

打开include/taglib/channelartlist.lib.php

找到

$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);

在此行代码下方增加以下代码:

if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id'] || $typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['topid'] ){            $pv->Fields['currentstyle'] = $currentstyle ? $currentstyle : 'current';        }        else{            $pv->Fields['currentstyle'] = '';        }

调用方法:

{dede:channelartlist typeid='2' currentstyle='current'}
  • https://www.liuzhongwei.com/a/dedejq/{dede:field name='typename'/}
  • {/dede:channelartlist}

    如果是当前栏目则 li的class属性显示current,否则显示class=” ,也可以修改currentstyle=’这里改为你需要的类名’。


    织梦DedeCMS如何让channelartlist标签支持currentstyle属性
  • 织梦DedeCMS首页幻灯片显示问题帮助教程
  • 织梦DedeCMS首页幻灯片显示问题帮助教程 | 织梦DedeCMS首页幻灯片显示问题帮助教程 ...

    织梦DedeCMS如何让channelartlist标签支持currentstyle属性
  • 织梦DedeCMS中使用arclistsg标签在首页调用联动类型字段的方法
  • 织梦DedeCMS中使用arclistsg标签在首页调用联动类型字段的方法 | 织梦DedeCMS中使用arclistsg标签在首页调用联动类型字段的方法 ...

    织梦DedeCMS如何让channelartlist标签支持currentstyle属性
  • 新手站长如何简单搭建一个织梦DedeCMS网站
  • 新手站长如何简单搭建一个织梦DedeCMS网站 | 新手站长如何简单搭建一个织梦DedeCMS网站 ...