发表日期:2017-12 文章编辑:小灯 浏览次数:2418
我们在制作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 浏览次数:3672
日期:2019-09 浏览次数:4934
日期:2018-06 浏览次数:3960
日期:2018-06 浏览次数:3715
日期:2018-05 浏览次数:3960
日期:2018-05 浏览次数:4156
日期:2018-05 浏览次数:4826
日期:2018-05 浏览次数:3619
日期:2018-05 浏览次数:3779
日期:2018-05 浏览次数:4163
日期:2018-05 浏览次数:3195
日期:2018-03 浏览次数:3116
日期:2018-03 浏览次数:3173
日期:2018-01 浏览次数:3096
日期:2018-01 浏览次数:3792
日期:2018-01 浏览次数:3124
日期:2018-01 浏览次数:2955
日期:2017-12 浏览次数:3021
日期:2017-12 浏览次数:3267
日期:2017-12 浏览次数:3250
日期:2017-12 浏览次数:2855
日期:2017-12 浏览次数:3147
日期:2017-12 浏览次数:2969
日期:2017-12 浏览次数:2958
日期:2017-12 浏览次数:2930
日期:2017-12 浏览次数:3025
日期:2017-12 浏览次数:2958
日期:2017-12 浏览次数:2944
日期:2019-09 浏览次数:2929
日期:2017-12 浏览次数:3002
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.