圖片演示如下:

共有兩處,列表頁頂部發貼按鈕處及底部發貼按鈕處
頂部修改文件:templates/default/forum/forumdisplay.htm
記事本等編輯器打開它 找到

  1. <img
    src="{IMGDIR}/pn_post.png" alt="{lang send_posts}"
    /></a><!--{/if}-->

在其 「後面」 加入下面的代碼:

  1. <div style="padding: 10px 10px;"><span
    style="width: 100px;height: 32px;padding: 10px 20px 10px
    35px;background: url(static/image/refresh.gif) no-repeat 0px
    0px;"><a onclick="window.parent.document.location.reload();"
    href=""> 刷新</a></span></div>

底部修改文件:templates/default/forum/forumdisplay_list.htm
記事本等編輯器打開它 找到

  1. <img
    src="{IMGDIR}/pn_post.png" alt="{lang send_posts}"
    /></a><!--{/if}-->

在其 「後面」 加入下面的代碼:

  1. <div style="padding: 10px 10px;"><span
    style="width: 100px;height: 32px;padding: 10px 20px 10px
    35px;background: url(static/image/refresh.gif) no-repeat 0px
    0px;"><a onclick="window.parent.document.location.reload();"
    href=""> 刷新</a></span></div>

最後,將圖片 refresh.gif 上傳到
static/image/裏面即可