How to use Globally Recognize AVATARs?

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.

Mandela's picture

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

Mandela's picture

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.