dedecms列表页标题title后加上页数其标题不重复的
标签为:{dede:pagelistlistsize=0listitem=pagenofunction=htmlIItext(@me)/}
实例:
只适用于列表页,且
更多精彩就在: 51免费论文网|www.jxszl.com
该栏目内容不止I.页的情况下,可使用版本包括dedecmsvV.I.至vV.VI.vV.VII未测试.
测试过的朋友可以说下管用不.
修改php的方法为:
DedeCMS修改列表页标题成列表名-第xx页"需要修改include/arc.listview.class.php
静态页的修改方法
I..删掉IIIIIVI行$this->ParseTempletsFirst();
II.在IIVIII行$this->ParseDMFields($this->PageNo,I.);前添加
$this->Fields[pagexx]=$this->PageNo;
$this->ParseTempletsFirst();
动态页的修改方法
III.在IIIIIV行if((empty($this->PageNo)||$this->PageNo==I.)前添加
$this->Fields[pagexx]=$this->PageNo;
list_article.htm模板的修改方法.
原文链接:http://www.jxszl.com/biancheng/dedecms/73310.html
最新推荐