Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] dz2.5图片自动加alt信息解决方案

[复制链接]
anui714 发表于 2012-7-1 23:05:24 | 显示全部楼层 |阅读模式
找了一天的方法,结果只解决了一半,就是本地上传的已经可以自动加上文章标题了

找到/template/default/forum/里面的discuzcode.htm这段代码:

<!--{if $_G['setting']['thumbstatus'] && $attach['thumb']}-->
    <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} style="cursor:pointer" id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&not;humb=yes{else}{$attach}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode{else}{$attach[url]}$attachthumb{/if}" inpost="1" alt="$attach[imgalt]" title="$attach[imgalt]"   />
   <!--{else}-->
    <img{if $attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']} class="attprice"{/if} id="aimg_$attach[aid]" aid="$attach[aid]" src="{STATICURL}image/common/none.gif" zoomfile="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes&not;humb=yes{else}{$attach[url]}$attach[attachment]{/if}" file="{if $attach[refcheck]}forum.php?mod=attachment{$is_archive}&aid=$aidencode&noupdate=yes{else}{$attach[url]}$attach[attachment]{/if}" $widthcode id="aimg_$attach[aid]" inpost="1" alt="$attach[imgalt]" title="$attach[imgalt]"   />

将里面的alt="$attach[imgalt]" title="$attach[imgalt]" 改为alt="{$_G[forum_thread][short_subject]}" title="{$_G[forum_thread][short_subject]}就可以了

案例展示:http://www.ididuo.com/thread-291-1-1.html

到这里,自己上传本地的图片都可以自动加上alt
但是,如果是链接的别人的图片,依旧还是加不上,也就是说远程图片仍不能自动加alt,求教各位大侠,有没有解决的方法;

为了对比,贴个链接别人图片的帖子地址,alt是没有的,大家可以对比看下:

对比帖子;[url]http://www.ididuo.com/thread-338-1-1.html

很纠结的问题,请大家不吝赐教!

评分

2

查看全部评分

haoycn 发表于 2012-7-15 16:28:00 | 显示全部楼层
虽无法回答楼主问题,但谢谢楼主的方法!
回复

使用道具 举报

梅花香 发表于 2012-7-15 18:04:17 | 显示全部楼层

RE: dz2.5图片自动加alt信息解决方案

链接别人的就用代码模式加啊
回复

使用道具 举报

babyfacer 发表于 2012-7-16 11:04:16 | 显示全部楼层
谢谢分享。这功能很实用
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-28 11:22 , Processed in 0.408546 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表