Hello everyone
Can anyone tell me how to use gravatars and if possible can i able upload my profile picture locally (without internet connection)
With regards
Mandela.
Archived Forum |
|
How to use Globally Recognize AVATARs?Submitted by Mandela on Fri, 10/04/2015 - 21:17Hello everyone Can anyone tell me how to use gravatars and if possible can i able upload my profile picture locally (without internet connection) With regards Mandela. » |
Re: How to use Globally Recognize AVATARs?
How to modify this javascript code (see below) to get gravatar upload profile picture locally or by using a http link
'gravatar':
{
'draw':function(value) { return "<img style='border: 1px solid #ccc; padding:2px;' src='"+CryptoJS.MD5(value)+"'/ >" },
'edit':function(field,value) { return "<input type='text' value='"+value+"' / >" },
'save':function(field) { return $(list.element+' tr[field='+field+'] td[type=value] input').val();}
}
With regards
Mandela
Re: How to use Globally Recognize AVATARs?
Hello
Can anyone help me i want to locally upload user pictures in their accounts and this Gravatars does not support such a thing.