Forum-esque Post Count User Ranks (Without Buddypress)

I know i have something like that and I’ll post it as soon as i get home.

Update

Bit late I know , but since i jumped a head and said i have something like that, and i just couldn’t find it i wrote something from scratch.

Bainternet User Ranks

enter image description here

After you install and activate, configre it a bit and you can use it like this:

<?php $baur_plugin = new baur_Plugin();
$user_rank = $baur_plugin->ba_get_user_points($user_id,true);
echo "title: ". $user_rank['title'] . "Points: " . $user_rank['points'];?>

Enjoy!

Leave a Comment