织梦autoindex的用法大全,在各个标签中运用

早上好!感谢你陪我走过每一个日子,愿有我的日子你每天都精彩,每步都平安,每刻都快乐,每分都如意,每秒都幸福。

下面来说一个在织梦dedecms列表页我们可以使用autoindex和itemindex来实现多种样式的用法

 大家在使用autoindex的时候有时候从1开始,有时候从0开是,下面介绍下什么情况下从0,1开始:

autoindex/itemindex 可以使用 @me+1;  更改数字自由定义开始的数字  不懂往下看

 

arclist 标签下使用 [field:global.autoindex/] 默认从1开始

 

{dede:arclist row='10' titlelen='48' typeid='1' channelid='1'}

从1开始:[field:global runphp='yes' name=autoindex][/field:global]或者[field:global.autoindex/]

从0开始:[field:global runphp='yes' name=autoindex]@me=@me-1;[/field:global]

{/dede:arclist}

 

channel 标签下使用 [field:global.autoindex/] 默认从0开始

{dede:channel row='5' type='top'}

从0开始:[field:global runphp='yes' name=autoindex][/field:global]或者[field:global.autoindex/]

从1开始:[field:global runphp='yes' name=autoindex]@me=@me+1;[/field:global]

{/dede:channel}

 

channelartlist 标签下使用 {dede:global.itemindex/} 默认从1开始

{dede:channelartlist row='4'}

从1开始:{dede:global name=itemindex runphp='yes'}{/dede:global}或者{dede:global.itemindex/}

从1开始:{dede:global name=itemindex runphp='yes'}@me=@me-1;{/dede:global}

{/dede:channelartlist}

 

list  到第10条时输出<br/>,否则输出空

循环到第几条加条线同理

{dede:list pagesize='40' orderby='id'} 

<li><a title="[field:title function='htmlspecialchars(@me)'/] " rel="nofollow noopener noreferrer" href="[field:arcurl /]">[field:title /]</a></li>

[field:global name='autoindex' runphp='yes']if(@me%10==0){@me="<br/>";}else{@me='';}[/field:global]  

{/dede:list}

本文织梦autoindex的用法大全,在各个标签中运用到此结束。我依旧相信努力的意义,奋斗的价值,因为那是本质问题。小编再次感谢大家对我们的支持!

您可能有感兴趣的文章
织梦Linux下安装DedeCMS及安全设置

织梦dede后台缩略图本地上传图片加水印

织梦dede数据还原更新缓存也生成了为什么首页不对

织梦dede文档置顶并显示置顶文字或图标

织梦dede在搜索结果页添加按栏目按模型细分数据