91豆麻精品91久久久久久,中文在线资源,国产精品女视频,yw.139尤物在线精品视频

?
  歡迎訪問全國企業(yè)網(wǎng)站設(shè)計(jì)NO.1網(wǎng)站開發(fā)商平臺 付款方式
主頁 > 網(wǎng)站建設(shè) > 建站知識 > dedecms調(diào)用二級欄目并實(shí)現(xiàn)channelartlist支持current

dedecms調(diào)用二級欄目并實(shí)現(xiàn)channelartlist支持current

POST TIME:2020-10-09

dedecms默認(rèn)模板的channelartlist是不支持currentstyle屬性的。currentstyle屬性在導(dǎo)航中應(yīng)用的比較多,可以實(shí)現(xiàn)循環(huán)調(diào)用欄目后,當(dāng)前頁

 
標(biāo)簽獲得一個class="自定義命名"的屬性,具體作用就不做說明了,需要修改文件。
 
打開:include\taglib\channelartlist.lib.php
 
找到:
 
$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);

 
在此行代碼下方增加以下代碼:
 
//讓channelarclist支持currentstyle屬性
        if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id'] || $typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['topid'] ){  
             $pv->Fields['currentstyle'] = $currentstyle ? $currentstyle : 'nLi on';  
         }  
         else{  
             $pv->Fields['currentstyle'] = 'nLi';  
         }  
//讓channelarclist支持currentstyle屬性end
網(wǎng)上找到的一般沒有加$typeids[$i]['id'] ==$refObj->TypeLink->TypeInfos['topid']
 
添加這個后才能對二級欄目也起作用。
 
調(diào)用方法:
 
{dede:channelartlist typeid='2' currentstyle='current'}

<li class='{dede:field.currentstyle/}'><a href='{dede:field name='typeurl'/}'>{dede:field name='typename'/}</a></li>

。。。

{/dede:channelartlist}
 
如果是當(dāng)前欄目則 li的class屬性顯示current,否則顯示class='' ,也可以修改currentstyle='這里改為你需要的類名'。
 
導(dǎo)航用channelartlist調(diào)用子欄目方法
? 主站蜘蛛池模板: 江油市| 新乐市| 宜黄县| 昆明市| 三河市| 永平县| 梓潼县| 嘉义县| 屯昌县| 方城县| 综艺| 梓潼县| 金川县| 姜堰市| 若尔盖县| 嘉祥县| 龙岩市| 青河县| 永寿县| 甘肃省| 丰宁| 柳河县| 秦安县| 泾源县| 达日县| 密云县| 光泽县| 黄骅市| 乌兰浩特市| 友谊县| 玉门市| 应用必备| 泾源县| 兴城市| 巴里| 大同县| 清新县| 米易县| 孟津县| 塔城市| 汉源县|