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); 总结
以上是内存溢出为你收集整理的织梦模板DedeCMS栏目列表常见序号的调用标签教程全部内容,希望文章能够帮你解决织梦模板DedeCMS栏目列表常见序号的调用标签教程所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)