Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove field in bbpress?


  • myssy
    Participant

    @myssy

    I have a field called website which I would like to remove. What should I do to remove it? Didn’t find it in any functions.php. So where should I search? Or should I remove it from mysql?

    Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Robkk
    Moderator

    @robkk

    What website field in bbPress, the one in anonymous posting or on their profile??


    myssy
    Participant

    @myssy

    Anonymous posting….


    Robkk
    Moderator

    @robkk

    copy form-anonymous.php in your child theme and remove this in the file.

    <p>
      <label for="bbp_anonymous_website"><?php esc_html_e( 'Website:', 'bbpress' ); ?></label><br />
        <input type="text" id="bbp_anonymous_website" value="<?php bbp_author_url(); ?>" size="40" name="bbp_anonymous_website" />
    </p>
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar