Closed (works as designed)
Project:
Forum Access
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 01:21 UTC
Updated:
25 Feb 2010 at 13:12 UTC
Hi,
I have many forums and while creating each of them I used the Access control feature to give viewing permission to a certain role which now I want to withhold. Is there a way to do that without having to go into each of the forums and un-tick the 'view this forum' checkbox?
If there is not such a feature, then how do I avoid this problem in the future?
thanks
Comments
Comment #1
salvisNo, there's no such feature. You are welcome to provide a design and/or implementation here.
Comment #2
bonobo commentedSounds like a good use for Views Bulk Operations: http://drupal.org/project/views_bulk_operations
Comment #3
salvisVBO works on nodes, not on forums.
Comment #4
salvisComment #5
finex commentedWell, forum posts are nodes, and forum containers are terms... Can views module handle both nodes and terms?
Comment #6
salvisViews can handle terms.
What we'd need to do is to change the forums and then tell core that permissions need rebuilding. This can involve hundreds or even thousands of nodes, and the code is already there.
I just don't see what a reasonable and safe user interface would look like...