首页 >

织梦DedeCMS点击图片进入下一页教程

打开include/inc_archives_view.php
大概在444行左右,找到

织梦DedeCMS点击图片进入下一页教程

$this->Fields[$this->SplitPageField]=$this->Fields[$this->SplitPageField];

注释掉,改为

$this->Fields[$this->SplitPageField]=$this->ClickPicNext($this->Fields[$this->SplitPageField]);

然后,最后加上函数,注重在最后一个括号里面!

//把图片替换成链接//----------------------------function ClickPicNext(&$body){if($this->NowPage!=$this->TotalPage){$lPage=$this->NowPage 1;$body=preg_replace("/)/isU","NameFirst."_".$lPage.".https://www.liuzhongwei.com/a/dedejq/".$this->ShortName."'>"."\${0}"."",$body);//$body="NameFirst."_".$lPage.".https://www.liuzhongwei.com/a/dedejq/".$this->ShortName."'>".$body." ";}else{if($this->GetNext()){$body=preg_replace("/)/isU","GetNext()."'>"."\${0}"."",$body);//$body="GetNext()."'>".$body." ";}}return $body;}

自动地把文章中的图片替换为下一页的链接,假如是最后一页,则为下一篇!
注重:先要按下面的改法,把上一篇下一篇分开才行!


织梦DedeCMS点击图片进入下一页教程
  • 让织梦DedeCMS不跳转至index.html页面
  • 让织梦DedeCMS不跳转至index.html页面 | 让织梦DedeCMS不跳转至index.html页面 ...

    织梦DedeCMS点击图片进入下一页教程
  • 自动采集伪原创发布更新一体化插件安装方法
  • 自动采集伪原创发布更新一体化插件安装方法 | 自动采集伪原创发布更新一体化插件安装方法 ...

    织梦DedeCMS点击图片进入下一页教程
  • 织梦DedeCMS搜索页不支持织梦DedeCMS标签的修改方法
  • 织梦DedeCMS搜索页不支持织梦DedeCMS标签的修改方法 | 织梦DedeCMS搜索页不支持织梦DedeCMS标签的修改方法 ...