首页 >

织梦DedeCMS当前栏目调用二级、三级栏目且栏目高亮搞定方式

在处理企业站的时候,经常发现要调用二三级栏目栏目,且需要高亮显示,具体实现方法如下。

织梦DedeCMS当前栏目调用二级、三级栏目且栏目高亮搞定方式

1 | 打开 \include\taglib\channelartlist.lib.php 找到

$tpsql = ” reid=’$typeid’ AND ispart2 AND ishidden1 “;

改成

if($type==’son’)

{

$typeid = ( !empty($refObj->TypeLink->TypeInfos[‘id’]) ? GetTopid($refObj->TypeLink->TypeInfos[‘id’]) : 0 );

$tpsql = ” reid=’$typeid’ AND ishidden1 “;

}

else

{

$tpsql = ” reid=’$typeid’ AND ispart2 AND ishidden1 “;

}

2 | 打开 \include\taglib\channel.lib.php 找到

if($type==’son’ && $reid!=0 && $totalRow==0

改成

if($type==’son’ && $reid!=0 && $totalRow==0 && $noself==”)

3 | 后台-系统-其它选项 模板引擎禁用标签 去掉php

调用代码如下:

至此,全部完成

    {dede:php}$GLOBALS['thisid'] = intval($refObj->Fields['typeid']);$GLOBALS['reid'] = intval($refObj->Fields['reid']);$GLOBALS['topid'] = intval($refObj->Fields['topid']);{/dede:php}{dede:channelartlist type=son}
  • {dede:field.typename/}
  • {/dede:channelartlist}



织梦DedeCMS当前栏目调用二级、三级栏目且栏目高亮搞定方式
  • Dede学习:织梦DedeCMS 5.5升级到5.6高级搜索出错的解决
  • Dede学习:织梦DedeCMS 5.5升级到5.6高级搜索出错的解决 | Dede学习:织梦DedeCMS 5.5升级到5.6高级搜索出错的解决 ...

    织梦DedeCMS当前栏目调用二级、三级栏目且栏目高亮搞定方式
  • 织梦DedeCMS怎么只审核非会员发布的文章
  • 织梦DedeCMS怎么只审核非会员发布的文章 | 织梦DedeCMS怎么只审核非会员发布的文章 ...

    织梦DedeCMS当前栏目调用二级、三级栏目且栏目高亮搞定方式
  • 织梦DedeCMS编码GBK使用ajax提交自定义表单后出现中文乱码搞定方式
  • 织梦DedeCMS编码GBK使用ajax提交自定义表单后出现中文乱码搞定方式 | 织梦DedeCMS编码GBK使用ajax提交自定义表单后出现中文乱码搞定方式 ...