MyBB Support

Stats

Submitted by linkzy, , Thread ID: 1269

Thread Closed
linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
12-02-2015, 11:57 PM
#1
hello i wanna make my stats looks something liek this

[Image: qBPdexU.png]


normally its like this

[Image: 5f9WJKh.png]


Codes -

index_stats


PHP Code:
</td>
<
tr>
<
td class="trow1"><span class="smalltext">
<
div class="statsp"><p>{$stats['numposts']} - Posts</p></div>
<
div class="statsp"><p>{$stats['numthreads']}Threads</p></div>
<
div class="statsp"><p>{$stats['numusers']}Users</p></div>
<
div class="statsp"><p><a href="#">{$newestmember}</a>Newest User</p></div>
<
div class="statsp"><p>{$recordcount}Most Online</p></div>

</
span>

</
tr


css


Code:
.statsp{
background:#313131;border-radius:3px;font-family:'Roboto';font-size:16px;padding:6px 10px;overflow:hidden;float:right;margin:0 7px;
}


thx
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Stats

A
User Icon
\(_o)/
Level:
0
Reputation:
206
Posts:
5.52K
Likes:
1.24K
Credits:
50.7K
13-02-2015, 12:30 AM
#2
I can't see any differenece

RE: Stats

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
13-02-2015, 01:42 AM
#3
He want it aligned to the left I guess.

Try to change

Code:
.statsp{
background:#313131;border-radius:3px;font-family:'Roboto';font-size:16px;padding:6px 10px;overflow:hidden;float:right;margin:0 7px;
}

To

Code:
.statsp{
background:#313131;border-radius:3px;font-family:'Roboto';font-size:16px;padding:6px 10px;overflow:hidden;float:left;margin:0 7px;
}

RE: Stats

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
OP
15-02-2015, 12:02 PM
#4
Again my post is deleted leave it ill do it myself :@
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 1 Guest(s)