bbPress Plugin Browser »

Leaderboard (0.0.3)

Download

Version: 0.0.3

Last Updated: 2009-7-18

Requires bbPress Version: 0.9 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3)

Your Rating

Author: _ck_

Shows the most active users across bbPress and WordPress within different time periods. Features a template system so you can customize how the output looks.

Optional caching system to handle very active websites. Uses Post Count Plus data if available to accelerate queries.

Demo: http://bbshowcase.org/forums/view/leaderboard http://boards.weddingbee.com/view/leaderboard


  1. There is a conceptual problem with caching in versions up to and including 0.0.3 which might affect very active forums. It will still work, just some results may seem out of sync when there is pagination on the view. I plan to rewrite the way caching is done soon to address this problem.

    Optionally you can just limit the list to say the top 50 and only do 50 per page and then there won't be pagination, or even just turn the cache off but that's definitely not recommended for large forums.

    Posted: 2 years ago #
  2. Very nice, _ck_!

    Posted: 2 years ago #
  3. faen

    Member

    Is Leaderboard compatible with bbPress 1.1 ?

    Posted: 2 years ago #
  4. It might be. I haven't tested it yet but in theory yes.
    If it's not, keep in mind it won't be supported until December.

    Posted: 2 years ago #
  5. faen

    Member

    Thanks for quick answer _ck_. I'll try this with 1.1 now. Will give a small update on how it works soon. :)

    Update: - Seems to work fine, I just need to get some more users in the test-installation I'm running now. All I get right now is "Sorry, there are no users for this selection, please try another." and "Sorry, there are no users yet." Doesn't this plugin count Key Master's activity?

    Posted: 2 years ago #
  6. I just downloaded and activated this plugin.
    I'm using bbpress 1.0.1.

    What I noticed is that the number of topics created is not accurate. It shows that most of the members have zero topics created. My forum is almost 4 years old and I migrated it from SMF. Maybe that's causing a problem.

    How can I make it show the accurate number of topics?

    Also how do I get rid of the comments table in it? My forum is not integrated with WordPress.

    Thanks.

    Posted: 2 years ago #
  7. You probably never set post_position in the post database table?
    It determines topics created based on post_position 1.
    I assume the number of replies is correct, so that's probably it.

    The comments column can be edited out of the sub-templates.

    Posted: 2 years ago #
  8. All I'm seeing is "Sorry, there are no users for this selection, please try another." Using 1.0.1, you can see the page here : http://www.myconfinedspace.com/forum/view.php?view=leaderboard

    Posted: 2 years ago #
  9. hatter

    Member

    We are running this with bbPress 1.0.2 and so far it seems to be working correctly ( I know you said before that you aren't fixing your plugins til at least December), but I just wanted you to know that the ordering for user's posts is incorrect. In the query generated, it orders by total_count for the user, but it only displays the number of "valid" (post_count) posts for the users. So, if a user has posted and a mod deletes a couple of the posts for the user, it may display the order of top posters incorrectly. We are currently seeing one user with 1278 posts appearing above a user with 1280 posts since the user with 1278 has actually posted more, but had a couple of posts removed by mods. Changing the line:

    $restrict=" ORDER BY total_count DESC,ID ASC LIMIT $toffset,$limit";

    to

    $restrict=" ORDER BY post_count DESC,ID ASC LIMIT $toffset,$limit";

    has corrected the ordering issue. Just wanted to let you know.

    Posted: 2 years ago #
  10. Anyone else having an issue with Leaderboard where whenever they select a "View most active contributors:" (Of All-Time, From The Past Month, From The Past Week, From Today) they get redirected to the front page?

    I am stumped as to what to do.

    Posted: 2 years ago #
  11. I am having this problem too, as seen here:

    http://oxhorn.com/forum/view.php?view=leaderboard

    I'll post about it on the main forums to see what _ck_ says.

    Posted: 1 year ago #
  12. Sorry there is a old version of the view.php template on the SVN that I can't fix directly right now.

    Edit the view.php and find the /ul and /form

    Then add this line in the middle like this: http://pastebin.com/raw.php?i=XbSxR6VQ

    Posted: 1 year ago #
  13. Brilliant! Worked like a charm. Thanks _ck_!

    Posted: 1 year ago #
  14. As far as I can tell the numbers don't make much sense... "posts" is some insanely low number like 0 for people who have posted "topics" almost at 1000. Total is the addition of the two...

    Posted: 1 year ago #
  15. ruliz

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Thanks for plugin _ck_ :)

    Is it possible to hide admin username or other... ?

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.