首页 >

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

织梦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’ currentpadding: 0px; margin: 0px; color: rgb(51, 51, 51); font-family: 微软雅黑, “Microsoft Yahei”, “Hiragino Sans GB”, tahoma, arial, 宋体; font-size: 14px;”/>~typename~“}

  • [field:typename/]

  • {/dede:channel}

  • 织梦DedeCMS程序如何安装留言本模块的方法
  • 织梦DedeCMS程序如何安装留言本模块的方法 | 织梦DedeCMS程序如何安装留言本模块的方法 ...

  • 织梦DedeCMSarclist 不能调用文章的副栏目或多个副栏目的解决办法
  • 织梦DedeCMSarclist 不能调用文章的副栏目或多个副栏目的解决办法 | 织梦DedeCMSarclist 不能调用文章的副栏目或多个副栏目的解决办法 ...

  • 织梦DedeCMS采集功能的使用方法 --- 含有分页的普通文章的采集(二)
  • 织梦DedeCMS采集功能的使用方法 --- 含有分页的普通文章的采集(二) | 织梦DedeCMS采集功能的使用方法 --- 含有分页的普通文章的采集(二) ...