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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 在线的帅哥些,请问:怎么在板块页面中,让第二级板块展示出来?

[复制链接]
julie4444 发表于 2018-8-15 09:57:29 | 显示全部楼层 |阅读模式

是这么回事哈。
我想让现在这样的图一

分版页面,不仅仅显示下级板块。
想要显示未下级板块,带下下级板块的样式。

如下图二:

图一的代码为:
  1. <div class="bm bmw {if $cat['forumcolumns']} flg{/if} cl">
  2.                                 <div class="bm_h cl">
  3.                                         <span class="o">
  4.                                                 <img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" title="{lang spread}" alt="{lang spread}" onclick="toggle_collapse('category_$cat[fid]');" />
  5.                                         </span>
  6.                                         <!--{if $cat['moderators']}--><span class="y">{lang forum_category_modedby}: $cat[moderators]</span><!--{/if}-->
  7.                                         <!--{eval $caturl = !empty($cat['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$cat['domain'].'.'.$_G['setting']['domain']['root']['forum'] : '';}-->
  8.                                         <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>
  9.                                 </div>
  10.                                 <div id="category_$cat[fid]" class="bm_c" style="{echo $collapse['category_'.$cat[fid]]}">
  11.                                         <table cellspacing="0" cellpadding="0" class="fl_tb">
  12.                                                 <tr>
  13.                                                 <!--{loop $cat[forums] $forumid}-->
  14.                                                 <!--{eval $forum=$forumlist[$forumid];}-->
  15.                                                 <!--{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'];}-->
  16.                                                 <!--{if $cat['forumcolumns']}-->
  17.                                                         <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
  18.                                                                 </tr>
  19.                                                                 <!--{if $forum['orderid'] < $cat['forumscount']}-->
  20.                                                                         <tr class="fl_row">
  21.                                                                 <!--{/if}-->
  22.                                                         <!--{/if}-->
  23.                                                         <td class="fl_g" width="$cat[forumcolwidth]">
  24.                                                                 <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  25.                                                                 <!--{if $forum[icon]}-->
  26.                                                                         $forum[icon]
  27.                                                                 <!--{else}-->
  28.                                                                         <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  29.                                                                 <!--{/if}-->
  30.                                                                 </div>
  31.                                                                 <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
  32.                                                                         <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>
  33.                                                                         <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: <!--{echo dnumber($forum[threads])}--></em>, <em>{lang forum_posts}: <!--{echo dnumber($forum[posts])}--></em></dd><!--{/if}-->
  34.                                                                         <dd>
  35.                                                                         <!--{if $forum['permission'] == 1}-->
  36.                                                                                 {lang private_forum}
  37.                                                                         <!--{else}-->
  38.                                                                                 <!--{if $forum['redirect']}-->
  39.                                                                                         <a href="$forumurl" class="xi2">{lang url_link}</a>
  40.                                                                                 <!--{elseif is_array($forum['lastpost'])}-->
  41.                                                                                         <!--{if $cat['forumcolumns'] < 3}-->
  42.                                                                                                 <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>
  43.                                                                                         <!--{else}-->
  44.                                                                                                 <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
  45.                                                                                         <!--{/if}-->
  46.                                                                                 <!--{else}-->
  47.                                                                                         {lang never}
  48.                                                                                 <!--{/if}-->
  49.                                                                         <!--{/if}-->
  50.                                                                         </dd>
  51.                                                                         <!--{hook/index_forum_extra $forum[fid]}-->
  52.                                                                 </dl>
  53.                                                         </td>
  54.                                                 <!--{else}-->
  55.                                                         <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
  56.                                                                 <!--{if $forum[icon]}-->
  57.                                                                         $forum[icon]
  58.                                                                 <!--{else}-->
  59.                                                                         <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  60.                                                                 <!--{/if}-->
  61.                                                         </td>
  62.                                                         <td>
  63.                                                                 <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>
  64.                                                                 <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
  65.                                                                 <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
  66.                                                                 <!--{if $forum['moderators']}--><p>{lang forum_moderators}: <span class="xi2">$forum[moderators]</span></p><!--{/if}-->
  67.                                                                 <!--{hook/index_forum_extra $forum[fid]}-->
  68.                                                         </td>
  69.                                                         <td class="fl_i">
  70.                                                                 <!--{if empty($forum[redirect])}--><span class="xi2"><!--{echo dnumber($forum[threads])}--></span><span class="xg1"> / <!--{echo dnumber($forum[posts])}--></span><!--{/if}-->
  71.                                                         </td>
  72.                                                         <td class="fl_by">
  73.                                                                 <div>
  74.                                                                 <!--{if $forum['permission'] == 1}-->
  75.                                                                         {lang private_forum}
  76.                                                                 <!--{else}-->
  77.                                                                         <!--{if $forum['redirect']}-->
  78.                                                                                 <a href="$forumurl" class="xi2">{lang url_link}</a>
  79.                                                                         <!--{elseif is_array($forum['lastpost'])}-->
  80.                                                                                 <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>
  81.                                                                         <!--{else}-->
  82.                                                                                 {lang never}
  83.                                                                         <!--{/if}-->
  84.                                                                 <!--{/if}-->
  85.                                                                 </div>
  86.                                                         </td>
  87.                                                 </tr>
  88.                                                 <tr class="fl_row">
  89.                                                 <!--{/if}-->
  90.                                                 <!--{/loop}-->
  91.                                                 $cat['endrows']
  92.                                                 </tr>
  93.                                         </table>
  94.                                 </div>
  95.                         </div>
复制代码
我觉得这个应该不难解决吧。但是按我的笨脑袋瓜,也是改不来的。
所以有热心的帅哥些,搭把手,帮我改改吗?
如果难的话,我再去找付费解决。

    先谢过各位!

本帖子中包含更多资源

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

x
 楼主| julie4444 发表于 2018-8-15 14:09:23 | 显示全部楼层
:(:(:(:(:(
回复

使用道具 举报

lz49858007 发表于 2018-8-15 15:06:54 | 显示全部楼层
本帖最后由 lz49858007 于 2019-6-24 18:43 编辑

我也不知道怎么搞定~!~
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 06:28 , Processed in 0.028967 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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