版本说明:
<font%20color="Red">1. 没有版块简介的时候显示 「<font%20color="Red"><font%20color="Red"> 点击申请版主<font%20color="Red">」
<font%20color="Red">2. 有版块简介的时候显示版块简介
<font%20color="Red">3. 没有版主显示版主空缺
<font%20color="Red">4. 有版主下拉菜单显示版主
<font%20color="Red">5. 有主题显示:最后发布的主题及作者
<font%20color="Red">6. 没有主题显示:暂无主题,抢先发布
<font%20color="Red">7. 有新主题,右上角显示主题数
具体效果见下图:

360截图20111121095503156.jpg

<font%20color="Red"> 首先:
修改 static/js/目录下的:common.js
用记事本打开,在底部查找

  1. if(BROWSER.ie) {
  2.         document.documentElement.addBehavior("#default#userdata");
  3. }

替换为:

  1. if(BROWSER.ie) {
  2.         document.documentElement.addBehavior("#default#userdata");
  3. }
  4. function forumbackshow(id){
  5. document.getElementById(id).style.background="#f8f8f8";
  6. }
  7. function forumbackout(id){
  8. document.getElementById(id).style.background="";
  9. }
  10. function showgoto() {
  11. var i, args=showgoto.arguments; document.showgtvlaue = false;
  12. for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
  13. }

修 template/default/common 目录下的:common.css
用记事本打开,在底部查找

  1. .slidebox {display: none; }

替换为:

  1. .slidebox {display: none; }
  2. /* 横排美化 */
  3. .ficodiv {float:left;}
  4. .ficodiv,.ficodiv img{width:56px; height:56px; overflow:hidden; margin-top:2px; margin-right:5px;}
  5. .f_ttdiv {height:56px; line-height:20px;overflow:hidden;}
  6. .f_name {height:20px; overflow:hidden;}
  7. .f_name small{float:right;color:#aaa;}
  8. .f_name small span{color:#f30;}
  9. .f_name a span{font-size:14px;}
  10. .f_lyhp {float:left;}
  11. .f_lyhp {color:#999;}
  12. .f_bkjs {height:20px; line-height:18px; overflow:hidden;color:#888;}
  13. .f_tzmh {padding:5px; height:18px; line-height:20px; overflow:hidden;}

<font%20color="Red"> 其次:
修改 template/default/forum 或者您目前使用风格 forum 目录下的 discuz.htm 的文件
查找:

  1. <td width="$cat[forumcolwidth]">
  2. <div {if !empty($forum[extra][iconwidth])
    && !empty($forum[icon])} style="width:
    {$forum[extra][iconwidth]}px;"{/if}>
  3. <!--{if $forum[icon]}-->
  4. $forum[icon]
  5. <!--{else}-->
  6. <a href="$forumurl"{if $forum[redirect]}
    target="_blank"{/if}><img src="{IMGDIR}/forum{if
    $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
  7. <!--{/if}-->
  8. </div>
  9. <dl{if !empty($forum[extra][iconwidth]) &&
    !empty($forum[icon])} style="margin-left:
    {$forum[extra][iconwidth]}px;"{/if}>
  10. <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
    title="{lang forum_todayposts}">
    ($forum[todayposts])</em><!--{/if}--></dt>
  11. <!--{if
    empty($forum[redirect])}--><dd><em>{lang forum_threads}:
    $forum[threads]</em>, <em>{lang forum_posts}:
    $forum[posts]</em></dd><!--{/if}-->
  12. <dd>
  13. <!--{if $forum['permission'] == 1}-->
  14. {lang private_forum}
  15. <!--{else}-->
  16. <!--{if $forum['redirect']}-->
  17. <a href="$forumurl" >{lang url_link}</a>
  18. <!--{elseif is_array($forum['lastpost'])}-->
  19. <!--{if $cat['forumcolumns'] < 3}-->
  20. <a
    href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost"
    ><!--{echo cutstr($forum[lastpost][subject],
    30)}--></a> <cite>$forum[lastpost][dateline] <!--{if
    $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
  21. <!--{else}-->
  22. <a
    href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang
    forum_lastpost}: $forum[lastpost][dateline]</a>
  23. <!--{/if}-->
  24. <!--{else}-->
  25. {lang never}
  26. <!--{/if}-->
  27. <!--{/if}-->
  28. </dd>
  29. </dl>
  30. </td>

替换为:

  1. <td width="$cat[forumcolwidth]" style="padding:10px 5px; ">
  2. <div id="showback_$forum[fid]" style="border:1px solid #ccc;
    cursor:default;" onmouseover="forumbackshow('showback_$forum[fid]')"
    onmouseout="forumbackout('showback_$forum[fid]')">
  3. <div style="padding:5px; ">
  4.   <div >
  5.         <!--{if $forum[icon]}-->
  6.         $forum[icon]
  7.         <!--{else}-->
  8.     <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}>
  9.         <img src="{IMGDIR}/forum{if%20$forum[folder]}_new{/if}.gif" alt="$forum[name]" />
  10.         </a>
  11.         <!--{/if}-->
  12.   </div>
  13.   <div {if !empty($forum[extra][iconwidth])
    && !empty($forum[icon])} style="margin-left:
    {$forum[extra][iconwidth]}px;"{/if}>
  14.           <div title="$forum[name]">
  15.           <small>
  16.           <!--{if $forum[todayposts] && !$forum['redirect']}-->
  17.           (<span title="{lang forum_todayposts}">$forum[todayposts]</span>)
  18.           <!--{/if}-->
  19.           </small>
  20.           <a href="$forumurl" {if
    $forum[redirect]}target="_blank"{/if}{if $forum[extra][namecolor]}
    style="color:{$forum[extra][namecolor]};"{/if}>
  21.           <span>$forum[name]</span>
  22.           </a>
  23.           </div>
  24.          <div >
  25.          <!--{if empty($forum[redirect])}-->
  26.          <div >
  27.                  <span> 主题:</span><em style="color:#f60;">$forum[threads]</em>
  28.          </div><div style="float:left;">
  29.                 <span> 帖子:</span><em style="color:#090;">$forum[posts]</em>
  30. <!--{if $forum[moderators]}-->
  31. <span id="default{$forum['fid']}" onmouseover="showMenu(this.id);"> 版主列表</span>
  32. <ul id="default{$forum['fid']}_menu"
    style="display:none;"><!--{echo str_replace(array(',','
    c="1"'),'',$forum[moderators]);}--></ul><!--{else}-->
  33. 版主空缺
  34. <!--{/if}-->
  35.          </div>
  36.         <!--{/if}-->
  37.          </div>
  38.         <div >
  39.         <!--{if $forum[description]}-->
  40.                 <span tabindex="$forum[description]">$forum[description]</span>
  41.         <!--{else}-->
  42.         <a href="您的版主申请的链接地址"><b style="color:#f30;"> 点击申请版主</b></a>
  43.         <!--{/if}-->
  44.         </div>
  45.   </div>
  46. </div>
  47. <div >
  48. <!--{if $forum['redirect']}-->
  49.   <a href="$forumurl" >{lang url_link}</a>
  50. <!--{elseif is_array($forum['lastpost'])}-->
  51. <FONT color=#003D79> 最后发表:</font>
  52.   <a href="forum.php?mod=viewthread&tid=$forum[lastpost][tid]" >
  53.   <!--{echo cutstr($forum[lastpost][subject], 25)}--></a>
  54. <!--{if
    $forum['lastpost']['author']}-->(by:$forum['lastpost']['author']<!--{else}-->{lang
    anonymous}<!--{/if}-->)
  55.   </a>
  56.   <!--{else}-->
  57. <FONT color=#003D79> 最后发表:</font> 暂无主题, <a
    href="forum.php?mod=post&action=newthread&fid=$forum[fid]"> 抢先
    发表</a>!
  58.   <!--{/if}-->
  59. </div>
  60. </div>
  61. </td>

<a href="<font%20color="red"> 您的版主申请的链接地址"><b style="color:#f30;"> 点击申请版主</b></a>
自行修改为您的版主申请的链接地址!
查找:

  1. <a
    href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost"
    ><!--{echo cutstr($forum[lastpost][subject],
    30)}--></a> <cite>$forum[lastpost][dateline] <!--{if
    $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>

替换为:

  1. <a
    href="forum.php?mod=viewthread&tid=$forum[lastpost][tid]"
    ><!--{echo cutstr($forum[lastpost][subject],
    30)}--></a> <cite>$forum[lastpost][dateline] <!--{if
    $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>

<font%20color="Red"><font%20color="Black"> 查找:

  1. <p
    >{lang index_today}:
    <em>$todayposts</em><span
    >|</span>{lang index_yesterday}:
    <em>$postdata[0]</em><span
    >|</span>{lang index_posts}:
    <em>$posts</em><span >|</span>{lang
    index_members}:
    <em>$_G['cache']['userstats']['totalmembers']</em><!--{if
    $_G['setting']['lastmember']}--><span
    >|</span>{lang welcome_new_members}:
    <em><a href="home.php?mod=space&username={echo
    rawurlencode($_G['setting']['lastmember'])}" target="_blank"
    >$_G['setting']['lastmember']</a></em><!--{/if}--></p>

替换为:

  1. <p
    >{lang index_today}:
    <em>$todayposts</em><span > |
    </span><img src="{IMGDIR}/yestoday.gif" alt="昨日贴数"
    style="position:relative; top:4px;">  {lang index_yesterday}:
    $postdata[0]<span > | </span><img
    src="{IMGDIR}/replay.gif" alt="总贴数" style="position:relative;
    top:4px;">  {lang index_posts}: <em>$posts</em><span
    > | </span><img src="{IMGDIR}/members.gif"
    alt="会员数" style="position:relative; top:4px;">  {lang index_members}:

<em>$_G['cache']['userstats']['totalmembers']</em><!--{if
$_G['setting']['lastmember']}--><span > |
</span><img src="{IMGDIR}/welcome.gif" alt="欢迎新会员"
style="position:relative; top:4px;">  {lang welcome_new_members}:
<em><a href="home.php?mod=space&username={echo
rawurlencode($_G['setting']['lastmember'])}" target="_blank"
>$_G['setting']['lastmember']</a></em><!--{/if}--></p>

使用手动修改版的请把以下文件里面的图片上传到:static/image/common 目录下

会实现昨日,帖子,会员,欢迎新会员前面家图标:

ok 后台更新一下缓存,看看效果吧!