織夢 後臺 權重 排序 不生效

織夢 後臺 權重 排序 不生效

 

1. 

dede/album_edit.php 

152行到172行 加入 

weight='$weight',

2.  

include/arc.listview.class.php

查找

else if($orderby=="lastpost") { $ordersql = "  ORDER BY arc.lastpost $orderWay";} ,

大概在768行

在下面補充

else if($orderby=="weight") { $ordersql = " order by arc.weight $orderWay"; }

3. 

同樣是這個文件,

查找

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

改爲:

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

上面三個步驟,即可實現列表頁內容按權重排序,越小越靠前。

 

https://jingyan.baidu.com/article/93f9803f0efb98e0e46f552c.html

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章