到你目前在使用的模板中寻找discuz.htm
找到这一段代码:
复制代码 代码如下:
<tdwidth="$cat[forumcolwidth]"class="altbg2"onMouseOver="this.className='altbg1'"onMouseOut="this.className='altbg2'">
<ahref="forumdisplay.php?fid=$forum[fid]"><spanclass="bold">$forum[name]</span></a><br>
<spanclass="smalltxt"><divstyle="float:left;width:33%;padding-top:6px;">{langforum_threads}:$forum[threads]</div><divstyle="float:left;width:33%;padding-top:6px;">{langforum_posts}:$forum[posts]</div><divstyle="float:left;width:33%;padding-top:6px;">{langforum_todayposts}:$forum[todayposts]</div></span>
</td>
修改为:
复制代码 代码如下:
<tdclass="altbg1">$forum[folder]</td>
<tdwidth="$cat[forumcolwidth]"onMouseOver="this.className='altbg1'"onMouseOut="this.className='altbg2'">
$forum[icon]<ahref="forumdisplay.php?fid=$forum[fid]"><spanclass="bold">$forum[name]</span></a><br>
<spanclass="smalltxt">$forum[description]</span><br>
<>
{langprivate_forum}
<>
<>
<ahref="redirect.php?tid=$forum[lastpost][tid]&goto=lastpost#lastpost"title="$forum[lastpost][dateline]">
{langforum_lastpost_in}:{$forum[lastpost][subject]}</a>
{langforum_lastpost_by}<>$forum['lastpost']['author']<>{langanonymous}<>
<>
{langnever}
<>
<></td>