1 ===================================
2 EXTENSION INSTALLATION INSTRUCTIONS
3 ===================================
5 In order for Vanilla to recognize an extension, it must be contained within it's
6 own directory within the extensions directory. So, once you have downloaded and
7 unzipped the extension files, you can then place the folder containing the
8 default.php file into your installation of Vanilla. The path to your extension's
9 default.php file should look like this:
11 /path/to/vanilla/extensions/Gravatar/default.php
13 The extension won't work with Vanilla inferior to version 1.1.4 (inclusive).
14 If you are not running Vanilla 1.1.4, you should upgrade first.
15 If you are running Vanilla 1.1.4 you can install Gravatar/Vanilla-upgrade-1.1.4-to-1.1.4-a.zip
17 Once this is complete, you can enable the extension through the "Manage
18 Extensions" form on the settings tab in Vanilla.
26 Determines the highest rating (inclusive) of the returned Icon:
27 $Configuration['GRAVATAR_RATING'] = 'PG';
28 Valid values: G | PG | R | X
32 Size of the icon to request:
33 $Configuration['GRAVATAR_SIZE'] = '32';
34 Valid values: 1 to 80 inclusive.
36 NB: The default vanilla style centers and crops the image to 32px.
37 This setting won't change that.
39 * GRAVATAR_DEFAULT_ICON
40 Default icon if the user email is not associated
41 to an icon and the user didn't submit any default icon:
42 $Configuration['GRAVATAR_DEFAULT_ICON'] = 'http://example.com/image.gif';
43 Valid values: Absolute Url | identicons | monsterids | wavatars