首页 >

织梦DedeCMS点击图片进入下一页方法

dede点击图片进入下一页方法:

织梦DedeCMS点击图片进入下一页方法

打开include/inc_archives_view.php
大概在444行左右,找到
$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图片集swf 上传使用图集的第一幅图作为缩略图时小于网站系统设置
  • 织梦DedeCMS图片集swf 上传使用图集的第一幅图作为缩略图时小于网站系统设置 | 织梦DedeCMS图片集swf 上传使用图集的第一幅图作为缩略图时小于网站系统设置 ...

    织梦DedeCMS点击图片进入下一页方法
  • 织梦DedeCMS 自定义图片字段调用的问题解决
  • 织梦DedeCMS 自定义图片字段调用的问题解决 | 织梦DedeCMS 自定义图片字段调用的问题解决 ...

    织梦DedeCMS点击图片进入下一页方法
  • 织梦DedeCMS列表页与详情页调用tag标签的方法
  • 织梦DedeCMS列表页与详情页调用tag标签的方法 | 织梦DedeCMS列表页与详情页调用tag标签的方法 ...