How to get Vanillicon to Work with Gravatar
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;