"User permissions" refers to the permissions defined by modules to allow users to do specific actions defined from modules. It is different from "file permissions," which are the access permissions users have for files in a file system.

learn more… | top users | synonyms

0
votes
1answer
28 views

how to show a panel node only to authenticated users?

i am using panel nodes to display profile pages such as my profile page on facebook . i have created a menu link for it . When i logout my profile link still shows. I want that only the logged in user ...
0
votes
2answers
31 views

$user->uid is false even when logged in

I have this code: global $user; if (!$user->uid) { drupal_set_message("You must log in to view this content."); drupal_goto('node/153', array('query'=>drupal_get_destination())); } ...
0
votes
0answers
17 views

Create, edit and delete own permissions are not working on content type for different users (Drupal 7)

I want to set create own, edit own and delete own permission over content type to personalize it. In content type I have link field, with the help of that I can add link url and title which comes up ...
0
votes
0answers
23 views

Role Hierarchy and Management of Assigned Users

I need to set up a role hierarchy like this: Super Admin - Full permissions, can manage all users and content Regional Manager - can manage only his/her own Store Managers; cannot manage another ...
0
votes
0answers
21 views

Only admin can see products page for Drupal Commerce

I created a subscription product with Drupal Commerce and commerce_sp modules. I then created a view to display the product subscription I want and as Administrator I can see the product on the ...
0
votes
0answers
27 views

How to give users access to their node stats

What is the best approach/module to give each user statistics about nodes they own ?
0
votes
1answer
33 views

how to put permission to only paid users can print something in my drupal site

Guys i have a drupal site which i plan on putting a print pdf function to its contents. How do i manage this so that only paid users can print the pdf?
1
vote
2answers
62 views

Password protection for section of a drupal website

I am planning out a Drupal website, and it will have a password protected section. All users will need a username and password to access content, but client wants to issue passwords by company ...
0
votes
0answers
26 views

Custom role: adding a new node results page not directing properly

Current roles I have: ...., authenticated user, student, staff, admin, ... I create a new content type and only staff & site admin (i.e. I only check permission for staff & site admin. Other ...
0
votes
1answer
56 views

Finding out what file was called immediately before error

I'm getting the following errors in dblog whenever I look at a page: Notice: Undefined offset: 0 in _menu_check_access() (line 635 of /home/mysite/public_html/includes/menu.inc). Notice: Undefined ...
0
votes
0answers
18 views

How can I build a menu with administration permissions?

I want to build a navigation with different primary links on Drupal 7. At the second level different administrators should be able to add or edit nodes - but only in their own section. - area 1 - ...
1
vote
4answers
65 views

How to assign block access programmatically?

I have created a block programmatically but I don't know how one goes about assigning role access to it programmatically. Any ideas how this is done? I am using Drupal 7 by the way. Thanks.
0
votes
3answers
72 views

Let anonymous view dpm()

I need to debug a D7 site from the anonymous user. What settings need to be changed to allow anonymous to view dsm(), dpm(), krumo(), etc. commands? Note: I have already enabled Access developer ...
0
votes
2answers
23 views

How to stop infinite loop on hook_node_grants

I am using hook_node_grants to provide access to a realm based on whether someone is an 'owner' of a node. The issue is that menu_get_object() may call hook_node_grants recursively. function ...
1
vote
2answers
55 views

Programmatically Filter Node Access beyond permissions, views, etc

Short Version: What would you say is the best way to filter how nodes appear (in a binary sense: published vs. hidden) to users based off of a dynamic value? This solution is beyond the scope of ...

1 2 3 4 5 30
15 30 50 per page