本帖最后由 toopos 于 2012-9-25 01:46 编辑
看到很多人想要,以前7.2的时候这种代码比较多,到了X就绝迹了;
演示地址:http://toopos.com/forum.php (不想去论坛的直接看效果图)
下面的具体的修改方法:
找到根目录: /www/template/default/forum/discuz.htm 用记事本格式打开;
搜索代码:
<!--{if empty($forum[redirect])}--><span class="xi2"><!--{echo dnumber($forum[threads])}--></span><span class="xg1"> / <!--{echo dnumber($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}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
<!--{else}-->
----------------------------------------------------------------------------------------------------------------------------------------------------------
替换成:
<!--{if empty($forum[redirect])}--><span class="xi2">主题数:<!--{echo dnumber($forum[threads])}--></span><br><span class="xg1">帖子数:<!--{echo dnumber($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'])}-->
<font color="#FA5B0F">┌主题: </font><a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject],30)}--></a><cite><font color="#FA5B0F">├作者: </font><!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--><br><font color="#FA5B0F">└时间: </font>$forum[lastpost][dateline]</cite>
<!--{else}-->
大概就是这样的;其实很简单;我是菜鸟,照着7.2修改的;
经测试没有任何BUG,大家可以放心使用;
懒人包下载:
|