主頁(yè) > 網(wǎng)站建設(shè) > 建站知識(shí) > dedecms專題內(nèi)容頁(yè){dede:field.note /}節(jié)點(diǎn)排序的方法

dedecms專題內(nèi)容頁(yè){dede:field.note /}節(jié)點(diǎn)排序的方法

POST TIME:2017-11-12 23:40

dedecms專題內(nèi)容頁(yè){dede:field.note /}節(jié)點(diǎn)排序默認(rèn)是按照更新時(shí)間降序排列的,我現(xiàn)在想讓它升序排列,該怎么修改呢,請(qǐng)看下文:
1、{dede:field.note}其實(shí)是用{dede:arclist}{/dede:arclist}標(biāo)簽里的lib_arclistDone來(lái)解析的,從{dede:arclist}標(biāo)簽的參數(shù)可以獲知,和排序相關(guān)的是orderby和order,orderby是文檔排序方式,order是降序還是升序,也就是desc還是asc,理解了這里就能進(jìn)行下邊的操作了。
2、打開dede/spec_add.php和dede/spec_edit.php,分別找到:
$notelist .= "{dede:specnote imgheight=\\'$imgheight\\' imgwidth=\\'$imgwidth\\'
infolen=\\'$infolen\\' titlelen=\\'$titlelen\\' col=\\'$col\\' idlist=\\'$okids\\'
name=\\'$notename\\' noteid=\\'$noteid\\' isauto=\&;$isauto\&; rownum=\\'$rownum\\'
keywords=\\'$keywords\\' typeid=\\'$typeid\\'}
2個(gè)文件里邊的這段內(nèi)容都是相同的,在
typeid=\\'$typeid\\'
后邊加入
order=\\'asc\\'
order前邊有個(gè)空格噢,別忘了。
這步實(shí)現(xiàn)的是添加和修改專題的時(shí)候在底層模板里加入排序的2個(gè)字段。
order值為asc或者desc
3、打開include/taglib/channel/specialtopic.lib.php,找到
$ctag->GetAtt('att')
在其后邊加入
,$ctag->GetAtt('order')
4、找到specialtopic.lib.php第51行中的default改為id即可。
到這里就大功告成了。
注意:已經(jīng)發(fā)布的專題需要修改,保存后才能生效。本文在dedecms5.7SP1下成功調(diào)用,其他版本未作測(cè)試。


收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266