dede:channel默认只作用在一级导航中,在调用下级导航(type='son')时,发现不起作用。

修改方法:修改 include/taglib/channel.lib.php

第133行。if( ($row['id']==$typeid || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )

改为: if( ($row['id']==$refObj->TypeLink->TypeInfos['id'] || ($topid==$row['id'] && $type=='top') ) && $currentstyle!='' )

 

相关文章:

  • 2022-12-23
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2021-07-27
  • 2021-07-28
猜你喜欢
  • 2021-06-18
  • 2022-12-23
  • 2021-06-06
  • 2021-11-24
  • 2021-11-09
  • 2021-09-17
  • 2022-12-23
相关资源
相似解决方案