浏览 3497 次 / [ 天下网闻 ] DZ X2.5隐藏主题列表页上方发帖按钮及翻页页码的方法
  • 发布时间 2013-01-05 02:43
  • 在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> -->