首页 >

织梦DedeCMS在channel标签的currentstyle中使用全局变量

文章介绍
在include/taglib/channel.lib.phpline 140
$linkOkstr = str_replace(“~typename~”,$row[‘typename’],$linkOkstr);
后面补上一句
$linkOkstr = preg_replace_callback(‘/\~global\.(\w+)?\~/i’, function($matches)
{ return $GLOBALS[$matches[1]]; }, $linkOkstr);
即可如下使用:
{dede:channel type=’top’ row=’10’ current}

  • [field:typename/]

  • {/dede:channel}

  • 织梦DedeCMS安装安全常规设置
  • 织梦DedeCMS安装安全常规设置 | 织梦DedeCMS安装安全常规设置 ...

  • 织梦DedeCMS模板织梦DedeCMS首页列表页AJAX无限加载瀑布流修正版
  • 织梦DedeCMS模板织梦DedeCMS首页列表页AJAX无限加载瀑布流修正版 | 织梦DedeCMS模板织梦DedeCMS首页列表页AJAX无限加载瀑布流修正版 ...

  • 织梦DedeCMS调用文章描述description限制字数的方法
  • 织梦DedeCMS调用文章描述description限制字数的方法 | 织梦DedeCMS调用文章描述description限制字数的方法 ...