打开discuz模板,找到:
- <div class="itemtitle s_clear">
- <p class="right forumcount">
- {lang index_today}: <em>$todayposts</em>, {lang index_yesterday}: <em>$postdata[0]</em>, {lang index_members}: <em>$totalmembers</em>
- </p>[/mw_shl_code]
- 修改为:
- [mw_shl_code=css,true]<!--- 首頁(今日昨日會員)多樣化數據star --->
- <div class="itemtitle s_clear">
- <p class="right forumcount"><span class="headactions">
- <em><font color=red>$onlinenum</font></em>{lang onlines}
- ■
- {lang index_today}<em><font color=red>$todayposts</font></em>帖
- ■
- {lang index_yesterday}<em><font color=red>$postdata[0]</font></em>帖
- ■
- {lang index_maxday}<em><font color=red>$postdata[1]</font></em>帖
- ■
- {lang index_threads}<em><font color=red>$threads</font></em>篇
- ■
- {lang index_posts}<em><font color=red>$posts</font></em>帖
- ■
- 會員<em><font color=red>$totalmembers</font></em>人
- ■
- 新會員:<a href="space.php?username=$memberenc"><font color=red>$lastmember</font></a></span>
- </p>
- <!--- 首頁(今日昨日會員)多樣化數據end --->
复制代码
文章来源:oocn.258club.com |