• 全国400电话网上服务平台
    强大号码库资源任选,方便,快捷,快速开通。
    咨询热线:400-1100-266  

    织梦DedeCms点击文章页图片进入下一页教程
    POST TIME:2020-04-04 16:03
    不少门户网站实现的都是这种效果,比较人性化,对很多网站都适用,本来想上传个文件给大家覆盖不用自己修改这么麻烦,考虑到不少朋友的 arc.archives.class.php文件都做过很多修改,比如我的就是给我改得乱七八糟了,如果直接覆盖会导致之前修改的功能都没了。所以把修 改方法发上来,大家按照步骤修改。 建议修改前将arc.archives.class.php文件进行备份,修改出错后还可以还原。
    1、编辑打开include/arc.archives.class.php
    2、查找“//解析网站模板,对内容里的变动进行赋值”在这段话上面添加以下代码 :
    1. function ClickPicNext($ismake=1,$aid,&$body)
    2. {
    3. global $cfg_rewrite;
    4. if($this->NowPage!=$this->TotalPage)
    5. {
    6. $lPage=$this->NowPage+1;
    7. if($ismake=0)
    8. {
    9. $body=preg_replace("/<(img|IMG)(.*)(src|SRC)=["|'| ]{0,}((.*)>)/isU","点击图片,进入下一页<br/><a href='".$this->NameFirst."_".$lPage.".".$this->ShortName."'>"."${0}"."</a>",$body);
    10. }
    11. else
    12. {
    13. $PageList="<a href='view.php?aid=$aid&pageno=$lPage'>"."${0}"."</a>";
    14. if($cfg_rewrite == 'Y')
    15. {
    16. $PageList = str_replace(".php?aid=","-",$PageList);
    17. $PageList = preg_replace("/&pageno=(d+)/i",'-\1.html',$PageList);
    18. }
    19. $body=preg_replace("/<(img|IMG)(.*)(src|SRC)=["|'| ]{0,}((.*)>)/isU",$PageList,$body);
    20. }
    21. }
    22. else
    23. {
    24. $body=preg_replace("/<(img|IMG)(.*)(src|SRC)=["|'| ]{0,}((.*)>)/isU",$this->GetPreNext('imgnext'),$body);
    25. }
    26. return $body;
    27. }
    3、查找$this->Fields[$this->SplitPageField] = $this->SplitFields[$pageNo - 1]; 在其下面添加
    1.  
    2.  
    3. if($ClickPicNext){
    4. $this->Fields[$this->SplitPageField]=$this->Fields[$this->SplitPageField];
    5. }else{
    6. $this->Fields[$this->SplitPageField]=$this->ClickPicNext($ismake,$this->Fields['id'],$this->Fields[$this->SplitPageField]);
    7. }
    4、查找 $this->PreNext['nextimg'] = " 在其上面添加
    1.  
    2.  
    3. $this->PreNext['imgnext'] ="<a href='$mlink'>"."${0}"."</a>";
    5、查找$this->PreNext['next'] = "下一篇:没有了 ";在其下面添加
    1.  
    2. $this->PreNext['imgnext'] ="${0}";
    6、查找
    1.  
    2. else if($gtype=='next')
    3. {
    4. $rs = $this->PreNext['next'];
    5. }
    在其下面添加
    1.  
    2. else if($gtype=='imgnext')
    3. {
    4. $rs = $this->PreNext['imgnext'];
    5. }修改完毕后更新一遍所有文章即可
    
    关于我们 | 付款方式 | 建站知识 | 增值服务 | 网站模板
    Copyright © 2003-2016
    时间:9:00-21:00 (节假日不休)
    版权所有:巨人网络(扬州)科技有限公司
    总部地址:江苏省信息产业基地11号楼四层
    《增值电信业务经营许可证》 苏B2-20120278
    X

    截屏,微信识别二维码

    微信号:veteran88

    (点击微信号复制,添加好友)

     打开微信

    微信号已复制,请打开微信添加咨询详情!