Ability to force enable gravatar support
halkeye - June 25, 2008 - 06:52
| Project: | Gravatar integration |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Narno |
| Status: | closed |
Jump to:
Description
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?

#1
I think the better choice is to enable Gravatar by default for users.
#2
Would 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?
#3
In the next release, if "Users can enable (and disable) Gravatar" is not checked, Gravatar is enabled for all users (check users permissions too)
#4