首页 > 织梦标签dede:channel的currentstyle里面加入autoindex自增

织梦标签dede:channel的currentstyle里面加入autoindex自增

织梦标签代码
{dede:channel type='top' row='10' currentstyle="<li class='hover'><a href='~typelink~' ~rel~><span>~typename~</span>~autoindex~</a></li>"}
<li><a href='[field:typeurl/]' [field:rel/]><span>[field:typename/]</span>[field:global name=autoindex/]</a></li>
{/dede:channel}

修改方法:
打开“/include/taglib/channel.lib.php”,找到
$linkOkstr = str_replace("~typename~",$row['typename'],$linkOkstr);
在它的下面加入
$linkOkstr = str_replace("~autoindex~",$GLOBALS['autoindex'],$linkOkstr);

DedeCMS推荐
织梦采集https链接时却生成http协...
织梦后台登录出现500错误解决方案
织梦首页调用自定义表单内容方法
织梦自定义表单地区联动类型不可用的解决办...
织梦模板文档关键词维护中频率详解
织梦后台栏目显示的文档数与实际文档数不一...