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
KyleIrving
New
I have Gravatar installed and Vanillicon enabled, but I don't see vanillicons when users don't have a gravatar.
0
Best Answer
-
Linc Admin
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;
0
Answers
It should just work with no config. Three things to consider:
$Configuration['Plugins']['Gravatar']['UseVanillicon'] = TRUE;
ahh so if i have gravatar and vanillaicons they will cancel each other out?
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;