User profiles are used to store and display information about individual users.

learn more… | top users | synonyms (2)

0
votes
0answers
12 views

Trying to Access User Profile Notice: Undefined index: #attributes in theme_container() (line 3252 of /home8/site/public_html/includes/form.inc)

This is the full error Notice: Undefined index: #attributes in theme_container() (line 3252 of /home8/site/public_html/includes/form.inc). Recoverable fatal error: Argument 1 passed to ...
1
vote
1answer
18 views

Adding a dependencies in theme info file

Can I use dependencies[] = module name in the theme.info file? I want to create a drupal theme where I using some dependencies module, if I able to mention the dependencies in theme info it will easy ...
-1
votes
1answer
29 views

user creation using spreadsheet/excel file

Could anyone tell me if there is any module which creates new users by reading a spreadsheet/excel file? I have added few more fields to the user registration form, and that might make this a bit ...
0
votes
0answers
25 views

why some block alway in sidebar first?

when login and go to mysite.com/user, it have some custom block in sidebar first region, but I cant remove them in this region, why? bookcome.module implement hook_block_view code: function ...
2
votes
1answer
20 views

how could I access users profile using settings parameter in drupal behaviours?

I have a behavior as follows: Drupal.behaviors.mymodule = { attach: function(context, settings){ jQuery("#edit-user-address",context).change(function(){ console.log(" user id and other ...
1
vote
1answer
20 views

Creating “view” of “user blogs” specific to a user

On a user "my account" page, I want to create a view block which lists the blogs created by that user only. Is there a way to accomplish this ?
0
votes
0answers
12 views

Restrict Profile2 Profile Type on Role

I would like to do a few things: Limit the profile type a user has based on their role. When/if they change roles, their profile type would change and any fields that were the same are brought ...
0
votes
2answers
20 views

User picture not showing, after moving from localhost to prodution

I have moved my site from localhost to the web hosting, and in the web hosting, the user picture have been lost and the users cannot upload new photos. But in the localhost everything was working ...
0
votes
1answer
14 views

joining profile types using views module

According to this thread, click here, I need to use relationships to inner join different content types. I used the same method with profile types but I ended up with the following result. Instead ...
0
votes
1answer
20 views

new content type with fields for username and password

I have a requirement for creating a new content type and creating a new user through that. The content type have fields like 'name', 'address' etc. but the client wants to have username and password ...
1
vote
1answer
23 views

How to hide or remove field set on user profile page

I have user relationship installed. When i enable the user relationship node access module, the "Share content" field set appears on my user profile. Is there a way to hide, remove or change the ...
0
votes
0answers
27 views

Display field inline?

http://www.flickr.com/photos/50154661@N05/9391278869/ I have included an image link. The top field is from the webform submission and the bottom is from the user who submitted the webform. They both ...
0
votes
2answers
45 views

How to link a view to a user profile created using views

I created a view which displays users on my site. In the view, the "name" of users links to their individual profile. Now i want to have more control over information displayed to users when they ...
1
vote
0answers
16 views

How to move fields from profile page to a new page

By default, there are some settings that are on the edit profile page in drupal. e.g. contact settings. Others appear e.g. private message and share content settings as modules (private message and ...
0
votes
1answer
37 views

Adding a form to user profile?

I would like to add a form to the user account page, is there a specific way of doing this? I guess this leads me to a large question: how can you embed forms in pages? I understanding using ...

1 2 3 4 5 30
15 30 50 per page