MyBB Community Forums

Full Version: Where to insert adding default dynamic avatar after registration code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm integrating gravator in my site.
All users after registration should get default avatars based on there names.

"http://www.gravatar.com/avatar/".md5($user['username'])."?d=identicon&s=60";

Where should I insert this code?