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

有些时候,我们需要一种危机,来激发我们自身的潜能,唤醒我们内心深处被掩藏已久的人生激情,来实现人生的最大价值。时刻是没有声音的锉刀。早上好!

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

嵌套标签

<div>

    <ul>

        {dede:channelartlist row=7 typeid=top currentstyle=current}

        <li class="{dede:field.currentstyle/}">

            <a rel="nofollow noopener noreferrer" href="{dede:field.typeurl/}">{dede:field.typename/}</a>

            <ul>

                {dede:channel type='son' noself='yes' row='10' currentstyle="<li><a rel="nofollow noopener noreferrer" href='~typelink~'>~typename~</a></li>"}

                <li><a rel="nofollow noopener noreferrer" href="[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']

完成。

到此这篇关于织梦让channelartlist标签里的channel支持currentstyle就介绍到这了。不要对挫折叹气,姑且把这一切看成是在你成大事之前,必须经受的准备工作。更多相关织梦让channelartlist标签里的channel支持currentstyle内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!