cosmin85
Active member
Hello,
How can i show in the postbit the rank , depending of messages number ?
Example :
100 messages - Member
200 messages - Good member ...etc
I have already add the ranks with this in extra.css :
But i want to showing also depending of messages number .
Thanks in advance.
How can i show in the postbit the rank , depending of messages number ?
Example :
100 messages - Member
200 messages - Good member ...etc
I have already add the ranks with this in extra.css :
Code:
.admin {
background: url("styles/ranks/administrator.png") no-repeat;
height: 50px;
width: 130px;
text-indent: -10000em;
display: block;
}
.mod {
background: url("styles/ranks/moderator.png") no-repeat;
height: 35px;
width: 145px;
text-indent: -10000em;
display: block;
}
.....etc
But i want to showing also depending of messages number .
Thanks in advance.