发表日期:2017-12 文章编辑:小灯 浏览次数:2626
我们在制作dedecms模板时,源代码中的[field:global name=autoindex/]标签很好用可以调用数字序号,此标签最简单的用法就是按内容条数来获取数字序号,但有的时候发现使用该标签时无效比如频道页。
channelartlist标签下可以使用{dede:global name=’itemindex’/}
dede:channel标签下直接使用[field:global name=autoindex/]
dede:channel标签当前样式currentstyle下时,需要修改文件,channel.lib.php文件,就可以使用~autoindex~ 来调用了
$linkOkstr = $currentstyle;
$row['typelink'] = GetOneTypeUrlA($row);
$linkOkstr = str_replace(“~rel~”,$row['rel'],$linkOkstr);
$linkOkstr = str_replace(“~id~”,$row['id'],$linkOkstr);
$linkOkstr = str_replace(“~typelink~”,$row['typelink'],$linkOkstr);
$linkOkstr = str_replace(“~typename~”,$row['typename'],$linkOkstr);
后面加上
$linkOkstr = str_replace(“~autoindex~”,$GLOBALS['autoindex']+1,$linkOkstr);
日期:2018-06 浏览次数:3926
日期:2019-09 浏览次数:5198
日期:2018-06 浏览次数:4223
日期:2018-06 浏览次数:3956
日期:2018-05 浏览次数:4194
日期:2018-05 浏览次数:4411
日期:2018-05 浏览次数:5083
日期:2018-05 浏览次数:3899
日期:2018-05 浏览次数:4053
日期:2018-05 浏览次数:4423
日期:2018-05 浏览次数:3387
日期:2018-03 浏览次数:3317
日期:2018-03 浏览次数:3426
日期:2018-01 浏览次数:3275
日期:2018-01 浏览次数:3988
日期:2018-01 浏览次数:3320
日期:2018-01 浏览次数:3124
日期:2017-12 浏览次数:3215
日期:2017-12 浏览次数:3456
日期:2017-12 浏览次数:3489
日期:2017-12 浏览次数:3042
日期:2017-12 浏览次数:3396
日期:2017-12 浏览次数:3158
日期:2017-12 浏览次数:3195
日期:2017-12 浏览次数:3104
日期:2017-12 浏览次数:3202
日期:2017-12 浏览次数:3152
日期:2017-12 浏览次数:3126
日期:2019-09 浏览次数:3115
日期:2017-12 浏览次数:3186
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.