i use buddypress and when a user get the registration has assigned a defaut gravatar for each one.
It's not possible to assign the gravatar, that is associated to email address at site gravatar.com ?
i don't understand
thanks
Go to Settings > Discussion and at the bottom of that page check Gravatar Logo as Default Avatar
Related
I have a wp site with buddypress registration, and on the registration page the form has the ‘Account Details’ section, with the username, email, password & confirm password. Then it also has the buddypress profile section, with the fields name, birthday, etc etc. I don’t want the persons Name to be visible to the public. I can manage all the other profile fields visibility except for the default Name field and it is driving me crazy! Not sure if anyone has has this problem. please let me know.
I have created a custom menu for buddypress in wordpress.
The links always contain the current user.
In this example the user "admin
/members/admin/profile/
What do i have to do so that the link always points to the current user?
In a link to members, me will be handled as the current user.
For example: https://yoursite.com/members/me/ will take you to your profile.
I am using SonataAdminBundle. In the upper right corner there is a menu with a logout button and the user's avatar.
What I can't find is how to access to user's profile to change among other things, the avatar and his password.
Someone can help me?
Thanks in advance.
Simply go to your admins' user list e.g. http://example.com/admin/sonata/user/user/list
Edit the user e.g. http://example.com/admin/sonata/user/user/1/edit
and reset the Plain Password.
Since the Avatar is a new feature I don't think there is an upload feature yet.
I want to display email's user avatar in my web site.
I used gravatar.com component before to do this. But some of my users don't have an account in that site and i decide to display them email's avatar for example when they comment under a post, i wanna to display this avatar.
I Google it, but i can't find a nice answer. can everybody guide me about this?
Thanks so much.
I am using Drupal 7.
I follow this link to enable profile picture of user.
Now i want to get profile picture from user at the time of registration.
How can i get this?
Any help will be appreciated.
Ideal module to do this is Reg-With-Pic
You will be given a check box at admin/config/people/accounts named "Enable user pictures on registration" and weight selection.
If you are using Content Profile module, File field would be an option.
Here is the Helper function to add default user account fields to user registration and edit form.
http://api.drupal.org/api/drupal/modules--user--user.module/function/user_account_form/7
You might also want to use the Gravatar module to take some of the pain out of what you are suggesting. It's enough trouble to set up a profile on yet another site that you might not want to force them to configure their profile at the time of registration, especially with such things as a "user picture", unless you really want to put a damper on registrations.
Depending on the type of site you are working on, the Gravatar module might be ideal. Anyone who already has a Gravatar will have it automatically set as their user picture.
http://drupal.org/project/gravatar