织梦channel子栏目导航标签currentstyle鼠标点击高亮
导读:织梦文章织梦文章style .red2 { color : red ; } /style 如果点击了其他页面不加class=red2,当点击或者首次打开首页的时候会加class织梦首页模板织梦模板。
<style> .red2{color:red;} </style>
如果点击了其他页面不加class='red2',当点击或者首次打开首页的时候会加class
Markup <li {dede:field name=typeid runphp="yes"}(@me=="&qu织梦模板安装ot;)? @me=" class='red2'":@me="";{/dede:field}><a href='{dede:global.cfg_basehost/}'>首页</a></li>如果点击了其中的一个栏目则则这个栏目增加class='red2'变色
Markup {dede:channel type='top' row='8' currentstyle="<li class='red2'><a href='~typelink~' >~typename~</a> </li>" } <li><a href="[field:typelink/]&q织梦网站模板uot;>[field:typename/]</a></li> {/dede:channel}注意:
如果是子栏目currentstyle这个标签是不生效的。需要改个配置
currentstyle无效的修复办法:
修改include/taglib/chann织梦模板el.lib.php
133行。
PHP if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )修改为
PHP if( ($row['id']==$refObj->TypeLink->TypeInfos['id'] || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )下面是子栏目currentstyle的调用
Markup {dede:channel typeid='3' currentstyle="<li class='red2'><a href='~typelink~' >~typename~</a> </li>" } <li><a href="[field:typelink/]">[field:typename/]</a></li> {/dede:channel} 相关织梦首页模板织梦模板。声明: 本文由我的SEOUC技术文章主页发布于:2023-07-18 ,文章织梦channel子栏目导航标签currentstyle鼠标点击高亮主要讲述标签,栏目导航,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_29464.html