Is it possible to restrict a single forum to users who have a particular role i.e. a private forum for certain users?

Comments

degerrit’s picture

On my installation it looks like it's possible with the node_privacy_byrole module. I haven't tested it, though. You then allow users who have certain assigned roles to access the forum(s) based on their role.

Be sure to use Drupal 4.5.2 because I think there is a bug in 4.5.0-1 where forums with permissions set using this module show up in duplicate.

coloma’s picture

need to use taxonomy_access instead

Or organic groups might work, haven't tried it yet