修改dz附件图片路径让其支持CDN

这个问题我百度了一下没发现。。我就自己找源代码去了。谷歌我没试。也许可以呢。。

找到discuzcode.htm,在模板文件夹下

找到大概160行

 

<img src=”images/common/none.gif” file=”{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes{else}$attach[url]/$attach[attachment]{/if}” $widthcode id=”aimg_$attach[aid]” onmouseover=”showMenu({‘ctrlid’:this.id,’pos’:’12’})” alt=”$attach[filename]” />

改成

<img src=”images/common/none.gif” file=”{if $attach[refcheck]}attachment.php?aid=$aidencode&amp;noupdate=yes{else}http://static.shanmao.me/bbs/$attach[url]/$attach[attachment]{/if}” $widthcode id=”aimg_$attach[aid]” onmouseover=”showMenu({‘ctrlid’:this.id,’pos’:’12’})” alt=”$attach[filename]” />

即可。