濮阳杆衣贸易有限公司

主頁 > 網(wǎng)站建設(shè) > 建站知識 > 織夢DedeCms點(diǎn)擊文章頁圖片進(jìn)入下一頁,點(diǎn)擊最后

織夢DedeCms點(diǎn)擊文章頁圖片進(jìn)入下一頁,點(diǎn)擊最后

POST TIME:2017-11-30 22:08

不少門戶網(wǎng)站實(shí)現(xiàn)的都是這種效果,比較人性化,對很多網(wǎng)站都適用,本來想上傳個文件給大家覆蓋不用自己修改這么麻煩,考慮到不少朋友的arc.archives.class.php文件都做過很多修改,比如我的就是給我改得亂七八糟了,如果直接覆蓋會導(dǎo)致之前修改的功能都沒了。所以把修改方法發(fā)上來,大家按照步驟修改。 建議修改前將arc.archives.class.php文件進(jìn)行備份,修改出錯后還可以還原。

1、編輯打開include/arc.archives.class.php

2、查找“//解析模板,對內(nèi)容里的變動進(jìn)行賦值”在這段話上面添加以下代碼 :

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","點(diǎn)擊圖片,進(jìn)入下一頁<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;
}

3、查找$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]);
}

4、查找 $this->PreNext['nextimg'] = " 在其上面添加

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

5、查找$this->PreNext['next'] = "下一篇:沒有了 ";在其下面添加

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

6、查找

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

在其下面添加

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

修改完畢后更新一遍所有文章即可。



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
会昌县| 阿合奇县| 祁连县| 巫溪县| 横山县| 托克逊县| 西乌| 西畴县| 三原县| 新化县| 乌拉特后旗| 项城市| 伊吾县| 宣化县| 郓城县| 奎屯市| 舞阳县| 西安市| 崇仁县| 米林县| 梁山县| 恩施市| 桐梓县| 南投县| 噶尔县| 紫阳县| 民和| 大姚县| 沙田区| 通海县| 镇远县| 南岸区| 固阳县| 榆中县| 汝城县| 周宁县| 玉门市| 安泽县| 遂溪县| 汉阴县| 敦化市|