發(fā)表日期:2017-12 文章編輯:小燈 瀏覽次數(shù):2696
我們?cè)谥谱鱠edecms模板時(shí),源代碼中的[field:global name=autoindex/]標(biāo)簽很好用可以調(diào)用數(shù)字序號(hào),此標(biāo)簽最簡(jiǎn)單的用法就是按內(nèi)容條數(shù)來(lái)獲取數(shù)字序號(hào),但有的時(shí)候發(fā)現(xiàn)使用該標(biāo)簽時(shí)無(wú)效比如頻道頁(yè)。
channelartlist標(biāo)簽下可以使用{dede:global name=’itemindex’/}
dede:channel標(biāo)簽下直接使用[field:global name=autoindex/]
dede:channel標(biāo)簽當(dāng)前樣式currentstyle下時(shí),需要修改文件,channel.lib.php文件,就可以使用~autoindex~ 來(lái)調(diào)用了
$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 瀏覽次數(shù):4030
日期:2019-09 瀏覽次數(shù):5287
日期:2018-06 瀏覽次數(shù):4316
日期:2018-06 瀏覽次數(shù):4047
日期:2018-05 瀏覽次數(shù):4290
日期:2018-05 瀏覽次數(shù):4516
日期:2018-05 瀏覽次數(shù):5167
日期:2018-05 瀏覽次數(shù):3994
日期:2018-05 瀏覽次數(shù):4178
日期:2018-05 瀏覽次數(shù):4516
日期:2018-05 瀏覽次數(shù):3460
日期:2018-03 瀏覽次數(shù):3385
日期:2018-03 瀏覽次數(shù):3518
日期:2018-01 瀏覽次數(shù):3354
日期:2018-01 瀏覽次數(shù):4063
日期:2018-01 瀏覽次數(shù):3389
日期:2018-01 瀏覽次數(shù):3196
日期:2017-12 瀏覽次數(shù):3289
日期:2017-12 瀏覽次數(shù):3550
日期:2017-12 瀏覽次數(shù):3568
日期:2017-12 瀏覽次數(shù):3119
日期:2017-12 瀏覽次數(shù):3505
日期:2017-12 瀏覽次數(shù):3227
日期:2017-12 瀏覽次數(shù):3282
日期:2017-12 瀏覽次數(shù):3174
日期:2017-12 瀏覽次數(shù):3273
日期:2017-12 瀏覽次數(shù):3220
日期:2017-12 瀏覽次數(shù):3209
日期:2019-09 瀏覽次數(shù):3188
日期:2017-12 瀏覽次數(shù):3242
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.