I am trying to add custom profile field editing functionality to the forum’s edit profile form in the user control panel (path is forums/member/edit_profile).
It’s my understanding that there is no way to access the custom profile fields except using an sql query to get the data manually. I need a way to get the member id of the current user so that I can find their information in the database. Normally, the {member_id} variable could be used, but that doesn’t seem to work in the forums.
How can I find out the member id of the current user? Or is there a better way to edit custom profile fields?
Thanks!
Brandon