Forum
Members addon profile picture
Is it possible to add a field to templates/members/forms/profile.html so that members can upload a profile picture?
Is it possible to add a field to templates/members/forms/profile.html so that members can upload a profile picture?
It's possible to add a field, but you'd need to handle the file somehow.
Right so I would need to crop the image and I guess store the image path in the memberProperties db field so it can be used on the profile page. Where would I start with that?
You'd need an app with a form listener to receive the post. That should give you the list of uploaded files which you can then start to work with.