mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
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:
parent
8a3643e8db
commit
d0fa37e8ea
3 changed files with 149 additions and 0 deletions
3
gravatar/admin.tpl
Normal file
3
gravatar/admin.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue