跟新.jpg

/template/模板/forum/discuz.php

查找:

  1. !--{if $forum[todayposts]
    && !$forum['redirect']}--><em
    title="{lang forum_todayposts}">
    ($forum[todayposts])</em><!--{/if}--></dt>
  2. <!--{if
    empty($forum[redirect])}--><dd><em>{lang forum_threads}:
    $forum[threads]</em>, <em>{lang forum_posts}:
    $forum[posts]</em></dd><!--{/if}-->
  3. <dd>

替换:

  1. |<em
    > 今日: <font
    color="#FF3399">$forum[todayposts]</font>, 帖子:
    <em>$forum[posts]</em></h2></dt>
  2. <!--{if $forum[description]}--><p
    > 简介:$forum[description]</p><!--{/if}-->
  3. <p><!--{if $forum['moderators']}--><p>{lang
    forum_moderators}:$forum[moderators]</p><!--{else}-->
  4. {lang forum_moderators}:<a href=你需要填的地址><font
    color=Silver> 诚邀斑竹</font></a>
  5. <!--{/if}--></dd><!--{if
    !$forum['redirect']}--><!--{/if}--><dd>

再查找:

  1. <!--{if
    $cat['forumcolumns'] < 3}-->
  2. <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}-->{lang
    anonymous}<!--{/if}--></cite>

替换:

  1. <!--{if
    $cat['forumcolumns'] < 4}-->
  2. 最新:<a
    href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost"
    ><!--{echo cutst($forum[lastpost][subject],
    17)}--></a>
  3. <cite>$forum[lastpost][dateline] <!--{if
    $forum['lastpost']['author']}--><!--{else}-->{lang anonymous}
  4. <!--{/if}--></cite>

注:1」 需要填的地址」 是你想要解析的地方
2.<4 是指你要想有几个子版块横排
3. 数字 17  是指你想要 「最新」 显示多少个字