欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

织梦图片自动加上alt和title等属性的修改方法

相关案例演示

找到include文件夹下面的arc.archives.class.php文件,打开,记得不能用记事本打开,可以在dedecms后台文件管理里面打开或者notepad++等软件打开。

找到下面这段代码:

//设置全局环境变量

$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];

@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');

}

//完成附加表信息读取

unset($row);

大概在第204行。

 然后在

@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'].",织梦58' ",$this->Fields['body']);

$this->Fields['imgurls'] = str_ireplace("<img " ,"<img alt='".$this->Fields['title'].",织梦58' ",$this->Fields['imgurls']);

$this->Fields['introduce'] = str_ireplace("<img " ,"<img alt='".$this->Fields['title'].",织梦58' ",$this->Fields['introduce']);

其中的“织梦58”可以更换成你想要更换的文字。

作者:欣怡建站 挑错 时间:2020-01-13 03:17
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服