织梦让channelartlist标签里的channel支持currentstyle

织梦标签channelartlist默认是不持多层嵌套后使用currentstyle高亮,修改一个文件可以实现

嵌套标签

<div> <ul> {dede:channelartlist row=7 typeid=top currentstyle=current} <li class="{dede:field.currentstyle/}"> <a href=http://www.dede58.com/"{dede:field.typeurl/}">{dede:field.typename/}</a> <ul> {dede:channel type='son' noself='yes' row='10' currentstyle="<li><a href='~typelink~'>~typename~</a></li>"} <li><a href=http://www.dede58.com/"[field:typeurl/]">[field:typename/]</a></li> {/dede:channel} </ul> </li> {/dede:channelartlist} </ul> </div>  

实现教程

1、打开 \include\taglib\channel.lib.php 找到

global $dsql;

改成

global $dsql,$_sys_globals;

继续找到

$row['id']==$typeid

改成

$row['id']==$typeid || $row['id']==$_sys_globals['typeid']

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/f6cba9a8d1d10fc3b30f0fbb2704a4aa.html