Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Gravatar - 0.1 by frostschutz

Has no built in way to edit ratings in the ACP.

If you wish to restrict gravitar ratings edit gravitar.php and change this line:
return "http://www.gravatar.com/avatar/".md5(trim(my_strtolower($email)));

To this:
return "http://www.gravatar.com/avatar/".md5(trim(my_strtolower($email)))."?s=100&r=pg";

Altering these values to taste:
s= avatarwidth to display
r= g, pg, r, or x

As per:
http://en.gravatar.com/site/implement/images/

You can also put in a d value to display a default other than gravitar's logo.

This plugin 'vanished' from my forum at some point even while still enabled. I assume due to some other plugin or from directly editing my template's XML files. If that happens to you disable and re-enable the plugin and it will come back.

Written By: arcady0, 8th April 2011

Write Review