Add Gravatar plugin.

This plugin provides the default gravatar lookup feature that has been in friendica's core before.
In addition it lets you choose the default avatar image type and select the allowed image rating.
This commit is contained in:
Klaus Weidenbach 2012-04-09 00:50:48 +02:00
parent 8a3643e8db
commit d0fa37e8ea
3 changed files with 149 additions and 0 deletions

3
gravatar/admin.tpl Normal file
View file

@ -0,0 +1,3 @@
{{ inc field_select.tpl with $field=$default_avatar}}{{ endinc }}
{{ inc field_select.tpl with $field=$rating }}{{ endinc }}
<div class="submit"><input type="submit" value="$submit" /></div>