織夢讓channelartlist標簽支持currentstyle屬性
??瀏覽次數:?? 來源:鄭州網站制作??作者:鄭州網站建設??標簽: 織夢 channelartli
內容摘要:打開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] = ; } 網上找到的一般沒有加$typeids[$i][id] ==$refObj-TypeLink-TypeInfos[topid] 添加這個后才能對二級欄目也起作用 調用方法: {dede:channelartlist typeid=2 currentstyle=current} li class={dede:field.currentstyle/
打開include/taglib/channelartlist.lib.php
找到
在此行代碼下方增加以下代碼:
網上找到的一般沒有加$typeids[$i]['id'] ==$refObj->TypeLink->TypeInfos['topid']
添加這個后才能對二級欄目也起作用
調用方法:
如果是當前欄目則 li的class屬性顯示current,否則顯示class='' ,也可以修改currentstyle='這里改為你需要的類名'。
找到
$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'] = ''; } |
網上找到的一般沒有加$typeids[$i]['id'] ==$refObj->TypeLink->TypeInfos['topid']
添加這個后才能對二級欄目也起作用
調用方法:
{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} |
如果是當前欄目則 li的class屬性顯示current,否則顯示class='' ,也可以修改currentstyle='這里改為你需要的類名'。
網站文章糾正或建議請致電:0371-86590010 或郵箱聯系:136109548@qq.com