I've only read this module's description, but from what I understand, views 6.x-3.x and 7.x-3.x have this option inbuilt.
In the views "Query options"-settings it's possible to set "Disable SQL rewriting" ("Disabling SQL rewriting will disable node_access checks as well as other modules that implement hook_query_alter().") which afaik makes this module unneeded with the latest views version.
Comments
Comment #1
Pav-2 commentedSame issue here. Does anyone know what other approach or module helps achieve this? I would find it really useful
Comment #2
carl.ben commentedI've tried Viewfield and ViewReference, but they both keep all access checks in place. Wasn't there a similar module that did not?
Comment #3
bibo commentedI've only read this module's description, but from what I understand, views 6.x-3.x and 7.x-3.x have this option inbuilt.
In the views "Query options"-settings it's possible to set "Disable SQL rewriting" ("Disabling SQL rewriting will disable node_access checks as well as other modules that implement hook_query_alter().") which afaik makes this module unneeded with the latest views version.
Comment #4
yogaf commentedOh bibo, you saved the day :)
Thank you
Comment #5
kenorb commented