bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Plugin: Forums Moderators

(16 posts)
  • Started 1 year ago by so1o
  • Latest reply from kannued
  • This topic is not a support question
  1. will enable features to give moderators forum specific privileges. This plugin will by disable all privileges for the moderator by default and will need to be given explicit privileges for each forum he needs access to.

    The admin menu can accessed by keymaster from Admin > User > Forum Moderators

    http://www.adityanaik.com/projects/plugins/bb-forum-moderators/

    Please leave your comments, bugs and feedback at this forum

    Posted 1 year ago #
  2. Oh sweet!! I'll have to check this one out then, probably after I get that Private Message plugin working.. lol! ;) :)

    spencerp

    Posted 1 year ago #
  3. A very nice plugin.

    I tried it out and everything worked perfectly, very nice!

    Posted 1 year ago #
  4. Very cool! Gonna try this!

    Posted 1 year ago #
  5. Can you expend this so only mods and admins can start new topics in a certain forum and members cant?

    Posted 1 year ago #
  6. Having some issues with this plugin. I'm able to access forum Users->Forum Moderators from my admin panel and can also update moderator privileges for specific users here. The updates seem to stick and appear correct on this page, however they do not seem to actually effect the user (moderators) themselves.

    When I log in as one of these moderators whom I've assigned to a specific forum, they are still able to moderator any forum I have created, whether they are assinged as a moderator to it or not, so basically they have global moderator privileges.

    Am I missing something?

    Posted 1 year ago #
  7. using 0.8

    Posted 1 year ago #
  8. FYI, I modified the plug-in slightly to prevent moderators from messing with other forums they are not assigned to by this plug-in in bbpress version 0.8.

    changed function forum_moderators_process_capacities in forum-moderators.php, added some additional filters:


    $filtering_caps = array(
    'manage_topics' ,
    'edit_closed' ,
    'edit_deleted' ,
    'browse_deleted' ,
    'edit_others_tags' ,
    'edit_others_topics' ,
    'manage_posts' ,
    'ignore_edit_lock' ,
    'edit_others_posts',
    'delete_posts',
    'delete_topics',
    'close_topics',
    'stick_topics',
    'move_topics',
    'moderate'
    );

    added filters:

    delete_topics',
    'close_topics',
    'stick_topics',
    'move_topics',
    'moderate

    don't know exactly what I'm doing but that hacked seemed to do what I want.

    Posted 1 year ago #
  9. hey GiantsFan

    you've done the right thing. the forum moderators plugin is missing the capabilities which were added as part of release 0.8.

    Go Giants!

    Posted 1 year ago #
  10. How do i set this to where everyone can read the section but the admin is the only one who can mess with it? I dont want the moderators to have access to moderate it.

    Posted 11 months ago #
  11. if you dont assign a moderator to a forum then only key master can moderate the forum..

    Posted 11 months ago #
  12. Well i have a moderator set for one forum called general. I have another forum called announcements and news and she can delete stuff out of that section. I just downloaded this mod so im assuming this is the newest version. Do the moderators have full forum mod rights?

    Posted 11 months ago #
  13. if you set the moderator for the general forum she will not have access to moderate the Annoucement forum.

    Posted 11 months ago #
  14. kannued
    Member

    I added GiantFan's additional filters, but my "tester" can still post to all forums. Using 8.2.1

    Posted 10 months ago #
  15. hey kannued..

    the plugin is for moderators restriction.. it will not prevent any one from posting..

    Posted 9 months ago #
  16. kannued
    Member

    Is there anything that will restrict posting in a forum to only certain people?

    Posted 9 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.