Search

bbPress Showcase » Plugins by _ck_

BB-reputations - top members?

RSS
  1. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    thanks ck for a great plugin. but i have a question

    is it possible to output a list of the members with highest reputation points?

    thanks

    Posted 2 years ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 908

    offline

    I answered that here:
    http://bbpress.org/plugins/topic/bb-reputation/page/2/#post-3710

    I also removed your post about me in the general forum, while I appreciate the thought, I'd rather not have that on there, thanks.

    Posted 2 years ago #
  3. massbase
    User has not uploaded an avatar

    member
    Joined: Jun '09
    Posts: 22

    offline

    it works fine, but can you make it so the username links to their website field on their profile. i know basic sql, but not enough to edit what you have. http://www.massbase.com - on the bottom right on the sidebar.. its all their. I got the rep points linking to their profiles fine, but i need to make the usernames link their websites.

    <?php
    global $bbdb;
    $results=$bbdb->get_results("SELECT user_login as name,meta_value as reputation FROM $bbdb->usermeta LEFT JOIN $bbdb->users ON ID=user_id WHERE meta_key='bb_reputation' ORDER BY CAST(meta_value as UNSIGNED) DESC LIMIT 10");
    foreach ($results as $result) {echo "$result->name(name'>$result->reputation) , ";}
    ?>

    thanks, sent this at the plugin page too

    Posted 2 years ago #

RSS feed for this topic

Post a reply to “BB-reputations - top members?”

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
41 users online from in the past 30 minutes. 16 bots 25 guests
3,512 views today 8,638 yesterday 16,043 peak. Most at once 47 today 60 yesterday 131 peak. Visited today: qamilon, pandoracam, lvgalliera
2,288 posts in 394 topics over 66 months by 430 of 2,165 members. Latest: qwe12345100, Janvelden, watchessaleus