Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do i remove this from the edit user page

  • @mightykyr0

    Participant

    Hi I want to remove the email and password fields from the user as I use a sso to sign in with steam
    and also I want to remove the blog role as I only use bbPress

Viewing 6 replies - 1 through 6 (of 6 total)
  • @robin-w

    Moderator

    from where?

    @mightykyr0

    Participant

    from the sitename.com/users/username/edit/

    @robin-w

    Moderator

    you’d need to amend

    \bbpress\templates\default\bbpress\form-user-edit.php

    These instructions show what is needed

    find
    wp-content/plugins/bbpress/templates/default/bbpress/form-user-edit.php

    transfer this to your pc and edit

    and save

    create a directory on your theme called ‘bbpress’
    ie wp-content/themes/%your-theme-name%/bbpress

    where %your-theme-name% is the name of your theme

    Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
    wp-content/themes/%your-theme-name%/bbpress/form-user-edit.php

    bbPress will now use this template instead of the original

    @mightykyr0

    Participant

    I removed the email but now I can’t save the profile it says
    ERROR: That is not a valid email address.

    and I can’t remove blog role without also removing forum role

    @mightykyr0

    Participant

    I figured out the email thing by just making the type hidden

    @robin-w

    Moderator

    great – glad you are fixed

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