首页 >

织梦DedeCMS 5.7文章中点击图片进入下一页代码(亲测正常)

文章介绍

DEDE文章点击图片自动进入下一页的方法,以前找了好多代码,发现都不太好用,找到这个代码,亲测可行,于是贴出来给大伙分享一下:

织梦DedeCMS 5.7文章中点击图片进入下一页代码(亲测正常)

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

1 | 查找 “解析模板,对内容里的变动进行赋值” 在这段话上面添加以下代码。

function ClickPicNext($ismake=1,$aid,&$body){global $cfg_rewrite;if($this->NowPage!=$this->TotalPage){$lPage=$this->NowPage+1;if($ismake=0){$body=preg_replace("/)/isU","点击图片,进入下一页
NameFirst."_".$lPage.".https://www.liuzhongwei.com/a/dedejq/".$this->ShortName."'>"."${0}"."",$body);}else{//对于生成静态页面的情况下使用$PageList="NameFirst."_".$lPage.".https://www.liuzhongwei.com/a/dedejq/".$this->ShortName."'>"."${0}"."";//对于动态页情况下使用,这里用的是静态,于是将下面这行代码注释,如果NI的是动态页面的话,则将上面那行代码注释,使用下面这行即可。//$PageList=""."${0}"."";if($cfg_rewrite == 'Y'){$PageList = str_replace(".php?aid=","-",$PageList);$PageList = preg_replace("/&pageno=(d+)/i",'-\1.html',$PageList);}$body=preg_replace("/)/isU",$PageList,$body);}}else{$body=preg_replace("/)/isU",$this->GetPreNext('imgnext'),$body);}return $body;}

2 | 查找”$this->Fields[$this->SplitPageField] = $this->SplitFields[$pageNo – 1];”,在这段代码下添加以下代码:

if($ClickPicNext){$this->Fields[$this->SplitPageField]=$this->Fields[$this->SplitPageField];}else{$this->Fields[$this->SplitPageField]=$this->ClickPicNext($ismake,$this->Fields['id'],$this->Fields[$this->SplitPageField]);}

3 | 查找”$this->PreNext[‘next’] = “下一篇:{$nextRow[‘title’]} “;”在这段代码下添加以下代码:

$this->PreNext['imgnext'] =""."${0}"."";

4 | 查找”$this->PreNext[‘next’] = “下一篇:没有了 “;”在这段代码下添加以下代码:

$this->PreNext['imgnext'] ="${0}";

5 | 查找到以下代码:

else if($gtype=='next') { $rs = $this->PreNext['next']; }

在其下面添加以下代码:

else if($gtype=='imgnext'){$rs = $this->PreNext['imgnext'];}

然后保存。重新生成文章即可!


织梦DedeCMS 5.7文章中点击图片进入下一页代码(亲测正常)
  • 织梦DedeCMSC织梦DedeCMS文章生成在根目录MS5.7调出指定文档所有图片的代码
  • 织梦DedeCMSC织梦DedeCMS文章生成在根目录MS5.7调出指定文档所有图片的代码 | 织梦DedeCMSC织梦DedeCMS文章生成在根目录MS5.7调出指定文档所有图片的代码 ...

    织梦DedeCMS 5.7文章中点击图片进入下一页代码(亲测正常)
  • 织梦DedeCMS联动类别下拉菜单 For织梦DedeCMSV57 GBK/UTF8
  • 织梦DedeCMS联动类别下拉菜单 For织梦DedeCMSV57 GBK/UTF8 | 织梦DedeCMS联动类别下拉菜单 For织梦DedeCMSV57 GBK/UTF8 ...

    织梦DedeCMS 5.7文章中点击图片进入下一页代码(亲测正常)
  • 织梦DedeCMS调用当前网址的方法
  • 织梦DedeCMS调用当前网址的方法 | 织梦DedeCMS调用当前网址的方法 ...