發表日期:2017-12 文章編輯:小燈 瀏覽次數:2505
我們在制作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 瀏覽次數:3788
日期:2019-09 瀏覽次數:5046
日期:2018-06 瀏覽次數:4082
日期:2018-06 瀏覽次數:3826
日期:2018-05 瀏覽次數:4076
日期:2018-05 瀏覽次數:4268
日期:2018-05 瀏覽次數:4940
日期:2018-05 瀏覽次數:3731
日期:2018-05 瀏覽次數:3893
日期:2018-05 瀏覽次數:4290
日期:2018-05 瀏覽次數:3282
日期:2018-03 瀏覽次數:3190
日期:2018-03 瀏覽次數:3279
日期:2018-01 瀏覽次數:3170
日期:2018-01 瀏覽次數:3873
日期:2018-01 瀏覽次數:3194
日期:2018-01 瀏覽次數:3029
日期:2017-12 瀏覽次數:3107
日期:2017-12 瀏覽次數:3338
日期:2017-12 瀏覽次數:3346
日期:2017-12 瀏覽次數:2937
日期:2017-12 瀏覽次數:3243
日期:2017-12 瀏覽次數:3035
日期:2017-12 瀏覽次數:3060
日期:2017-12 瀏覽次數:3005
日期:2017-12 瀏覽次數:3091
日期:2017-12 瀏覽次數:3039
日期:2017-12 瀏覽次數:3010
日期:2019-09 瀏覽次數:3008
日期:2017-12 瀏覽次數:3080
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.