I have a front page comprised of several panes, one of which lists recent forum posts on the site. The problem I have is that it lists all forums, even those that should be for group members only (forums created for group usage).

How do I set permissions for a pane to only display material appropriate for the user's credentials?

Thanks.

Comments

michelle’s picture

What is creating the list? A view? If so, you'd have to filter the view itself. If you're setting up forums for groups, I'm assuming that's the OG Forums module? If so, that issue queue might get you better luck as to what information it provides to views that you could use to filter by.

Michelle

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Drupal core does not contain any kind of permissions for forums, so core Views doesn't support it. Whatever module is providing that permission control is going to have to be responsible for helping you set filters in your Views.

RWWood’s picture

Thanks to both of you for the direction. Yes, I'm using views and the OG Forum module to create the lists for the panes. I'll post my question to that issue queue to see what I can figure out.

Thanks again.