Closed (fixed)
Project:
Drupal core
Version:
6.5
Component:
user system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2008 at 18:37 UTC
Updated:
30 Dec 2008 at 14:40 UTC
Is there a way to only allow users to set remote user pictures and not upload avatars to server?
Thanks.
Comments
Comment #1
ainigma32 commentedNot 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