很簡單的修改
打開:template/default/forum/viewthread.htm
查找:

  1. <!--{hook/viewthread_postbutton_top}-->

在其下面添加如下代碼:

  1. <!--{if
    !IS_ROBOT}-->                <a id="post_reply"
    onclick="window.location.href='forum.php?mod=redirect&goto=nextoldset&tid=$_G[tid]'"><img
    src="{IMGDIR}/pn_nextold.png" /></a>                <a
    id="post_reply"
    onclick="window.location.href='forum.php?mod=redirect&goto=nextnewset&tid=$_G[tid]'"><img
    src="{IMGDIR}/pn_nextnew.png" /></a>        <!--{/if}-->

代碼中用到兩張圖片,下載上傳到 static/image/common 文件夾下即可
覆蓋文件,更新緩存

演示效果如下: