分享一個去掉最後發表,看官方有很多去掉最後發表的帖子,自己也稍微研究了一下,找到一個小竅門,希望可以和大家一起參考一下。最後回覆如圖:

到 template/default/forum/discuz.htm 找到 276,278,315,379,381,417 這幾行刪除。其實這個小竅門就是查到 forum.php?mod=redirect&tid=$forum 的語句刪除掉就可以了。

注意:做操作前一定做好備份。

  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=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang
    forum_lastpost}: $forum[lastpost][dateline]</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=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=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang
    forum_lastpost}: $forum[lastpost][dateline]</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>

最後效果