织梦子栏目调用currentstyle属性不支持typeid指定ID解决方案
很多站长在用织梦CMS系统制作网站时,经常会用到channel标签来调子栏目,但有的时候需要调用指定栏目的字栏目,而且还需要配合currentstyle属性做当前字栏目高亮的功能,但是织梦默认情况下是currentstyle对typeid是无效的。今天织梦模版网就跟大家分享一下解决方法。
修改include/taglib/channel.lib.php
找到:
if( ($row[‘id’]==$typeid || ($topid==$row[‘id’] && $type==’top’) ) && $currentstyle!=” ) //大概在108行左右
替换成
if( ( $row[‘id’]== $refObj->TypeLink->TypeInfos[‘id’] || ($topid==$row[‘id’] && $type==’top’) ) && $currentstyle!=” )
调用标签:
{dede:channel typeid =’3′ type =’son’ currentstyle=”
“}
{/dede:channel}
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦子栏目调用currentstyle属性不支持typeid指定ID解决方案
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦子栏目调用currentstyle属性不支持typeid指定ID解决方案