Until recently, my Drupal forum has been small enough that I can handle all the administration myself

But now I would like to assign others a special role to do the following:

  • Move forum posts
  • Ban users
  • Delete forum posts and comments

What's the best way to go about this? What additional module(s) will I need?

Comments

vm’s picture

create a new role.
supply the role with the admin permissions you want to give them.
add the users you want to have these permissons to the role.

MrEricSir’s picture

Is there a way to allow a forum mod to administer comments ONLY on the forums, and not on the rest of the site?

vm’s picture

you will have to look into one of the access control modules. taxonomy access I believe.