Closed (won't fix)
Project:
Restrict Content
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
3 Sep 2010 at 22:54 UTC
Updated:
17 Feb 2016 at 21:29 UTC
Jump to comment: Most recent
Hello,
nice module, suits my clients' needs almost perfectly. Only thing that we're missing is views support! Restricted content is still showing in views. I noticed there's something being done with the body field in views? Why's this?
Comments
Comment #1
afox commentedI started to work on this by myself. So far, I have all the pieces, but for some reason it doesn't work. If someone more experienced with views could lend a hand. So far I have (along with hook_views_api() in restrict_content.module):
restrict_content.views.inc
restrict_content_views_handler_filter_byrole.inc
Nothing is displayed in the views filters which is confusing. Shouldn't there be at least something if hook_views_data() is correct? I checked and compared mine with other modules and it should be ok. Clear all caches, including views cache while trying.
Comment #2
bobooon commentedProject has been discontinued in favor of https://www.drupal.org/project/content_access.