主頁 > 網(wǎng)站建設(shè) > 建站知識(shí) > 完美解決織夢channelartlist標(biāo)簽不支持currentstyle屬性

完美解決織夢channelartlist標(biāo)簽不支持currentstyle屬性

POST TIME:2017-11-13 00:13

打開include\taglib\channelartlist.lib.php
找到

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


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

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


網(wǎng)上找到的一般沒有加$typeids[$i]['id'] ==$refObj->TypeLink->TypeInfos['topid']
添加這個(gè)后才能對二級欄目也起作用
調(diào)用方法:

{dede:channelartlisttypeid='2'currentstyle='current'}
  1. <liclass='{dede:field.currentstyle/}'><ahref='{dede:fieldname='typeurl'/}'>
  2. {dede:fieldname='typename'/}</a></li>
  3. 。。。
  4. {/dede:channelartlist}


如果是當(dāng)前欄目則 li的class屬性顯示current,否則顯示class='' ,也可以修改currentstyle='這里改為你需要的類名'。



上一篇:dedecms首頁怎么調(diào)用公司簡介的內(nèi)容

下一篇:讓織夢內(nèi)容頁arclist標(biāo)簽的當(dāng)前文章標(biāo)題加亮顯示

收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266