Right now a user has to go in, edit their account, enable gravatars, etc.
Can I get an option to just enable it, ignore the user preference and use it for everyone? or a way to turn it on by default and let users disable it?
Right now a user has to go in, edit their account, enable gravatars, etc.
Can I get an option to just enable it, ignore the user preference and use it for everyone? or a way to turn it on by default and let users disable it?
Comments
Comment #1
Narno commentedI think the better choice is to enable Gravatar by default for users.
Comment #2
chrissearle commentedWould appreciate this too. I might get time to take a look but not in the next few weeks (too much happening).
As far as I can see - two choices
1) allow the module settings page to set that it is always on
2) default all users
Option 1 allows us to check at display (a variable_get call and we then ignore the user setting). Option 2 would require setting all users at module install plus at user creation time. However - option 2 would allow users to opt out.
What is preferred? For my usage - option 1 is better - for others?
Comment #3
Narno commentedIn the next release, if "Users can enable (and disable) Gravatar" is not checked, Gravatar is enabled for all users (check users permissions too)
Comment #4
Narno commented