首页 >

织梦DedeCMS有关autoindex的详细介绍

这个能实现递增,可以实现从2开始的{dede:global.itemindexrunphp=’yes’}@me=$GLOBALS[‘itemindex’]+1;{/dede:global.itemindex}

织梦DedeCMS有关autoindex的详细介绍

autoindex itemindex 的使用心得

区别

channelartlist标签下使用 {dede:global name=’itemindex’runphp=’yes’}@me;{/dede:global}

channel 标签下使用 [field:global name=autoindex/]

在arclist中使用autoindex runphp 时用这种方式:

{dede:arclist titlelen=’22’ row=’4′ flag=’c’ orderby=’id’}[field:title /][field:global name=’autoindex’ runphp=’yes’]if(@me==2){@me=”
“;}else{@me=’ ‘;}[/field:global]
{/dede:arclist}
如何自由定义 开始的数字
autoindex/itemindex 可以使用 @me+1;实现由指定数字开始

遇到类似的问题做下这个笔记,在用到的时候可以灵活发挥!

list 标签下试用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]

数字序号型

其他用法,如果等于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}


织梦DedeCMS有关autoindex的详细介绍
  • 织梦DedeCMS百度快照劫持注入代码防范与清除
  • 织梦DedeCMS百度快照劫持注入代码防范与清除 | 织梦DedeCMS百度快照劫持注入代码防范与清除 ...

    织梦DedeCMS有关autoindex的详细介绍
  • 织梦DedeCMS友情链接去掉li标签的方法
  • 织梦DedeCMS友情链接去掉li标签的方法 | 织梦DedeCMS友情链接去掉li标签的方法 ...

    织梦DedeCMS有关autoindex的详细介绍
  • 织梦DedeCMS批量去掉链接中a目录的方法
  • 织梦DedeCMS批量去掉链接中a目录的方法 | 织梦DedeCMS批量去掉链接中a目录的方法 ...