标题: 首頁(今日昨日會員)多樣化數據 [打印本页]

作者: QMS    时间: 2023-7-6 12:28
标题: 首頁(今日昨日會員)多樣化數據

打开discuz模板,找到:

[CSS] 纯文本查看 复制代码
<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>


修改为:

[CSS] 纯文本查看 复制代码
<!--- 首頁(今日昨日會員)多樣化數據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 --->




[colorT]文章来源:oocn.258club.com[/colorT]




欢迎光临 (https://www.qms23.com/) Powered by Discuz! X3.5