Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorDinoboff
    • CommentTimeOct 31st 2007 edited
     # 1
    Use the Gravatar service for your users icons.

    Gravatar.com

    What is a gravatar?

    A gravatar, or globally recognized avatar, is quite simply an 80×80 pixel avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites.



    The extension use the user email to request its avatar from Gravatar.com. The user email addresses is not sent to Gravatar.

    The regular icon submitted by the user on the Identity page is used as a default icon. If the user doesn't have its email associated with an avatar on Gravatar or didn't submitted an icon on its identity page, the default Gravatar icon with be displayed. An other image can be used instead (see readme.txt or the documentation).

    Your installation need to be patched for the new delegations added after the 1.1.4 release (included in the add-on).

    Download Gravatar add-on here



    Support my extensions:


    Or sign-up to
  1.  # 2
    that was fast
    shouldn't the constructor delegate in the SignInForm class appear at the top rather than at the bottom.
    If its on the top then u can change the values of what comes next in the constructor function
    •  
      CommentAuthorDinoboff
    • CommentTimeOct 31st 2007
     # 3
    It is just 3 delegations with some few lines for each.
    •  
      CommentAuthorDinoboff
    • CommentTimeOct 31st 2007 edited
     # 4
    Constructor delegation, when available, are at the bottom in other classes too. If you need a delegations at the top (PreConstructor?), it can be added.

    The delegation in the SignInForm page is not use for this extension. In the patch, I put all the changes since the last release.
  2.  # 5
    This plugin wasn't working for me until I did some looking around and found that the url for calling up the gravatar was changed.

    It should look something like this http://www.gravatar.com/avatar/%s?d=identicon&s=%s&r=%s

    http://en.gravatar.com/site/implement/url

    someone should update this plugin so that it works out of the box.
    • CommentAuthorbochenn
    • CommentTimeSep 8th 2008
     # 6
    i need this as well but i don't know about programming.
    thanks
  3.  # 7
    Uploaded version 0.1.1 of Gravatar.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 16th 2008
     # 8
    The add-on is using the new Gravatar api. Thanks silver-dragon!
  4.  # 9
    Uploaded version 0.1.2 of Gravatar.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 17th 2008 edited
     # 10
    Fixed bug with options; the default options were overwriting the ones set in conf/settings.php.
    •  
      CommentAuthorDinoboff
    • CommentTimeSep 17th 2008 edited
     # 11
    You should check the new option that offer gravatar for the default icon (if the user doesn't have it's email associated to a Gravatar icon):
    http://code.google.com/p/vanilla-friends/wiki/Gravatar#GRAVATAR_DEFAULT_ICON
    http://en.gravatar.com/site/implement/url

    Add $Configuration['GRAVATAR_DEFAULT_ICON'] = 'identicons '; to conf/settings.php to try it out.
    • CommentAuthorJun
    • CommentTimeOct 2nd 2008
     # 12
    there is an extra 's' at the end should be removed. It does not work with 's'.

    $Configuration['GRAVATAR_DEFAULT_ICON'] = 'identicon';

    the same for monsterid and wavatar.
Add your comments
    Username Password
  • Format comments as