您现在的位置是:首页 > 教程 > dedecms教程dedecms教程

dede织梦5.6图集中图片alt自动提取标题的修改方法

笑霜2024-02-13 23:41:40dedecms教程已有人查阅

导读织梦5.6的图集图片ALT默认是提取注释的,需要手动添加,比较懒,不想手动添加的,那么请使用下面的方法,就能实现图集图片ALT自动提取标题。

织梦5.6的图集图片ALT默认是提取注释的,需要手动添加,比较懒,不想手动添加的,那么请使用下面的方法,就能实现图集图片ALT自动提取标题。
1、查找文件:include/arc.archives.class.php
2、查找(209位置)
//设置全局环境变量
$this->Fields['typename'] = $this->TypeLink->TypeInfos['typename'];
@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
}
//完成附加表信息读取
unset($row);
@SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
3、加入下面代码
//替换图片描述为标题
$this->Fields['body'] = str_ireplace("<img " ,  "<img alt='".$this->Fields['title'].",手机壁纸下载(www.ebingou.cn)",$this->Fields['body']);
$this->Fields['imgurls'] = str_ireplace("<img " ,  "<img alt='".$this->Fields['title'].",手机壁纸下载(www.ebingou.cn)",$this->Fields['imgurls']);
$this->Fields['introduce'] = str_ireplace("<img " ,  "<img alt='".$this->Fields['title'].",手机壁纸下载(www.ebingou.cn)",$this->Fields['introduce']);

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签