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

 找回密码
 立即注册
搜索

[求助] 求助,看下 这个代码怎么实现这个功能?

[复制链接]
zsl120 发表于 2011-3-17 22:53:14 | 显示全部楼层 |阅读模式
本帖最后由 zsl120 于 2011-3-17 22:56 编辑



再论坛后台增加 新分区 自动在上面增加分区 即 黑体字体  显示部分


添加新    再论坛后台 添加新版块 自动在上面 增加版块 即 黑体字后面的小字


请教要实现上面的 功能。下面的代码如何修改?  如果修改成功,我将把我的所有金币(14个)都给他。

比较去穷。我的所有身家了,麻烦了,先在这里谢谢各位了。


<!--{subtemplate common/header}-->
<!--{subtemplate common/pubsearchform}-->
<!--{ad/text/wp a_t}-->
<style id="diy_style" type="text/css">#portal_block_1 .content {margin-left:0px !important;}#portal_block_2 .content {margin-left:10px !important;font-size:14px !important;}#framek5N52D {margin:0px 220px 0px 1px !important;}#frameCh43C2 {margin:2px 220px 2px 0px !important;}#frameS9OF52 {margin:2px -315px 1px -220px !important;}#portal_block_86 .content {font-size:14px !important;}#portal_block_87 {margin-top:10px !important;margin-bottom:1px !important;}#portal_block_87 .content {font-size:14px !important;}#portal_block_88 {margin-top:12px !important;}#portal_block_89 .content {font-size:14px !important;}#portal_block_90 .content {font-size:14px !important;}</style>

<div id="ct" class="wp cl{if $_G['setting']['forumallowside']} ct2{/if}">
<div id="chart" class="bm bw0 cl">
  <!--{if $_G['uid']}--><p class="y"><a href="home.php?mod=space&uid=$_G['uid']&do=thread&view=me" title="{lang my_posts}" class="xi2">{lang my_posts}</a><span class="pipe">|</span><a href="search.php?mod=forum&srchfrom=$newthreads&searchsubmit=yes" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a></p><!--{/if}-->
  <p class="chart">{lang index_today}: <em>$todayposts</em><span class="pipe">|</span>{lang index_yesterday}: $postdata[0]<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>
<!--{if empty($gid) && $announcements}-->
  <div id="an" class="bm bw0">
   <dl class="cl">
    <dt class="z xw1">{lang announcements}: </dt>
    <dd>
     <div id="anc" class="xi2"><ul id="ancl">$announcements</ul></div>
    </dd>
   </dl>
  </div>
  <script type="text/javascript">announcement();</script>
<!--{/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 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}-->{lang anonymous}<!--{/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}-->{lang anonymous}<!--{/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}-->
  <!--{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>
<div class="wp mtn">
<!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]-->
</div>
<!--{subtemplate common/footer}-->
回复

使用道具 举报

 楼主| zsl120 发表于 2011-3-17 22:59:18 | 显示全部楼层
  请教如何发布 悬赏 帖子啊
回复

使用道具 举报

go226 发表于 2011-3-17 23:06:37 | 显示全部楼层
回复

使用道具 举报

 楼主| zsl120 发表于 2011-3-17 23:52:46 | 显示全部楼层
  有人会不??

回复

使用道具 举报

xyf168168 发表于 2011-3-18 00:19:04 | 显示全部楼层
回复 go226 的帖子

这位兄弟的签名是真的还是假的》
回复

使用道具 举报

go226 发表于 2011-3-19 03:43:24 | 显示全部楼层
本帖最后由 go226 于 2011-3-19 03:44 编辑
xyf168168 发表于 2011-3-18 00:19
回复 go226 的帖子

这位兄弟的签名是真的还是假的》


那当然是真的啦,我什么时候骗过你啊
除了20岁那年我得花柳病没告诉过你以外,就没骗过你了



你看我留言时间就知道我说的是真的啦,哈
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-9 02:59 , Processed in 0.107079 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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