node access

Events happening in the community are now at Drupal community events on www.drupal.org.

Permission to a Single Node

Posted by guerinteedmike on January 12, 2016 at 5:27pm

I have a request to allow access and notifications to be sent to a single piece of content - a private message for example. I am wondering if permissions can be set at the node level in OA.

Scenario - A project space contains a messaging section that is used for communication between internal team and clients. The messaging section will be set up to allow access via a team and notifications will go out to the whole team. Is it possible to configure a single message (discussion node) to only to be visible and send notifications to a single member of the team?

regards,
mikeg

Read more
7 comments Categories:

Control node access combined with field access

Posted by Anisorf on May 21, 2014 at 12:32pm

I'm straggling with a conflict for controlling permission access on node base and on field base.

Read more

Performance, Aggreation, Private download, Caching, Node acces... Need advice

Posted by leilyrken on September 26, 2010 at 10:38am

Hi all,

My Drupal website is running very slow and we just wake up to trying to optimize the performance. I read a lot of thing about performance and caching system before and my main reason to post here is that I'm a bit confuse so I need some advice to find the best way to increase the perfomance of my site.

Maybe my post will also help high perfomance beginner.

First my website is:
- around 130 modules enabled (50 custom modules + cck, views, ctools, panels + different front end and back en modules)

Read more

Cloning permissions from one node to another

Posted by oxford-dev on July 31, 2010 at 8:11pm

I have a gallery setup whereby a gallery is a node and a gallery can have many child image nodes.

So far so good.

However, I would like to configure the setup so that when a user sets the node access permissions for the gallery (using UserRElationships Node Access), that same permission is applied to all child nodes.

I was thinking that this could be achieved in triggered rules, eg after a gallery is updated and after an image is created.

However I cant find out how I:

a) get the permissions of a particular node

and

b) set the permissions of a node.

Read more
Categories: ,

Module to "feature" general content in OG groups

Posted by dnotes on October 29, 2009 at 7:16am

A way for OG group administrators / members to "feature" (in the real meaning of the word) some general content from other areas of the site, making it appear in group views with the content from that group. New table would be nid, gid, and timestamp when node was featured; the last field would be the one accessible to views.

Read more

What to do about node_access_rebuild()

Posted by agentrickard on January 3, 2008 at 8:22pm

So I am researching Taxonomy Access Control (TAC) and Domain Access (DA) integration (though this applies to Organic Groups (OG) and other modules as well). And here's the problem.

node_access_rebuild(), as far as I can tell, is only designed to work with a single access control system.

Read more
5 comments Categories:

Node Access Manager

Posted by agentrickard on December 10, 2007 at 12:34am

In the last week, I've helped two people deal with {node_access} table issues. http://drupal.org/node/197878 is fairly typical of this sort of problem.

Node Access is spooky stuff for most people, and there is generally no way to fix Node Access issues -- or bulk reset NA rules -- without writing SQL.

Read more
2 comments Categories:

Least permissions and node_access

Posted by agentrickard on November 13, 2007 at 3:24pm

OK, so I'm working on integrating Domain Access with OG.

Problem is, the current node_access system uses OR based permissions. What I really need is the option to set AND based permissions. For example:

-- Current node_access rules

return TRUE IF (og == TRUE) OR (Domain Access == TRUE);

-- Desired rules

return TRUE IF (og == TRUE) AND (Domain Access == TRUE);

See http://drupal.org/node/191375 for a full discussion and some possible options.

Read more
3 comments Categories:
Subscribe with RSS Syndicate content

AltStyle によって変換されたページ (->オリジナル) /