dede:channelartlist 下面的dede:channel currentstyle始终无法显示 请问各位高手怎么解决哦,在线急等 50
代码如下:<ul>{dede:channelartlisttypeid='5'currentstyle='on'}<lionClick="SwitchMenu('sub{...
代码如下:
<ul>
{dede:channelartlist typeid='5' currentstyle='on'}
<li onClick="SwitchMenu('sub{dede:field name='typeid'/}')" class="nav_{dede:field name='typeid'/} {dede:field name='currentstyle'/}"><a class="ppbb">{dede:field name='typename'/}</a>
<dl id="sub{dede:field name='typeid'/}" class="submenu">
{dede:channel type='son' noself='yes' currentstyle="<dd class='on'><a href='~typelink~' ~rel~>~typename~</a></dd>"}
<dd><a href="[field:typelink /]" [field:rel/]>[field:typename/]</a></dd>
{/dede:channel}
</dl>
</li>
{/dede:channelartlist}
</ul>
我看过include./taglib/channel.lib.php 页面源码: 是进不了这个判断的 ,$typeid是上级别的栏目ID
if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )
{
$linkOkstr = $currentstyle;
$row['typelink'] = GetOneTypeUrlA($row);
$linkOkstr = str_replace("~rel~",$row['rel'],$linkOkstr);
$linkOkstr = str_replace("~id~",$row['id'],$linkOkstr);
$linkOkstr = str_replace("~typelink~",$row['typelink'],$linkOkstr);
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
$likeType .= $linkOkstr;
} 展开
<ul>
{dede:channelartlist typeid='5' currentstyle='on'}
<li onClick="SwitchMenu('sub{dede:field name='typeid'/}')" class="nav_{dede:field name='typeid'/} {dede:field name='currentstyle'/}"><a class="ppbb">{dede:field name='typename'/}</a>
<dl id="sub{dede:field name='typeid'/}" class="submenu">
{dede:channel type='son' noself='yes' currentstyle="<dd class='on'><a href='~typelink~' ~rel~>~typename~</a></dd>"}
<dd><a href="[field:typelink /]" [field:rel/]>[field:typename/]</a></dd>
{/dede:channel}
</dl>
</li>
{/dede:channelartlist}
</ul>
我看过include./taglib/channel.lib.php 页面源码: 是进不了这个判断的 ,$typeid是上级别的栏目ID
if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )
{
$linkOkstr = $currentstyle;
$row['typelink'] = GetOneTypeUrlA($row);
$linkOkstr = str_replace("~rel~",$row['rel'],$linkOkstr);
$linkOkstr = str_replace("~id~",$row['id'],$linkOkstr);
$linkOkstr = str_replace("~typelink~",$row['typelink'],$linkOkstr);
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
$likeType .= $linkOkstr;
} 展开
3个回答
展开全部
要修改文件的 /include/taglib/channelartlist.lib.php
找到: $pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);
在这行下面添加
// 让channelartlist支持栏目高亮
if($typeids[$i]['id'] == $refObj->TypeLink->TypeInfos['id']){
$pv->Fields['currentstyle'] = ' class="on"';
}
else{
$pv->Fields['currentstyle'] = '';
}
其中 class="on" 就是 {dede:field name='currentstyle'/} 要显示的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有这个{dede:field name='currentstyle'/}东西的。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
额 dedecms还没搞过
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询