织梦获取itemindex,autoindex第几个方法

织梦获取index第几个
[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] 

织梦判断是否为首页
{dede:geturl runphp='yes'}  
$cu = GetCurUrl();  
if( $cu == '/' || $cu == '/index.php' ){  
    @me = 'current';  
}  
{/dede:geturl}

DedeCMS文章详细页判断字段是否为空


 {dede:field.price runphp='yes'}
   if(@me<>''){
      @me = '人民币'.@me;// 注意这个分号,不要忘记了
   }else{
      @me='面议';// 注意这个分号,不要忘记了
   }
{/dede:field.price}

 织梦的列表标签中有个弊端,就是不能在标签语句中直接使用if语句做判断,如果针对某个字段做判断的话 可以采用这样一种方法,在列表内部做判断,如果大家有更好的办法,希望能多多指点

 {dede:list pagesize='4'} 
[field:array runphp='yes'] 
if(@me['zhiweishuxing']=='热招职位') 
{ 
@me = (strlen(@me['title'])>20) ? ('<li><a href='.@me['arcurl'].'>'.cn_substr(@me['title'],30).'...'.'</a></li>') :('<li><a href='.@me['arcurl'].'>'.@me['title'].'</a></li>'); 

} 
[/field:array] 
{/dede:list}



第一个栏目(奇数)想采用这种<div class="1"></div>样式

第二个出现的栏目(偶数)想采用这种 <div class="2"></div>样式

依此循环。

实现的方法如下:

{dede:channelartlist} <div class="{dede:global.itemindex runphp='yes'} 
if((@me %2) == 0) { @me ='2'; } else{ @me = '1'; } {/dede:global.itemindex}></div> 
{/dede:channelartlist}
[field:global.autoindex runphp='yes']if(@me==1){@me='class="cur"';}else{@me='';}[/field:global.autoindex]
[field:autoindex runphp='yes']@me=$GLOBALS['autoindex'];[/field:autoindex]
[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] 
{dede:global name=itemindex runphp="yes"}@me=@me+1;{/dede:global}

autoindex itemindex 的使用心得区别 
channelartlist 标签下使用 {dede:global name='itemindex' runphp='yes'}@me;{/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"]@me=@me-1;[/field:global] 
channel 从1开始[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global][field:typename/] 
channelartlist 从0开始{dede:global name=itemindex runphp='yes'}@me=@me-1;{/dede:global} 

<div id="h_pd_lm_{dede:global.itemindex/}" {dede:global name='itemindex' runphp='yes'}@me=(@me==1)?'':'style="display:none;"';{/dede:global} class="pd2_lmc_l1"> 

{dede:channelartlist notypeid='123,124,146,147'} 
<a class="pd2_lmt{dede:global name=itemindex runphp='yes'}@me=(@me==1)?'1':'3';{/dede:global}"onmouseover="showitem2({dede:global name=itemindex runphp='yes'}@me=@me-1;{/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}
{dede:channel titlelen='32'} 
<li [field:global name='autoindex'runphp='yes']if(@me%2==0){@me='class="rr"';}else{@me='';}[/field:global] ><h3><a href='[field:typelink/]'>[field:typename/]</a></h3></li> 
{/dede:channel}
{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="
";}else{@me=' ';}[/field:global]{/dede: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){@me="";}else{@me='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){@me="test";}else{@me='';}[/field:global] 
{/dede:list}

对autoindex/itemindex使用自定义函数 

先在include/extend.fun.php里添加自定义函数 


复制代码代码如下:


function MyPosition($p){ 
$positionArr=array(275,330,380,435,495,547); 
return $positionArr[$p];

然后在模板里添加 


复制代码代码如下:


{dede:channel type='son' typeid='13' row='6' noself='yes'} 
<!-----侧栏菜单------------------> 
<div id='pdv_16795' class='pdv_class' title='' style="width:71px;height:20px;top:[field:global.autoindex function='MyPosition(@me)'/]px;left:136px; z-index:17"> 
<div style="FONT-FAMILY: SimSun; COLOR: #fecd2e; FONT-SIZE: 15px; fon-weight: bold"><a style="FONT-FAMILY: SimSun; COLOR: #fecd2e; FONT-SIZE: 15px; fon-weight: bold" href="[field:typeurl/]" target=_blank><strong>[field:typename/]</strong></a></div> 
</div> 
{/dede:channel}


相关内容

发表评论

验证码:
点击我更换图片

最新评论