织梦实现点击图片进入下一页,最后的图片进入下一篇文章

看到很多大的网站都有这样的一个功能:点击图片进入下一页,最后的图片进入下一篇文章。感觉这样的功能还是很不错的,在DEDE里面也是可以实现的。

今天的织梦教程就是实现这样的一个效果。

只需修改一个文件即可:include里的arc.archives.class.php文件

→ 点此获取正规游戏试玩赚钱软件~

修改方法:

//设置全局环境变量
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
}
$this->Fields['body'] = str_ireplace("<img " ,"<img alt='".$this->Fields['title'].",图片描述' ",$this->Fields['body']);
$this->Fields['imgurls'] = str_ireplace("<img " ,"<img alt='".$this->Fields['title'].",天图片描述' ",$this->Fields['imgurls']);
$this->Fields['introduce'] = str_ireplace("<img " ,"<img alt='".$this->Fields['title'].",图片描述' ",$this->Fields['introduce']);
//完成附加表信息读取

即可实现点击图片进入下一页,最后的图片进入下一篇文章的功能

游乐星球 点此下载

相关推荐

暂无评论

发表评论

您的电子邮件地址不会被公开,必填项已用*标注。