首页 >

织梦DedeCMSchannel子栏目导航标签currentstyle鼠标点击高亮变色加

织梦DedeCMS织梦channel子栏目导航标签currentstyle鼠标点击高亮变色加class样式 。

织梦DedeCMSchannel子栏目导航标签currentstyle鼠标点击高亮变色加

.red2{color:red;}

如果点击了其他页面不加class=’red2’,当点击或者首次打开首页的时候会加class

Markup

  • 首页
  • 如果点击了其中的一个栏目则则这个栏目增加class=’red2’变色

    Markup

    {dede:channel type=’top’ row=’8′ current }

  • [field:typename/]
  • {/dede:channel}

    注意:

    如果是子栏目currentstyle这个标签是不生效的。需要改个配置

    currentstyle无效的修复办法:

    修改include/taglib/channel.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′ current }

  • [field:typename/]
  • {/dede:channel}



    织梦DedeCMSchannel子栏目导航标签currentstyle鼠标点击高亮变色加
  • 织梦DedeCMS文件保存目录直接转英文的方法
  • 织梦DedeCMS文件保存目录直接转英文的方法 | 织梦DedeCMS文件保存目录直接转英文的方法 ...

    织梦DedeCMSchannel子栏目导航标签currentstyle鼠标点击高亮变色加
  • Discuz!管理员无法登录后台时更新网站系统缓存的方法
  • Discuz!管理员无法登录后台时更新网站系统缓存的方法 | Discuz!管理员无法登录后台时更新网站系统缓存的方法 ...

    织梦DedeCMSchannel子栏目导航标签currentstyle鼠标点击高亮变色加
  • 织梦DedeCMS5.6和5.7跳转网址直接显示跳转网址的解决办法
  • 织梦DedeCMS5.6和5.7跳转网址直接显示跳转网址的解决办法 | 织梦DedeCMS5.6和5.7跳转网址直接显示跳转网址的解决办法 ...