织梦栏目列表页dede:list按flag属性调用文章方法

  织梦栏目列表页dede:list按flag属性调用文章方法,跟着下面的教程来操作

  打开 include/arc.listview.class.php 找到,大概在45行

  var $remoteDir;

  在它下面加入一行

  var $Flag;

  继续找到

  $this->remoteDir = ”;

  在它下面加入一行

  $this->Flag = ”;

  继续找到,大概在227行 至 267行的全部

  //初始化列表模板,并统计页面总数…

  把他们剪切放到,大概在155行的下面

  $this->addSql = ” arc.arcrank > -1 “;

  放它的下面来

  如图

  继续找到

  if($ctag->GetAtt(“pagesize”)!=””)

  在它上面加入

  if($ctag->GetAtt(“flag”)!=””) {$this->Flag = 1; $flags = explode(‘,’, $ctag->GetAtt(“flag”));for($i=0; isset($flags[$i]); $i++) $this->addSql .= ” AND FIND_IN_SET(‘{$flags[$i]}’, arc.flag)>0 “; }

  继续找到

  $row = $this->dsql->GetOne($cquery);

  在它上面加入

  if($this->Flag != “”) { $cquery = “SELECT COUNT(*) AS dd FROM `dede_archives` arc WHERE “.$this->addSql; }

  最后找到

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

  改成

  if(preg_match(‘/hot|click|lastpost|weight/’, $orderby) || $this->Flag != “”)

  {dede:list pagesize=’10’ titlelen=’250′ flag=’c,p’}

  {/dede:list}

☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦栏目列表页dede:list按flag属性调用文章方法

Pbootcms模板网 提供优质的模板集合

立即查看 了解详情