校园春色亚洲色图_亚洲视频分类_中文字幕精品一区二区精品_麻豆一区区三区四区产品精品蜜桃

主頁 > 網(wǎng)站建設(shè) > 建站知識 > DEDE 5.7 首頁arclist增加按權(quán)重排序

DEDE 5.7 首頁arclist增加按權(quán)重排序

POST TIME:2018-08-14 15:34

1、在織夢系統(tǒng)中找到以下目錄include aglib中的arclist.lib.php文件并打開

大約在74 、75行找到:

// arclist是否需要weight排序,默認(rèn)為"N",如果需要排序則設(shè)置為"Y"
$isweight = $ctag->GetAtt(‘isweight’);

把這行修改為:

$weight = $ctag->GetAtt(‘weight’);

大約在327行找到

//文檔排序的方式
$ordersql = ”;
if($orderby==’hot’ || $orderby==’click’) $ordersql = " ORDER BY arc.click $orderWay";
else if($orderby == ‘sortrank’ || $orderby==’pubdate’) $ordersql = " ORDER BY arc.sortrank $orderWay";
else if($orderby == ‘id’) $ordersql = " ORDER BY arc.id $orderWay";
else if($orderby == ‘near’) $ordersql = " ORDER BY ABS(arc.id – ".$arcid.")";
else if($orderby == ‘lastpost’) $ordersql = " ORDER BY arc.lastpost $orderWay";
else if($orderby == ‘scores’) $ordersql = " ORDER BY arc.scores $orderWay";
else if($orderby == ‘rand’) $ordersql = " ORDER BY rand()";
else $ordersql = " ORDER BY arc.sortrank $orderWay";

修改為:

//文檔排序的方式
$ordersql = ”;
if($orderby==’hot’ || $orderby==’click’) $ordersql = " ORDER BY arc.click $orderWay";
else if($orderby == ‘sortrank’ || $orderby==’pubdate’) $ordersql = " ORDER BY arc.sortrank $orderWay";
else if($orderby == ‘id’) $ordersql = " ORDER BY arc.id $orderWay";
else if($orderby == ‘near’) $ordersql = " ORDER BY ABS(arc.id – ".$arcid.")";
else if($orderby == ‘lastpost’) $ordersql = " ORDER BY arc.lastpost $orderWay";
else if($orderby == ‘scores’) $ordersql = " ORDER BY arc.scores $orderWay";
else if($orderby == ‘rand’) $ordersql = " ORDER BY rand()";
else if($orderby == ‘weight’) $ordersql = " order by arc.weight asc";//如果沒有特定設(shè)置排序則按照權(quán)重先排序
else $ordersql = " ORDER BY arc.sortrank $orderWay";

OK 現(xiàn)在把這個文檔保存了 我們就可以在首頁使用 orderby=’weight’ 進(jìn)行排序了。




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

  • 400-1100-266
主站蜘蛛池模板: 简阳市| 贵州省| 葵青区| 哈密市| 胶南市| 浠水县| 临高县| 崇仁县| 温宿县| 临邑县| 铁力市| 威宁| 安康市| 大石桥市| 香河县| 山丹县| 常熟市| 富源县| 佛教| 宜黄县| 会昌县| 大埔县| 廊坊市| 唐山市| 蒲江县| 昌宁县| 夏邑县| 忻城县| 即墨市| 固安县| 渝北区| 渝北区| 秦皇岛市| 大化| 隆德县| 九龙县| 精河县| 方城县| 耿马| 平武县| 清远市|