Thank you, Knoman ... lovely hack!
Afterlab ... i found a way to get it into the members profile. See how i did it in the member.php:
PHP Code:
$userinfo[avatarurl]=getavatarurl($userinfo[userid]);
if ($userinfo[avatarurl]=="") {
$userinfo[avatarurl]="images/clear.gif";
}
// start levelhack
$level = pow (log10 ($userinfo[posts]), 3);
But it also needs a little finetuning ... e.g. change variable-names like
in
PHP Code:
$userinfo[posts]
and so on.
Maybe this helps you. If not and you encounter problems feel free to ask. But the hardest thing (for me) was to find the right place in member.php ... the finetuning isn't hard.
Nice hack, Knoman, did i mention it? Thank you!