DedeCms autoindex和itemindex 用法说明
让dedecms autoindex,itemindex 从0到1开始的办法
[field:global name=autoindex runphp="yes"]@[email protected]+1;[/field:global] {dede:global name=itemindex runphp="yes"[email protected][email protected]+1;{/dede:global}
autoindex itemindex 的使用心得区别
channelartlist 标签下使用 {dede:global name='itemindex' runphp='yes'[email protected];{/dede:global}
自增1
arclist 标签下使用 [field:global.autoindex/] 默认从1开始
channel 标签下使用 [field:global.autoindex/] 默认从0开始
channelartlist 标签下使用 {dede:global.itemindex/} 默认从1开始
arclist 从0开始[field:global name=autoindex runphp="yes"]@[email protected];[/field:global]
channel 从1开始[field:global name=autoindex runphp="yes"]@[email protected]+1;[/field:global][field:typename/]
channelartlist 从0开始{dede:global name=itemindex runphp='yes'[email protected][email protected];{/dede:global}
<div id="h_pd_lm_{dede:global.itemindex/}" {dede:global name='itemindex' runphp='yes'[email protected]=(@me==1)?'':'style="display:none;"';{/dede:global} class="pd2_lmc_l1">
channelartlist实例
{dede:channelartlist notypeid='123,124,146,147'} <a class="pd2_lmt{dede:global name=itemindex runphp='yes'[email protected]=(@me==1)?'1':'3';{/dede:global}" onmouseover="showitem2({dede:global name=itemindex runphp='yes'[email protected][email protected];{/dede:global},'pd_lm','h_pd_lm_','pd2_lmt');" href='{dede:field name='typeurl'/}'> {dede:php}if($refObj->Fields['ispart']){echo $refObj->Fields['typename'];}{/dede:php} </a> {/dede:channelartlist}
标签下使用 [field:global name=autoindex/]
channel实例
{dede:channel titlelen='32'} <li [field:global name='autoindex' runphp='yes']if(@me%2==0)[email protected]='class="rr"';[email protected]='';}[/field:global] ><h3><a href='[field:typelink/]'>[field:typename/]</a></h3></li> {/dede:channel}
在arclist中使用autoindex runphp 时用这种方式:
{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)[email protected]="<br />";[email protected]=' ';}[/field:global]{/dede:arclist}
自增1
[field:global.autoindex/]
arclist实例
{dede:arclist channelid=17 row=6 orderby=pubdate titlelen=40 addfields='docphoto,docjob,doctec' typeid='123,136,146,155,172,182,202'} <div id="h_nrr_zj_[field:global.autoindex/]" class="nrr_zjl" [field:global name='autoindex' runphp='yes']if(@me==1)[email protected]="";[email protected]='style="display:none;"';}[/field:global] > <div><a href="[field:arcurl/]" title="[field:fulltitle/]" target="_blank"><img src="[field:litpic/]" alt="[field:fulltitle/]" /></a></div> </div> {/dede:arclist}
如何自由定义 开始的数字
autoindex/itemindex 可以使用 @me+1;实现由指定数字开始
遇到类似的问题做下这个笔记,在用到的时候可以灵活发挥!
list 标签下试用autoindex
{dede:list pagesize='40' orderby='id'} [field:global name='autoindex' runphp='yes']if(@me%10==0)[email protected]="test";[email protected]='';}[/field:global] {/dede:list}
- 上一篇:DEDE分页样式
- 下一篇:文章内容页调用所属栏目地址的标签
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
- DEDE织梦CMS文章页/列表页调用评论数、好评、差评
- 织梦DedeCMS判断简略标题为空则显示完整标题的几种方
- dede中调用文章属性的名称(调用自定义属性名称)
- 织梦dede调用四级栏目内容的办法
- 获取织梦dedecms当前栏目的顶级栏目名称
- dede:channel标签支持调用子栏目描述description及关
- dedecms 排序的标签,按id,时间排序
- 织梦首页调用单页栏目内容和文章内容的几种方法
- 织梦dedecms TAG标签显示单个标签共有多少篇文章的方
- 常用dedecms织梦SQL标签使用教程汇总
- DedeCms实现文章页自动调用tag关键词的方法
- DedeCMS判断是否有下级栏目,有就显示所有 没有就显示