花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊(cè) 退出 找回密碼

織夢(mèng)列表頁(yè)list標(biāo)簽weight權(quán)重排序方法

時(shí)間: 2018-12-02 08:26 閱讀: 作者:素材無憂網(wǎng)

織夢(mèng)列表頁(yè)list標(biāo)簽weight權(quán)重排序方法:(注:紅色標(biāo)記部分就是修改處)

1、打開include/arc.listview.class.php

2、找到 else if($orderby=="lastpost") {

            $ordersql = "  ORDER BY arc.lastpost $orderWay";

        }

   替換

        else if($orderby=="lastpost") {

            $ordersql = "  ORDER BY arc.lastpost $orderWay";

        }

       else if($orderby=="weight") {

            $ordersql = "  ORDER BY arc.weight $orderWay";

        }

       

3、找到

     //如果不用默認(rèn)的sortrank或id排序,使用聯(lián)合查詢(數(shù)據(jù)量大時(shí)非常緩慢)

        if(preg_match('/hot|click|lastpost/', $orderby))

   替換

  //如果不用默認(rèn)的sortrank或id排序,使用聯(lián)合查詢(數(shù)據(jù)量大時(shí)非常緩慢)

     if(preg_match('/hot|click|lastpost|weight/', $orderby))

4、找到$query = "SELECT id FROM `dede_arctiny` arc WHERE {$this->addSql} $ordersql LIMIT $limitstart,$row ";

      替換$query = "SELECT id FROM `dede_archives` arc WHERE {$this->addSql} $ordersql LIMIT $limitstart,$row ";

5、標(biāo)簽調(diào)用:

  {dede:list orderby='weight' pagesize ='3'}

    {/dede:list}

  接下來{dede:list}標(biāo)簽就支持了按權(quán)重排序的調(diào)用了。


版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!

轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)列表頁(yè)list標(biāo)簽weight權(quán)重排序方法

標(biāo)簽:  
相關(guān)文章
模板推薦