Topics related to users, their user profiles, etc.

learn more… | top users | synonyms (1)

0
votes
1answer
25 views

drupal not recognising page--user--login.tpl.php file

drupal isn't recognising the page--user--login.tpl.php file. Tried clearing the cache. Still not working. I've never themed the user login page before. Any idea's? I am running Drupal 7 and I want ...
1
vote
2answers
25 views

How to allow users who have cancelled their accounts to re-activate / re-enable them?

If a user cancels their account on a Drupal 7 site, is there a way to allow them to re-activate their account without requiring administrator intervention? If a user has second thoughts and wants to ...
-1
votes
0answers
17 views

The current user instead of a field in a form

I have a content type "Research assignment" which has several fields including the field "field_user". I consider editing an object of the type "Research assignment" by any authenticated user. I ...
0
votes
1answer
22 views

Administrator verification for user role type

Is it possible to add admin verification for specific user roles. For instance, my site has three user roles, one of which would should get verified before gaining access to the content. I realise ...
1
vote
1answer
30 views

Drupal Users while developing: Methodology

I have recently been working on a Drupal project that due to time constraints had to be put up in a relatively infantile stage with the registration in place (using Profile2) and attempted log-ins ...
0
votes
1answer
32 views

How can I allow users to create private pages?

I want a way to create a way to allow only specific users to see a specific page. One page per user where one user can't see another's page.
0
votes
2answers
27 views

Adding more values to Drupal user status

Are there any modules available for adding more values to the standard Drupal user status? By default we have "Active/Blocked" values, but I would like to extend it with more values.
0
votes
1answer
31 views

How to show/hide login block on main page based on button in header?

I would like to ask the following: My sections are lets say header, main page and footer. I want to have a button in the header, and when it is pressed, another section comes up between header and ...
0
votes
1answer
7 views

how to set default_value for list_boolean field equal to 1, not 0?

I'm using this code to add a list_boolean field to my user entities on D7.20. The field is added, but the default value shows up as unchecked, whereas I've tried to be careful with 'default_value' ...
0
votes
1answer
21 views

Place output of a custom module in a specific region

I am using the following code in a custom module to get the title of the node form in the node creation form, i.e, if i add a new content of type BLOG then on top of that node_add_blog form i get a ...
2
votes
1answer
20 views

Can I search for a specific user on People adminstration page

I can filter by Role, Permission and status on the people page, is there an easy way to search for one specific user?
2
votes
2answers
43 views

When should I use user_load($user->uid)

when do we need to load user using user_load($user->uid) after global $user. Why do we need to load a user because we can access user data after declaring it global. I am adding a commerce customer ...
0
votes
1answer
24 views

How to add a field default to bulk user records [duplicate]

I've added a field to the user profile page, and set the default. I can see that when I create a new user, the default is set, however for existing users the field is empty. Is there a way to apply ...
0
votes
1answer
36 views

Content not unpublished

I am trying to unpublish some content by going to admin/content and then checking the chechbox for those content and then in update options i do a Unpublish selected content but then i get an error: ...
0
votes
1answer
21 views

how to edit the link user/%/edit?

i have a test user called "buyer". he has a profil with the tabs: view - edit - orders - files i set pathauto for user to: user/[user:name] when i look at the tab links the as followed: view: ...

1 2 3 4 5 46
15 30 50 per page