核心提示:第一步,include aglibchannelimg.lib.php文件,大约第77行左右,也就是这句下面$fields['text'] = str_replace(''','',$ctag-GetAtt('text'));下加上 $dsql= new DedeSql(false);//建…
itE-SPACE: normal; COLOR: rgb(34,34,34); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px">第一步,include aglibchannelimg.lib.php文件,大约第77行左右,也就是这句下面$fields['text'] = str_replace("'","",$ctag->GetAtt('text'));下加上
$dsql= new DedeSql(false);//建立新连接
$rs = $dsql->GetOne("Select title from dede_archives where ID='".$refObj->ArcID."'"); //打开数据库
$title=$rs["title"]; http://www.fan86.com //找到标题值
第107行左右也就是这句下面$$dtp2->LoadSource($innerTmp);下加上
一句
$fields['title'] = str_replace("'",'',$title);
第二步,把 empletsdefaultrticle_image.htm中的
alt='[field:alttext /]'
换为:
alt='[field:title /]'
第三步,生成,更新一下html文档,搞定
未经允许不得转载:445IT之家 » DEDECMS;把织梦dede图集图片alt换成标题