Project

General

Profile

Actions

Feature #7640

closed

Add "mystery man" gravatar to options

Added by Brandon Bostian about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Administration
Target version:
Start date:
2011-02-17
Due date:
% Done:

0%

Estimated time:
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


Files

gravatar_add_mm.diff (567 Bytes) gravatar_add_mm.diff Patch to add Mystery man / mm to Gravatar default options dropdown Brandon Bostian, 2011-02-21 08:02
Actions #1

Updated by Brandon Bostian about 13 years ago

Here is a patch to implement the change I propose...

Actions #2

Updated by Jean-Philippe Lang about 13 years ago

  • Status changed from New to Closed
  • Target version set to 1.2.0
  • Resolution set to Fixed

Committed in r5109.

Actions

Also available in: Atom PDF