Postponed
Project:
Vocabulary Permissions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2008 at 09:48 UTC
Updated:
6 Sep 2010 at 17:01 UTC
I could have posted to Views' queue, but figured better to start here.
I'm using VP to hide administrative vocabularies, and it works fine for native teaser and full node displays.
However if I create a View that lists terms, all of them show regardless of their VP status.
Any way this can be fixed, or in the meantime suggestions for a workaround?
Comments
Comment #1
jcisio commented5.x version won't be actively developed. Marking as 6.x-1.x for future consideration.
Comment #2
jcisio commentedYou can always do that without writing any code, by creating different views and each has "restricted" permission for different roles.
Of course native support is better. Views 3 is going out soon. I may consider after that.
Comment #3
jcisio commentedIt is more complicated than I was expected. It is not a typical filter based on SQL. It needs PHP to post process the returned list.
I'll take care of it next time :) However, http://drupal.org/project/viewsphpfilter is a good place to start with.