Drupal 7: Adding a private forum to an organic group
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.
Primari开发者_高级运维ly, the group has to have a private forum when which selected, will display a list of topics, but only to members of the group.
You can use Organic Group form Drupal 7 module for creating forum specific to group only.
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.
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.
精彩评论