Closed (won't fix)
Project:
Panels
Version:
6.x-3.2
Component:
Views panes
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2009 at 21:33 UTC
Updated:
15 Nov 2009 at 03:25 UTC
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
Comment #1
michelleWhat 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
Comment #2
merlinofchaos commentedDrupal 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.
Comment #3
RWWood commentedThanks 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.