Skip to:
Content
Pages
Categories
Search
Top
Bottom

Edit Profile Customization


  • coffeywebdev
    Participant

    @coffeywebdev

    Hello Everyone!

    I have my forums installed and I am happy with it. Now I would like to add a checkbox to the edit profile screen..

    I know in form-user-edit.php I can find the code that displays the fields, but can someone give me some insight into how this information is processed once the form is submitted?

    I know that this hidden field holds the action name:
    <input type=”hidden” name=”action” id=”bbp_post_action” value=”bbp-update-user” />

    but after looking at the file bbpress\includes\users\functions.php, where that action is being defined I don’t see where I could add in the extra code to process the custom field if I were to add it.

    I hope I am being clear, all I want to do is add ONE checkbox to every users edit profile page(where they change password/email), and save to user_meta… I know how I can add the field to the front end, but am unsure of how the data gets processed…

    Thanks,
    Anthony

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar