Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 求助, 討論區主頁如何不顯示論區板塊

[复制链接]
hongkongforum 发表于 2012-7-12 16:33:26 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2
浏览器: IE9 
使用模板: 官方模板
BUG地址: https://discuz.dismall.com
本帖最后由 hongkongforum 于 2012-7-13 16:19 编辑

求助, Discz! X2 討論區主頁如何取消顯示論區板塊, 即中間的部份
因自己重寫了部份討論區主頁的中間部份

即取消紅色圈內的部份










本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
briskvoice 发表于 2012-7-12 17:06:11 | 显示全部楼层
在模板文件夹discuz.htm删除相关代码
回复

使用道具 举报

 楼主| hongkongforum 发表于 2012-7-12 17:52:49 | 显示全部楼层
請問是由哪一行到哪一行???

<!--{subtemplate common/header}-->


<div id="pt" class="bm cl">
        <!--{if empty($gid) && $announcements}-->
        <div class="y">
                <div id="an">
                        <dl class="cl">
                                <dt class="z xw1">{lang announcements}: </dt>
                                <dd>
                                        <div id="anc"><ul id="ancl">$announcements</ul></div>
                                </dd>
                        </dl>
                </div>
                <script type="text/javascript">announcement();</script>
        </div>
        <!--{/if}-->
        <div class="z">
                <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em></em><a href="forum.php">{$_G[setting][navs][2][navname]}</a>$navigation
        </div>
        <div class="z"><!--{hook/index_status_extra}--></div>
</div>


<!--{if empty($gid)}-->
        <!--{ad/text/wp a_t}-->
<!--{/if}-->

        <style id="diy_style" type="text/css"></style>

<!--{if empty($gid)}-->
        <div class="wp">
                <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]-->
        </div>
<!--{/if}-->

<div id="ct" class="wp cl{if $_G['setting']['forumallowside']} ct2{/if}">
        <!--{if empty($gid)}-->
                <div id="chart" class="bm bw0 cl">
                        <p class="chart z">{lang index_today}: <em>$todayposts</em><span class="pipe">|</span>{lang index_yesterday}: <em>$postdata[0]</em><span class="pipe">|</span>{lang index_posts}: <em>$posts</em><span class="pipe">|</span>{lang index_members}: <em>$_G['cache']['userstats']['totalmembers']</em><!--{if $_G['setting']['lastmember']}--><span class="pipe">|</span>{lang welcome_new_members}: <em><a href="home.php?mod=space&username={echo rawurlencode($_G['setting']['lastmember'])}" target="_blank" class="xi2">$_G['setting']['lastmember']</a></em><!--{/if}--></p>
                        <div class="y">
                                <!--{if $_G['uid']}--><a href="home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a><!--{/if}--><!--{if !empty($_G['setting']['search']['forum']['status'])}--><!--{if $_G['uid']}--><span class="pipe">|</span><!--{/if}--><a href="search.php?mod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a><!--{/if}-->
                        </div>
                </div>
        <!--{/if}-->

        <div class="mn">
                <!--{hook/index_top}-->

                <!--{if !empty($_G['cache']['heats']['message'])}-->
                        <div class="bm">
                                <div class="bm_h cl">
                                        <h2>{lang hotthreads_forum}</h2>
                                </div>
                                <div class="bm_c cl">
                                        <div class="heat z">
                                                <!--{loop $_G['cache']['heats']['message'] $data}-->
                                                        <dl class="xld">
                                                                <dt><!--{if $_G['adminid'] == 1}--><a class="d" href="forum.php?mod=misc&action=removeindexheats&tid=$data[tid]">delete</a><!--{/if}-->
                                                                <a href="forum.php?mod=viewthread&tid=$data[tid]" target="_blank" class="xi2">$data[subject]</a></dt>
                                                                <dd>$data[message]</dd>
                                                        </dl>
                                                <!--{/loop}-->
                                        </div>
                                        <ul class="xl xl1 heatl">
                                        <!--{loop $_G['cache']['heats']['subject'] $data}-->
                                                <li><!--{if $_G['adminid'] == 1}--><a class="d" href="forum.php?mod=misc&action=removeindexheats&tid=$data[tid]">delete</a><!--{/if}-->· <a href="forum.php?mod=viewthread&tid=$data[tid]" target="_blank" class="xi2">$data[subject]</a></li>
                                        <!--{/loop}-->
                                        </ul>
                                </div>
                        </div>
                <!--{/if}-->

                <div class="fl bm">
                <!--{loop $catlist $key $cat}-->
                        <div class="bm bmw {if $cat['forumcolumns']} flg{/if} cl">
                                <div class="bm_h cl">
                                        <span class="o">
                                                <img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" title="{lang spread}" alt="{lang spread}" />
                                        </span>
                                        <!--{if $cat['moderators']}--><span class="y">{lang forum_category_modedby}: $cat[moderators]</span><!--{/if}-->
                                        <!--{eval $caturl = !empty($cat['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$cat['domain'].'.'.$_G['setting']['domain']['root']['forum'] : '';}-->
                                        <h2><a href="{if !empty($caturl)}$caturl{else}forum.php?gid=$cat[fid]{/if}" style="{if $cat[extra][namecolor]}color: {$cat[extra][namecolor]};{/if}">$cat[name]</a></h2>
                                </div>
                                <div id="category_$cat[fid]" class="bm_c" style="{$collapse['category_'.$cat[fid]]}">
                                        <table cellspacing="0" cellpadding="0" class="fl_tb">
                                                <tr>
                                                <!--{loop $cat[forums] $forumid}-->
                                                <!--{eval $forum=$forumlist[$forumid];}-->
                                                <!--{eval $forumurl = !empty($forum['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$forum['domain'].'.'.$_G['setting']['domain']['root']['forum'] : 'forum.php?mod=forumdisplay&fid='.$forum['fid'];}-->
                                                <!--{if $cat['forumcolumns']}-->
                                                        <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
                                                                </tr>
                                                                <!--{if $forum['orderid'] < $cat['forumscount']}-->
                                                                        <tr class="fl_row">
                                                                <!--{/if}-->
                                                        <!--{/if}-->
                                                        <td class="fl_g" width="$cat[forumcolwidth]">
                                                                <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
                                                                <!--{if $forum[icon]}-->
                                                                        $forum[icon]
                                                                <!--{else}-->
                                                                        <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
                                                                <!--{/if}-->
                                                                </div>
                                                                <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
                                                                        <dt><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></dt>
                                                                        <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: $forum[threads]</em>, <em>{lang forum_posts}: $forum[posts]</em></dd><!--{/if}-->
                                                                        <dd>
                                                                        <!--{if $forum['permission'] == 1}-->
                                                                                {lang private_forum}
                                                                        <!--{else}-->
                                                                                <!--{if $forum['redirect']}-->
                                                                                        <a href="$forumurl" class="xi2">{lang url_link}</a>
                                                                                <!--{elseif is_array($forum['lastpost'])}-->
                                                                                        <!--{if $cat['forumcolumns'] < 3}-->
                                                                                                <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
                                                                                        <!--{else}-->
                                                                                                <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
                                                                                        <!--{/if}-->
                                                                                <!--{else}-->
                                                                                        {lang never}
                                                                                <!--{/if}-->
                                                                        <!--{/if}-->
                                                                        </dd>
                                                                </dl>
                                                        </td>
                                                <!--{else}-->
                                                        <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
                                                                <!--{if $forum[icon]}-->
                                                                        $forum[icon]
                                                                <!--{else}-->
                                                                        <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
                                                                <!--{/if}-->
                                                        </td>
                                                        <td>
                                                                <h2><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></h2>
                                                                <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
                                                                <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
                                                                <!--{if $forum['moderators']}--><p>{lang forum_moderators}: <span class="xi2">$forum[moderators]</span></p><!--{/if}-->
                                                        </td>
                                                        <td class="fl_i">
                                                                <!--{if empty($forum[redirect])}--><span class="xi2">$forum[threads]</span><span class="xg1"> / $forum[posts]</span><!--{/if}-->
                                                        </td>
                                                        <td class="fl_by">
                                                                <div>
                                                                <!--{if $forum['permission'] == 1}-->
                                                                        {lang private_forum}
                                                                <!--{else}-->
                                                                        <!--{if $forum['redirect']}-->
                                                                                <a href="$forumurl" class="xi2">{lang url_link}</a>
                                                                        <!--{elseif is_array($forum['lastpost'])}-->
                                                                                <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
                                                                        <!--{else}-->
                                                                                {lang never}
                                                                        <!--{/if}-->
                                                                <!--{/if}-->
                                                                </div>
                                                        </td>
                                                </tr>
                                                <tr class="fl_row">
                                                <!--{/if}-->
                                                <!--{/loop}-->
                                                $cat['endrows']
                                                </tr>
                                        </table>
                                </div>
                        </div>
                        <!--{ad/intercat/bm a_c/$cat[fid]}-->
                <!--{/loop}-->
                </div>

                <!--{hook/index_middle}-->
                <div class="wp mtn">
                        <!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]-->
                </div>

                <!--{if empty($gid) && $_G['setting']['whosonlinestatus']}-->
                        <div id="online" class="bm oll">
                                <div class="bm_h">
                                <!--{if $detailstatus}-->
                                        <span class="o"><a href="forum.php?showoldetails=no#online" title="{lang spread}"><img src="{IMGDIR}/collapsed_no.gif" alt="{lang spread}" /></a></span>
                                        <h3>
                                                <strong><a href="home.php?mod=space&do=friend&view=online&type=member">{lang onlinemember}</a></strong>
                                                <span class="xs1">- <strong>$onlinenum</strong> {lang onlines}
                                                - <strong>$membercount</strong> {lang index_members}(<strong>$invisiblecount</strong> {lang index_invisibles}),
                                                <strong>$guestcount</strong> {lang index_guests}
                                                - {lang index_mostonlines} <strong>$onlineinfo[0]</strong> {lang on} <strong>$onlineinfo[1]</strong>.</span>
                                        </h3>
                                <!--{else}-->
                                        <span class="o"><a href="forum.php?showoldetails=yes#online" title="{lang spread}"><img src="{IMGDIR}/collapsed_yes.gif" alt="{lang spread}" /></a></span>
                                        <h3>
                                                <strong><a href="home.php?mod=space&do=friend&view=online&type=member">{lang onlinemember}</a></strong>
                                                <span class="xs1">- {lang total} <strong>$onlinenum</strong> {lang onlines}
                                                - {lang index_mostonlines} <strong>$onlineinfo[0]</strong> {lang on} <strong>$onlineinfo[1]</strong>.</span>
                                        </h3>
                                <!--{/if}-->
                                </div>
                        <!--{if $_G['setting']['whosonlinestatus'] && $detailstatus}-->
                                <dl id="onlinelist" class="bm_c">
                                        <dt class="ptm pbm bbda">$_G[cache][onlinelist][legend]</dt>
                                        <!--{if $detailstatus}-->
                                                <dd class="ptm pbm">
                                                <ul class="cl">
                                                <!--{if $whosonline}-->
                                                        <!--{loop $whosonline $key $online}-->
                                                                <li title="{lang time}: $online[lastactivity]">
                                                                <img src="{STATICURL}image/common/$online[icon]" alt="icon" />
                                                                <!--{if $online['uid']}-->
                                                                        <a href="home.php?mod=space&uid=$online[uid]">$online[username]</a>
                                                                <!--{else}-->
                                                                        $online[username]
                                                                <!--{/if}-->
                                                                </li>
                                                        <!--{/loop}-->
                                                <!--{else}-->
                                                        <li style="width: auto">{lang online_only_guests}</li>
                                                <!--{/if}-->
                                                </ul>
                                        </dd>
                                        <!--{/if}-->
                                </dl>
                        <!--{/if}-->
                        </div>
                <!--{/if}-->

                <!--{if empty($gid) && ($_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] || $_G['cache']['forumlinks'][2])}-->
                <div class="bm lk">
                        <div id="category_lk" class="bm_c ptm">
                                <!--{if $_G['cache']['forumlinks'][0]}-->
                                        <ul class="m mbn cl">$_G['cache']['forumlinks'][0]</ul>
                                <!--{/if}-->
                                <!--{if $_G['cache']['forumlinks'][1]}-->
                                        <div class="mbn cl">
                                                $_G['cache']['forumlinks'][1]
                                        </div>
                                <!--{/if}-->
                                <!--{if $_G['cache']['forumlinks'][2]}-->
                                        <ul class="x mbm cl">
                                                $_G['cache']['forumlinks'][2]
                                        </ul>
                                <!--{/if}-->
                        </div>
                </div>
                <!--{/if}-->

                <!--{hook/index_bottom}-->
        </div>

        <!--{if $_G['setting']['forumallowside']}-->
                <div id="sd" class="sd">
                        <!--{hook/index_side_top}-->
                        <div class="drag">
                                <!--[diy=diy2]--><div id="diy2" class="area"></div><!--[/diy]-->
                        </div>
                        <!--{hook/index_side_bottom}-->
                </div>
        <!--{/if}-->
</div>

<!--{subtemplate common/footer}-->


回复

使用道具 举报

 楼主| hongkongforum 发表于 2012-7-12 17:55:12 | 显示全部楼层
各位大大請幫幫忙
回复

使用道具 举报

 楼主| hongkongforum 发表于 2012-7-13 10:01:43 | 显示全部楼层
推一下, 有沒有大大懂這個
回复

使用道具 举报

aikato 发表于 2012-7-13 15:07:36 | 显示全部楼层
hongkongforum 发表于 2012-7-13 03:01
推一下, 有沒有大大懂這個

Use firebug to find it and you can delete it in "discuz.htm"
回复

使用道具 举报

 楼主| hongkongforum 发表于 2012-7-13 16:18:16 | 显示全部楼层
謝謝, 已解決, discuz.htm
只保留原有的第一行和最後一行, 其他delete
<!--{subtemplate common/header}-->

中間delete
<!--{subtemplate common/footer}-->
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 20:32 , Processed in 0.023268 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表