本主题共有 4 条回复 | 回到顶部
#2 - 2007-7-9 00:12

1 帖子列表中的附件图片无法显示
图片链接地址是http://localhost/bbs/go/images/attachicons/common.gif 正确的似乎应该是没有/go/的
在这里也看到了这个问题
~~~~~~~~~~~~~~~~~~~~~~~~~~~
这个问题解决修改模板 forumdisplay.htm
中的
<img src="images/attachicons/common.gif" alt="{lang attachment}" />
修改为
<img src="/images/attachicons/common.gif" alt="{lang attachment}" />
图片链接地址是http://localhost/bbs/go/images/attachicons/common.gif 正确的似乎应该是没有/go/的
在这里也看到了这个问题
~~~~~~~~~~~~~~~~~~~~~~~~~~~
这个问题解决修改模板 forumdisplay.htm
中的
<img src="images/attachicons/common.gif" alt="{lang attachment}" />
修改为
<img src="/images/attachicons/common.gif" alt="{lang attachment}" />