Dedecms分页符导致网页错位的解决方法
发布时间:2020-09-18 10:05:10 所属栏目:CMS系统 来源:互联网
导读:解决方法: 打开 /include/arc.archives.class.php 找到 ://处理要分页显示的字段 在 if($this-SplitPageField!= $GLOBALS[cfg_arcsptitle]=Y isset($this-Fields[$this-SplitPageField])) { 下面添加如下代码 $yu_array = ; $yu_tmp = ; $yu_body = $this-
解决方法:
打开 /include/arc.archives.class.php if($this->SplitPageField!='' && $GLOBALS['cfg_arcsptitle']='Y' && isset($this->Fields[$this->SplitPageField])) { 下面添加如下代码 $yu_array = ''; $yu_tmp = ''; $yu_body = $this->Fields[$this->SplitPageField]; preg_match_all("|
//将上面代码中的@替换为#号。
保存即可。 (编辑:莱芜站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |