Feature #7640
Add "mystery man" gravatar to options
Status: | Closed | Start date: | 2011-02-17 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Administration | |||
Target version: | 1.2.0 | |||
Resolution: | Fixed |
Description
Gravatar offers "mm (mystery man)" default images. Please add them in the admin options to the already existing (wavatar, monsterid..) default images dropdown list. (Code suggestion for views / settings / _display.rhtml follows)
<%= select_tag 'settings[gravatar_default]', options_for_select([[l(:label_none), ''], ["Wavatars", 'wavatar'], ["Identicons", 'identicon'], ["Monster ids", 'monsterid'], ["Mystery Man", 'mm']], Setting.gravatar_default) %></p>
See http://de.gravatar.com/site/implement/images/ for specifications
Associated revisions
Add "mystery man" gravatar to options (#7640).
History
#1
Updated by Brandon Bostian over 11 years ago
- File gravatar_add_mm.diff
added
Here is a patch to implement the change I propose...
#2
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Closed
- Target version set to 1.2.0
- Resolution set to Fixed
Committed in r5109.