bbPress Plugin Browser »

Leaderboard (0.0.3)

  • Add the entire leaderboard/ directory to bbPress' my-plugins/ directory.

  • Edit the settings at the top of leaderboard.php as desired.

  • Optionally create caching directory if desired and chmod 777. It should be located above your "web root" if posible for added security.

  • Activate and check your list of views for the new leaderboard view.

  • Optionally edit your bbpress theme and add

Where "1" is the number of days to include in the results and "sidebar" is the name of the leaderboard template to use.

  • You can create other templates as desired, simply copy the styles and methods found in "sidebar.php" and "view.php" to achieve the desired results.

  • You can use most any bbPress function inside the leaderboard template to display other user data.

  • If you have additonal bbPress or WordPress installations that are all tied to the same user table, you can include the other table names in the configuration, then the posts and comments will be included, there is no limit. It is recommended to suppliment with the Post Count Plus plugin which creates a higher performance index.