dede5.7点击图片进入下一页的方法

叶子小小的,碧绿碧绿的,花儿小小的,好可爱。紫红色的玫瑰花在风中翩翩起舞,玫瑰花树枝上还有调皮又可爱的小刺,你可要当心哦!你看,那个大仙人球旁围着8个小仙人球,好像一家人聚在一起,多欢快呀!

按以下五个步骤进行修改就行了。

 修改 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("/<(img|IMG)(.*)(src|SRC)=[\&;|'|   ]{0,}((.*)>)/isU","点击图片,进入下一页<br/><a   rel="nofollow noopener noreferrer" href='".$this->NameFirst."_".$lPage.".".$this->ShortName."'>"."\${0}"."</a>",$body); 
  } 
  else 
  {
//静态页
$PageList="<a rel="nofollow noopener noreferrer" href='".$this->NameFirst."_".$lPage.".".$this->ShortName."'>"."\${0}"."</a>";
//动态页
  //$PageList="<a rel="nofollow noopener noreferrer" href='view.php?aid=$aid&pageno=$lPage'>"."\${0}"."</a>"; 
  if($cfg_rewrite == 'Y') 
  { 
  $PageList = str_replace(".php?aid=","-",$PageList); 
  $PageList = preg_replace("/&pageno=(\d+)/i",'-\\1.html',$PageList); 
  } 
  $body=preg_replace("/<(img|IMG)(.*)(src|SRC)=[\&;|'| ]{0,}((.*)>)/isU",$PageList,$body); 
  }
} 
  else 
  {
$body=preg_replace("/<(img|IMG)(.*)(src|SRC)=[\&;|'| ]{0,}((.*)>)/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'] = "下一篇:<a rel="nofollow noopener noreferrer" href='$mlink'>{$nextRow['title']}</a> ";在其下面添加

$this->PreNext['imgnext'] ="<a rel="nofollow noopener noreferrer" href='$mlink'>"."\${0}"."</a>";

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'];    
}  

以上就是dede5.7点击图片进入下一页的方法。世界上在忧虑的永远不会是天才或庸人,而是介于这两者之间的人。这些人有点小聪明,却又不够聪明,不懒,但也不够勤奋。他们就这样在自己的位置来回走动。更多关于dede5.7点击图片进入下一页的方法请关注haodaima.com其它相关文章!

您可能有感兴趣的文章
织梦后台文档列表添加复制文档功能支持所有模型

织梦无法上传ico图标格式文件的如何解决方法

dedecms如何实现任意页面调用当前会员信息的方

织梦dede:tag调用指定多个栏目的TAG标签

织梦栏目列表按附加表自定义字段排序