Hello There, Guest! Login Register
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mini Stats
#10
Most of this still applies to mybb 1.8 for those that are curious. The new ThemeFreak theme will be using this type of mini stat look.


We are using the following HTML

Code:
<div style="text-align: center;">
<span class="statround">{$stats['numposts']}</span> Total Posts
<span class="statround">{$stats['numusers']}</span> Total Members
<span class="statround">$newestmember</span> Newest Member
<span title="{$recorddate}, {$recordtime}"><span class="statround">{$mostonline['numusers']}</span> Most Online</span>
</div>
<br />

With this CSS (in the global.css)

Code:
.statround {
    background: #98c22a;
    color: #ffffff;
    padding: 4px 10px;
    margin-left: 20px;
    border-radius: 4px;
}

.statround a:link,
.statround a:visited {
    color: #ffffff;
}

.statround a:hover,
.statround a:active {
    color: #444444;
}
Reply


Messages In This Thread
Mini Stats - Jon - 18th Mar, 06:23 am
RE: Mini Stats - avril-more - 4th Apr, 09:59 pm
RE: Mini Stats - MrKarpiuk - 26th May, 01:31 pm
RE: Mini Stats - Xige Time - 24th Jun, 03:25 pm
RE: Mini Stats - BadgeR - 26th Sep, 05:28 pm
RE: Mini Stats - Tan - 26th Sep, 05:56 pm
RE: Mini Stats - mcloud - 12th Nov, 02:30 am
RE: Mini Stats - Illyaine - 3rd Oct, 06:35 pm
RE: Mini Stats - MrKarpiuk - 17th Oct, 12:17 pm
RE: Mini Stats - Tan - 22nd Jan, 11:06 pm



Users browsing this thread: 1 Guest(s)