這個(gè)能實(shí)現(xiàn)遞增,可以實(shí)現(xiàn)從2開始的{dede:global.itemindexrunphp='yes'}@me=$GLOBALS['itemindex']+1;{/dede:global.itemindex}
autoindex itemindex 的使用心得
區(qū)別
channelartlist 標(biāo)簽下使用 {dede:global name='itemindex' runphp='yes'}@me;{/dede:global}
channel 標(biāo)簽下使用 [field:global name=autoindex/]
在arclist中使用autoindex runphp 時(shí)用這種方式:
{dede:arclist titlelen='22' row='4' flag='c' orderby='id'}<a href="[field:arcurl /]" target="_blank">[field:title /]</a>[field:global name='autoindex' runphp='yes']if(@me==2){@me="<br />";}else{@me=' ';}[/field:global]
{/dede:arclist}
如何自由定義 開始的數(shù)字
autoindex/itemindex 可以使用 @me+1;實(shí)現(xiàn)由指定數(shù)字開始
遇到類似的問題做下這個(gè)筆記,在用到的時(shí)候可以靈活發(fā)揮!
list 標(biāo)簽下試用autoindex
{dede:list pagesize='40' orderby='id'}
[field:global name='autoindex' runphp='yes']if(@me%10==0){@me="test";}else{@me='';}[/field:global]
runphp型
[field:global name=autoindex runphp="yes"](@me!=7)? @me=" | ":@me="";[/field:global]
數(shù)字序號(hào)型
其他用法,如果等于7,就顯示style
{dede:global.itemindex runphp='yes'}(@me!=7)? @me="":@me="style='left:-150px'";{/dede:global.itemindex}
如何等于5,就什么也不顯示
{dede:global.itemindex runphp='yes'}(@me!=5)? @me=" | ":@me="";{/dede:global.itemindex}
版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: dede有關(guān)autoindex的詳細(xì)介紹