5 Mar
2007
5 Mar
'07
8:19 p.m.
You can see how I tackled this by downloading the devel module (and more importantly, the devel_node_access module which comes with it). Then apply this patch: http://drupal.org/node/91846 The approach I took is expensive. I load each user and then test node access. So it's intended strictly for development and testing. Not a feature you'd enable on a live site, if you want it to perform. -Dave On Monday 05 March 2007 07:54, Alan Dixon wrote:
I'm looking for a way to determine if an arbitrary user (i.e, not the global or current user) has access to a node.