I don't like the leveling system, I changed it so its also done by a logarithm on my forum too. I just can't get the administrator stats to work.
I tried
Code:
if ($bbuserinfo[usergroupid] = 6) {
$level = 100
$hp = 1000
$mp = 1000
$exp = 1000
}
else
{
.
.
.
}
It looks to me like it should work, but where should I put it?
to put the post count back in, put this in the postbit template
Code:
Posts: $post[posts]<br>