User profiles are used to store and display information about individual users.
0
votes
1answer
13 views
restrict profile field to module and admin in drupal 6
I am using profile for storing some more information for users. but I want one field of profile be only editable by administrator and my own module code and viewable by own user and administrator.
I ...
0
votes
1answer
33 views
Getting the logged in username and email in a view
Im trying to get the logged in users username and email adress to display in a view is that possible?
-3
votes
0answers
15 views
Views user profile and slideshows [closed]
I am trying something using views, slideshows and user profile. I have a field called images so naturally it contains images the user has decided to upload into his/her profile. Now I want to include ...
0
votes
1answer
51 views
need to show user firstname and lastname in search result page
I'm very new in drupal, and I have a custom user module where I need to show the user's first name and last name in the search result page. I used some of my code which is throwing a fatal error.
...
1
vote
1answer
123 views
+50
Default user relationships with the site admin
I am using the User Relationships module for my Drupal7 site. I have created a one way relationship with reciprocal by the name "Follower". So if User A can be followed by User B. Also, User A can ...
0
votes
3answers
28 views
create public profile page for specific roles only
Here is what I am trying to do.
I used profile2 to create an employee profile type that only users with the user role of employee could fill out.
What I want to do with views ( which I am not even ...
1
vote
0answers
11 views
Is it possible to attach a specific user profile to an organic group?
I want to have 2 seperate user profiles. One profile with a user picture and one without a user picture.
These user profiles shall be attached to a specific organic group.
I also need extra ...
1
vote
1answer
29 views
Adding comments to user profiles
I would like users on my site to write "feedback" of other users.
My thought is to have a content type called Feedback, and create a view of it, to preview at the foot of the user page. I can also ...
0
votes
0answers
20 views
Add user link to author contact form
I am using the Author Contact module on Drupal 7 to add a contact form on the bottom of an advert page which allows logged in users to apply for this advert and would like to add a link in the contact ...
0
votes
2answers
28 views
Option for User to edit their own Profile
Is it possible for the user to be able to edit their own profile without going through the Drupal administration panel? I have a /user page with views that output the needed fields. Ideally I would ...
4
votes
2answers
79 views
how to display Variables in User account page
In the node template, I used to put the following code to find the variables:
<?php print_r($node) ;?>
What if this is a user account page (e.g. /user/1), what "$object" should I print to see ...
0
votes
1answer
35 views
form submit function never gets called.
My drupal form submit function is not called. validation function is called. Form name is Mymodule_user_profile_form($form, &$form_state), validation function name is ...
2
votes
2answers
49 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 ...
1
vote
2answers
28 views
Remove link to user profile on content
How do I remove the link to a user's profile on article content? The element is part of the article header and its classname is ".username". I am new to Drupal but not to webdesign; I am just ...
2
votes
2answers
49 views
Updating user profile to update node
I currently have a user's profile set up with some extra fields and when that user obtains the role "paid user" an entity is created with a rule and a node that copies those extra fields in the ...