中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

DedeCms中autoindex和itemindex的用法介紹

建站服務器

本篇文章和大家了解一下DedeCms中autoindex和itemindex的用法介紹。有一定的參考價值,有需要的朋友可以參考一下,希望對大家有所幫助。

創(chuàng)新互聯(lián)堅持“要么做到,要么別承諾”的工作理念,服務領域包括:成都網(wǎng)站建設、網(wǎng)站設計、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務,滿足客戶于互聯(lián)網(wǎng)時代的龍陵網(wǎng)站設計、移動媒體設計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡建設合作伙伴!

autoindex/itemindex 可以使用 @me+1;實現(xiàn)由指定數(shù)字開始。

代碼如下:

<span style="color: rgb(51, 51, 51); font-family: 宋體, arial, helvetica, sans-serif; font-size: 14px; line-height: 26px; "></span>

讓dedecms autoindex,itemindex 從0到1開始的辦法

代碼如下:

[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] 
{dede:global name=itemindex runphp="yes"}@me=@me+1;{/dede:global}

autoindex itemindex 的使用心得區(qū)別

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">

channelartlist實例

代碼如下:

{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}

標簽下使用 [field:global name=autoindex/]

channel實例

代碼如下:

{dede:channel titlelen='32'} 
<li [field:global name='autoindex'runphp='yes']if(@me%2==0){@me='class="rr"';}else{@me='';}[/field:global] ><h4><a href='[field:typelink/]'>[field:typename/]</a></h4></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){@me="
";}else{@me=' ';}[/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){@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}

如何自由定義 開始的數(shù)字

autoindex/itemindex 可以使用 @me+1;實現(xiàn)由指定數(shù)字開始

遇到類似的問題做下這個筆記,在用到的時候可以靈活發(fā)揮!

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使用自定義函數(shù)

先在include/extend.fun.php里添加自定義函數(shù)

代碼如下:

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}

以上就是DedeCms中autoindex和itemindex的用法的簡略介紹,當然詳細使用上面的不同還得要大家自己使用過才領會。如果想了解更多,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道哦!

當前題目:DedeCms中autoindex和itemindex的用法介紹
轉載源于:http://www.rwnh.cn/article28/cgipjp.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、標簽優(yōu)化、移動網(wǎng)站建設響應式網(wǎng)站、營銷型網(wǎng)站建設品牌網(wǎng)站設計

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

成都做網(wǎng)站
浑源县| 云梦县| 宕昌县| 阳原县| 思南县| 大石桥市| 禄丰县| 名山县| 青岛市| 定西市| 永春县| 通山县| 阿克陶县| 连城县| 靖安县| 五河县| 富蕴县| 内黄县| 晋州市| 宣城市| 灵石县| 钟山县| 肥西县| 绿春县| 墨江| 林芝县| 卢湾区| 大名县| 湄潭县| 乌拉特后旗| 安福县| 茌平县| 白朗县| 新竹市| 卫辉市| 富民县| 全南县| 潼南县| 拉孜县| 武夷山市| 兴海县|