bbPress

Simple, fast, elegant

bbPress Plugin Browser »

BB Moderation Hold (0.4.1)

Download

Version: 0.4.1

Other Versions

Last Updated: 2008-6-22

Requires bbPress Version: 1.0 alpha build 809 or higher

Compatible up to: 0.8.2.1

Author Homepage »

Plugin Homepage »

Average Rating

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

Your Rating

Author: Aditya Naik

This plugin will enable features to hold topics and posts for moderation. This will particularly be useful if the site has anonymous posting. The administrator can set preferences to hold either new topics or new posts or both. Administrator can also specify email addresses for each of them to be notified in case of new post or new topic moderation hold

The admin menu can accessed by keymaster from
Admin > Site Management > Moderation Options

The Topics and posts held for moderation will be listed in
Admin > # Content > Topics for Moderation &
Admin > # Content > Posts for Moderation

Tags: ,

  1. Hi, thanks for the plugin. But i want this moderation for the new users' only first posts. I mean, the member who has at least one approved message, he should be post freely then. (like in WordPress) Can i do that?

    Posted: 2 years ago #
  2. How do you download it?

    Posted: 2 years ago #
  3. When I press on option "site management":
    Fatal error: Call to undefined function bb_admin_add_submenu() in moderation.php on line 21
    this was tested on bbpress 0.8.1 .

    Any clue?

    Posted: 2 years ago #
  4. smoothzhuhai

    you will need to take the latest version of bbpress. the plugin only works with 1.0 alpha build 809 or higher and 0.8.1 is not lower than that.

    thanks

    Posted: 2 years ago #
  5. jeffrey232

    i hope you got the download link.. if not here it is

    http://bbpress.org/plugins/download/bb-moderation-hold.0.3.zip

    Posted: 2 years ago #
  6. karaboga

    not currently but its a good idea. i'll see what i can do.

    Posted: 2 years ago #
  7. matt123

    Inactive

    Would it be possible to modify this plugin to only hold posts by anonymous users?

    so10 I have set up anonymous posting using your tech. I really need to come up with a solution that will help limit the amount of spam. Any other suggestions?

    Posted: 2 years ago #
  8. griffithc

    Member

    I installed this with BB Press 0.9.0.2 and there were problems. The emails were not sent, and I couldn't moderate posts until after I added topics as admin. Unfortunately it didn't do what I needed it to do.

    Posted: 1 year ago #
  9. i have update the plugin to fix the email problems and for clears code

    Posted: 1 year ago #
  10. so1o,

    I currently get a "not found" notice on your plugin download link. Is your plugin still available, please?

    Posted: 1 year ago #
  11. Hi, Thanks for the great code.

    Two things:

    1. Email notification doesn't work at all. I don't even see code for it.
    2. When I approve a new topic, the "topic_last_poster_name" is set to blank. (I removed the code from line 439, and it works OK now.)

    FYI, I'm using v0.9.2 of bbPress and 0.4.1 of Moderation.

    Remove:
    topic_last_poster_name = '$uname',

    Posted: 1 year ago #
  12. I have just installed and tested this plugin and found:

    1. Email notifcation doesn't work
    2. A poster is not informed that his/her post is being moderated and will appear once approved - when they hit "post" their post does not appear and they receive no message to indicate why!

    I'm going to have to deactivate the plugin for now, out of fear of losing anyone who tries to post on the forum. It's a pity, because I think a Moderation Hold plugin that replicates the sort of automatic mod hold for new posters that comes as a default with WP is a great idea for bbPress.

    Posted: 1 year ago #
  13. this is supposed to work with 1.0 Alpha and it crashes when member is posting;

    however when key master is posting it works ok

    Posted: 1 year ago #
  14. aetorre

    Member

    We are considering using this plugin.
    Is there anybody working on this plugin? Will bugs described above be fixed?

    Thanks in advance.

    Posted: 9 months ago #
  15. timeanomaly

    Member

    when deleting posts

    bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bbma' at line 1]
    SELECT count(*) as count FROM WHERE status=0 AND user_id>0 AND size>0 AND post_id IN (SELECT post_id FROM bbmain_posts WHERE post_status=0 AND topic_id=2)

    Posted: 9 months ago #
  16. ktchn

    Member

    this plugin doesn't work with bbpress 1.0.2

    Posted: 5 months ago #
  17. Really looking for a working version of this. Any alternatives anyone's found?

    Posted: 4 months ago #
  18. krgrindley

    Member

    I am also having trouble with this using BB v. 1.0.2 - I get the options for this but none of it works )c:

    Posted: 1 month ago #
  19. Post moderation works in bb 1.0.2 but topic moderation does not appear to, the admin pages are not visible in the menus aswell.
    I'm not sure if other functionality works.

    To fix the admin menus replace lines lines 147, 148 and 149 with the following:

    bb_admin_add_submenu(__('Moderation Options'), 'moderate', 'bb_moderation_hold_admin_page', 'options-general.php');
    bb_admin_add_submenu(__('Topics for Moderation'), 'moderate', 'bb_moderation_hold_topic_admin_page', 'topics.php' );
    bb_admin_add_submenu(__('Posts for Moderation'), 'moderate', 'bb_moderation_hold_post_admin_page', 'posts.php' );

    Posted: 4 days ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.