主頁 > 網(wǎng)站建設(shè) > 建站知識(shí) > dedecms(織夢(mèng))中channel 標(biāo)簽 指定typeid時(shí) currents

dedecms(織夢(mèng))中channel 標(biāo)簽 指定typeid時(shí) currents

POST TIME:2017-11-13 05:16

本文將介紹dedecms(織夢(mèng))中channel 標(biāo)簽 指定typeid時(shí) currentstyle無效的修復(fù)辦法

  1. {dede:channel type=’son’ row=’8′ currentstyle=”<li><a href=’~typelink~’ class=’thisclass’>~typename~</a> </li>”}
  2. <li><a href=’[field:typelink/]‘>[field:typename/]</a> </li>
  3. {/dede:channel}

這種調(diào)用方式currentstyle有效
但是:

  1. {dede:channel type=’son’ row=’8′ typeid=1 currentstyle=”<li><a href=’~typelink~’ class=’thisclass’>~typename~</a> </li>”}
  2. <li><a href=’[field:typelink/]‘>[field:typename/]</a> </li>
  3. {/dede:channel}

這種調(diào)用方式currentstyle就無效了
論壇里有人說用把typeid=xxx改成channelid=1,簡(jiǎn)直是無稽之談。
完美解決辦法:

修改include/taglib/channel.lib.php
查找:

  1. if( ($row['id']==$typeid || ($topid==$row['id'] && $type==’top’) ) && $currentstyle!=” )

改成

  1. if( ( $row['id']== $refObj->TypeLink->TypeInfos['id'] || ($topid==$row['id'] && $type==’top’) ) && $currentstyle!=” )


上一篇:比較全面的dedecms織夢(mèng)全站偽靜態(tài)規(guī)則

下一篇:織夢(mèng)DEDECMS在文章頁和欄目頁頂級(jí)欄目名字和連接

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

  • 400-1100-266