Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to get Vanillicon to Work with Gravatar

edited December 2011 in Vanilla 2.0 - 2.8

I have Gravatar installed and Vanillicon enabled, but I don't see vanillicons when users don't have a gravatar.

Best Answer

  • LincLinc Detroit Admin
    edited December 2011 Answer ✓

    If you're using Gravatars, you don't need Vanillicon. To set Vanillicon as your Gravatar fallback, set this in your conf/config.php:

    $Configuration['Plugins']['Gravatar']['UseVanillicon'] = TRUE;

Answers

  • ToddTodd Chief Product Officer Vanilla Staff

    It should just work with no config. Three things to consider:

    1. Make sure you are using Vanilla 2.0.18 or greater.
    2. Vanillicons only show up if you haven't uploaded a profile picture already.
    3. Vanillicon doesn't necessarily work with other default icon plugins. Gravatar has an option:
      $Configuration['Plugins']['Gravatar']['UseVanillicon'] = TRUE;
  • ahh so if i have gravatar and vanillaicons they will cancel each other out?

  • LincLinc Detroit Admin
    edited December 2011 Answer ✓

    If you're using Gravatars, you don't need Vanillicon. To set Vanillicon as your Gravatar fallback, set this in your conf/config.php:

    $Configuration['Plugins']['Gravatar']['UseVanillicon'] = TRUE;

Sign In or Register to comment.