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.
Related
I am trying to figure out if it is possible to customise firebase email templates at html level. In my dashboard the field seems to be there
But is not editable. I am using their free tier at the moment, will this become editable if I upgrade to paid plan? Can I request this field to become editable somehow?
Right now setting up deep/universal links results in a really really long bad looking url sent to user, it would be great if it could be custumised i.e. put under certain button.
There are the three email templates:
Email password verification
password reset
email address change
Password reset, text can be changed please see the image below:
The other two options, the text cannot be changed to prevent spam (as it says if you hover the mouse on the question mark)
I am creating a website that allows users to post a picture to their wall that is linked to an interactive version of that post (the wall post/picture is basically a screen capture of this interactive content) in a unique URL. I want to be able to gather profile data from any user that clicks the link in Facebook and interacts with the content.
Is there a way to do this?
Thanks
No, without user authorization you canĀ“t get ANY data of users who click on a link on Facebook. Check out the Facebook docs for information about authorization/login: https://developers.facebook.com/docs/facebook-login/v2.2
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 am looking to place many Facebook like buttons on a page which i want they to allow me to post to facebook wall of the user who logins through them. Can some one point me on where to find this workflow for .NET. I wish the user clicks on a Like button log ins then with the access token post to wall the content. later if he clicks on other like button it will just post to wall: image test,...
Is this possible? whew can i find code example?
thanks in advance
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