Is there a way to only allow users to set remote user pictures and not upload avatars to server?

Thanks.

Comments

ainigma32’s picture

Status: Active » Fixed

Not using core. You could look for a contributed module that does that.

Or you could add a field to the profile using hook_form_alter using your own rolled module.
Use your theme to display an image using the url in that profile field.

Please do be careful with the last approach because users could point the url to something more nasty than just an avatar.

- Arie

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.