• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > DedeCMS教程 > DedeCMS安装使用 >

织梦DedeCMS文章分页标题、列表分页标题-加上序号方法

来源: www.dedecms8.com 编辑:织梦吧 时间:2011-12-23点击:

通过添加一句代码,可以为dedecmsV53文章分页标题加上序号,方便浏览者阅读。如果您想在其它版本试验,请先备份原文件!

修改文件:/include/arc.archives.class.php

行数:347行 (行数可能由于更新有变化)

   //循环生成HTML文件
  else
  {
   for($i=1;$i<=$this->TotalPage;$i++)
   {
    $tempTitle=$this->Fields['title'];//临时存储一个标题副本
    if($i>1)
    {
     $truefilename = $this->GetTruePath().$fileFirst."_".$i.".".$this->ShortName;
     //为分页标题加上序号。2009.2.13
     $this->Fields['title'] = $this->Fields['title'].'('.$i.')';//在标题后面多加个序号
    }
    else
    {
     $truefilename = $this->GetTruePath().$filename;
    }
    $this->ParseDMFields($i,1);
    $this->dtp->SaveTo($truefilename);
    $this->Fields['title']=$tempTitle;//生成html,还原标题
   }
  }

二、修改列表页title标题部分,将以前的标签删除,替换为:

 

   {dede:field.title/}{dede:pagelist listitem="pageno" listsize="0" function="html2text(@me)" runphp="yes"}if (strlen(@me)>10 || @me==1) @me="";else @me=" - 第".str_replace(' ','',@me)."页";{/dede:pagelist}  -  {dede:global.cfg_webname/}

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1978130638@qq.com ,  QQ