Viewing 1 replies (of 1 total)
  • Plugin Author Bainternet

    (@bainternet)

    right from the FAQ’s

    <?php $baur_plugin = new baur_Plugin();
    $top_users = $baur_plugin->get_top_users($number);
    foreach($top_users as $u){
        $user_info = get_userdata($u['user_id']);
        echo "User: ".$user_info->user_login. " Points: " . $u['points]. " Title: ". $u['title']. "<br/>";
    }?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Bainternet User Ranks] Top users’ is closed to new replies.