欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

dede有关autoindex的详细介绍

相关案例演示

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

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'}<a href=http://www.dede58.com/a/dedejq/"[field:arcurl /]" target="_blank">[field:title /]</a>[field:global name='autoindex' runphp='yes']if(@me==2){@me="<br />";}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="&nbsp;|&nbsp;":@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="&nbsp;|&nbsp;":@me="";{/dede:global.itemindex}

作者:欣怡建站 挑错 时间:2021-01-08 11:04
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服