找到
$orderby = $ctag->GetAtt('orderby');
下面参数改为以下。
$sorta = "sortrank,置顶权限值;pubdate,发布时间;senddate,录入时间;click,点击量;id,文档ID,lastpost,最后评论时间;postnum,评论总数;rand,随机推荐;scores,按照得分";
再找到
<select name="orderby" id="orderby" style="width:120″>
下面插入
<option value="rand">随机推荐</option> <option value="scores">按照得分</option>
保存,退出,验证。
标签:织梦DedeCMS
相关阅读 >>
dedecms出现please set 'request_order' ini value to include c,g and p解决方法
更多相关阅读请进入《织梦DedeCMS》频道 >>