Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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