
这些我都是按默认风格路径放的 直接都跟目录就可以了
如果使用的为其他风格 出现图片打不开 请查看属性 看属性里的地址存放
static\image\common文件夹里是 勋章与所需要素材
data\attachment\common文件夹里是用户组头衔图标
背景PSD文件夹里 是背景PSD 方便您修改
漫画框使用
修改前备份文件viewthread_node_body.htm
打开viewthread_node_body.htm
查找:
- <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">$post[message]</td></tr></table>
复制代码 替换为:- <table cellspacing="0" cellpadding="0" border="0"><tr><td width="40"><img height="40" src="{IMGDIR}/kuang/td_01.gif" width="40"/></td><td width:=auto background="{IMGDIR}/kuang/td_02.gif"></td><td width="40"><img height="40" src="{IMGDIR}/kuang/td_03.gif" width="40"/></td></tr><tr><td valign="top" background="{IMGDIR}/kuang/td_04.gif"><img src="{IMGDIR}/kuang/td_arrow.gif" height="80" width="40" vAlign="0" /></td><td background="{IMGDIR}/kuang/td_05.gif"><div class="t_f">$post['message']</div><br /></td><td valign="top" width="40" background="{IMGDIR}/kuang/td_06.gif"></td></tr><tr><td vAlign="top" width="40"><img height="20" src="{IMGDIR}/kuang/td_07.gif" width="40"/></td><td background="{IMGDIR}/kuang/td_08.gif"></td><td align="right" width="40"><img height="20" src="{IMGDIR}/kuang/td_09.gif" width="40"/></td></tr></table>
复制代码
接着查找
- <table cellspacing="0" cellpadding="0"><tr><td class="t_f" id="postmessage_$post[pid]">$post[message]</td></tr></table>
复制代码
替换为
- <table cellspacing="0" cellpadding="0" border="0"><tr><td width="40"><img height="40" src="{IMGDIR}/kuang/td_01.gif" width="40"/></td><td width:=auto background="{IMGDIR}/kuang/td_02.gif"></td><td width="40"><img height="40" src="{IMGDIR}/kuang/td_03.gif" width="40"/></td></tr><tr><td valign="top" background="{IMGDIR}/kuang/td_04.gif"><img src="{IMGDIR}/kuang/td_arrow.gif" height="80" width="40" vAlign="0" /></td><td background="{IMGDIR}/kuang/td_05.gif"><div class="t_f" id="postmessage_$post[pid]">$post[message]</div><br /></td><td valign="top" width="40" background="{IMGDIR}/kuang/td_06.gif"></td></tr><tr><td vAlign="top" width="40"><img height="20" src="{IMGDIR}/kuang/td_07.gif" width="40"/></td><td background="{IMGDIR}/kuang/td_08.gif"></td><td align="right" width="40"><img height="20" src="{IMGDIR}/kuang/td_09.gif" width="40"/></td></tr></table>
复制代码
下载附件 上传到:static\image\common\
附件下载:
|