名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。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 href='".$this->NameFirst."_".$lPage.".".$this->ShortName."'>"."\${0}"."</a>",$body); } else { $PageList="<a 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; } |
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'] = " $this->PreNext['imgnext'] ="<a 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->Pr |
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。具体调用相关文章不限栏目的相关具体操作方法(DedeCms5.3)