I've created a custom module that integrates with ActiveSocial & Forums. Everything is working great except I can't figure out how to provide the user the ability to edit their profile picture from my module.
In the
Active.Modules.Social.Controls there is a
ProfilePictureUpload control and a
ProfilePictureUp control. I'd love to know which one I should use for this and how to get it to work.
I also see a
SaveImage function, which I'm assuming I need to call somehow, but there is this parameter (typeId) that is an integer. How do I know what the typeid is?
Any assistance would be much appreciated.