bbPress

Simple, fast, elegant

bbPress Plugin Browser »

bbPress Moderation Suite (0.1-rc1)

Download

Version: 0.1-rc1

Other Versions

Last Updated: 2009-12-9

Requires bbPress Version: 1.0 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Nightgunner5

bbPress Moderation Suite is a set of tools to help moderate your forums. There are multiple parts, each able to function separately from the others. You can activate or deactivate each part separately. It even includes an uninstaller so if you don't want to use a part anymore, you can remove all of its database usage!

Remember to tell me (either on my blog or on this plugin page) if you find anything that isn't working at "100% awesome".

Report

Report allows users on your forum to report posts to the moderators on your forum. Believe me, if your moderators go on your forums regularly, they'll see the reports very quickly.

Ban Plus

Ban Plus allows temporary bans with notes on why the ban occurred. There are safety features to prevent Moderators from banning Keymasters.

The "you've been banned" page can be customized.

Warning

Allows moderators to warn users about rule breaking.

Mod Log

Keeps track of important moderator actions.

It logs the following actions:

  • Plugins
    • Activation
    • Deactivation
  • Forums
    • Deletion
  • Users
    • Bozo (on, off)
    • Deletion
    • Banning (via Ban Plus)
  • Posts
    • Status change (delete, spam, undelete, unspam)
    • Editing (by other users)

There is a plugin API to allow more logged actions to be added.


  1. Fatal error: Call to undefined function bb_get_uri() in /***/public_html/forum/my-plugins/bbpress-moderation-suite/core.php on line 108

    Posted: 1 year ago #
  2. Oh, it must be 1.0-only then.

    Posted: 1 year ago #
  3. oh yes, must really learn to read: "Requires bbPress Version" :)

    Posted: 1 year ago #
  4. Don't worry, I added that after you posted. ;)

    Posted: 1 year ago #
  5. Mate, when this thing it finished, it's going to be very, VERY good ...

    Posted: 1 year ago #
  6. Fatal error: Call to undefined function add_action() in ~/my-plugins/bbpress-moderation-suite/report.php on line 38

    Why that then? 1.06a

    Posted: 1 year ago #
  7. theflyingtomato

    Member

    I am having the same problem with this plugin (Fatal error: Call to undefined function bb_get_uri() in /***/public_html/forum/my-plugins/bbpress-moderation-suite/core.php on line 108). Is there any way to fix this?

    Posted: 1 year ago #
  8. You don't have the required version of bbPress.

    Posted: 1 year ago #
  9. that report message for mods is... not goot. Out of design, obstrusive and looks unprofessional. I would like the message at the Top next to "Welcome Name, Admin - Logout - View Reports (x)"

    like this. If there are reports the font of "view reports" can be red or something like this. Or a little popup that reminds you also that there are reports.

    just some ideas

    Posted: 1 year ago #
  10. I have it set to make the message as noticeable as possible. However, since the message can look bad on some themes, I'll make an option to have it in the header.

    Posted: 10 months ago #
  11. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    This is a great plugin - I'm really enjoying using it!

    A minor note: when I closed a topic, the moderation log looked like this (I'm genericizing the username and topic title):

    Username (key) closed topic \"Topic Title Here\"

    It's not a big deal, but the title had some extra slashes around it... just thought I'd share.

    Thanks again for this plugin!!

    Posted: 10 months ago #
  12. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    A few extra features for the moderation log would make it even better:

    * Pagination: I noticed the moderation log only shows the last 60 logged actions... is it possible to let moderators browse through old logged actions?
    * Filtering: It's be great to be able to filter the log, and see only entries that have been spammed... or unspammed... or deleted... or undeleted... etc. Maybe something similar to how the Mass Edit filter works, with a status pulldown? http://bbpress.org/plugins/topic/mass-edit/
    * Collapsing - This one may be too hard... but when typically when a user hits the spam filter, they submit the same comment over and over. Then when I delete the comments, they flood the moderation log. Would it be possible to combine them together into a single entry in the mod log? That might overly complicate things like pagination or filtering though...

    Just some thoughts... thanks again for this. :-)

    Posted: 10 months ago #
    • Pagination: I actually had the code in there, but I was missing one word - echo. The fixed version will be in the repository soon.
    • Filtering: I just programmed this and it will be in the repository soon.
    • Collapsing: Same story as filtering.
    Posted: 10 months ago #
  13. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Thanks for your incredible responsiveness!

    I've noticed that the ?view=all is only added when a posted is deleted. But when a post's status is changed to spam (or from "spam to deleted")... there's no "?view=all" and so the link doesn't work.

    Posted: 10 months ago #
  14. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Ah one more: I'm guessing if I moved a post from deleted to spam, it would also have a similar issue.

    Posted: 10 months ago #
  15. johnhiler: Thanks. I've added ?view=all to all of the topic and post deletion status changes, including undelete, so the links will work with posts that were undeleted and then deleted.

    Posted: 10 months ago #
  16. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Hey Nightgunner5! I upgraded to the latest dev version, and got this message at the top of the page:

    bbPress database error: [Unknown column 'log_type' in 'field list']
    SELECT DISTINCT log_type FROM class_bbmodsuite_modlog

    There's also a pulldown on the far right that says "Show All", but has no other options in the pulldown... maybe that's related to the above error?

    Posted: 10 months ago #
  17. johnhiler

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Ah also - when I deleted a comment on the bbPress that I installed this on, I got the following error message (verbatim, except I changed the username and topic name):

    bbPress database error: [Unknown column 'log_type' in 'field list']
    INSERT INTO class_bbmodsuite_modlog (log_user,log_level,log_time,log_content,log_type) VALUES ('18','key','1241820002','deleted Username\'s post on the topic \"Topic Name\".','post_delete')

    Posted: 10 months ago #
  18. johnhiler: Uninstall and reinstall Mod Log using the bbPress Moderation Suite plugin manager.

    Posted: 10 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.