网络营销电子商务研究中心

网络营销电子商务研究中心 (https://www.0058.net/index.php)
-   DedeCMS (https://www.0058.net/forumdisplay.php?f=71)
-   -   文章页点击图片跳转下一页,最后一页跳转下一篇的方法 (https://www.0058.net/showthread.php?t=4715)

Quealy 2014-05-01 09:31 PM

文章页点击图片跳转下一页,最后一页跳转下一篇的方法
 
温馨提醒:本教程适用于DedeCMS V5.6

实现方法:修改include里的arc.archives.class.php文件

Code:



    //设置全局环境变量    
    $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']);    
    //完成附加表信息读取  



All times are GMT +8. The time now is 04:06 AM.

Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.