By MrEricSir on
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
create a new role. supply
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.
Is there a way to allow a
Is there a way to allow a forum mod to administer comments ONLY on the forums, and not on the rest of the site?
you will have to look into
you will have to look into one of the access control modules. taxonomy access I believe.