在template\你的模板\forum\forumdisplay.html中搜索pgs或者pgt 将所在整段代码注销,最后清理缓存即可。 howfar的代码如下: <!-- DZ X2.5隐藏主题列表页上方发帖按钮及页码 <div id="pgt" class="bm bw0 pgs cl"> $multipage <span class="pgb y" {if $_G[setting][visitedforums]}id="visitedforums"{/if} ><a href="forum.php">{lang return_index}</a></span> <!--{if !$_G['gp_archiveid']}--><a href="javascript:;" id="newspecial"{if !$_G['forum']['allowspecialonly'] && empty($_G['forum']['picstyle'])}{else}{/if} title="{lang send_posts}"><img src="{IMGDIR}/pn_post.png" alt="{lang send_posts}" /></a><!--{/if}--> <!--{hook/forumdisplay_postbutton_top}--> </div> --> |