Reputation: 497
I'm wondering what is the best way to do the following.
I have a private group, and on the group's home page, I want a submenu of pages which belong to the group.
Primarily, the group has to have a private forum when which selected, will display a list of topics, but only to members of the group.
Upvotes: 1
Views: 3457
Reputation: 138
You can use Organic Group form Drupal 7 module for creating forum specific to group only.
Upvotes: 1
Reputation: 1
I used the Forum Access module to do this. Although, I guess, if you had multiple forums you would have to setup more roles based on the OG they belonged to.
Upvotes: 0
Reputation: 5211
I don't know much about Organic Groups, but if you want a forum, perhaps take a look at Advanced Forum and Forum Access (permissions). Otherwise, you might be able to accomplish a similar feature simply with Views.
Upvotes: 0