Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove email id and website options

  • @mshivsharan

    Participant

    Hello! I am very new to WordPress.
    BBPress version: 2.5.7
    WordPress version: 4.2.2

    I want to remove the email id and website options for anybody who is starting a topic or commenting on a topic.
    Could you please tell me how?
    Website link: http://www.theiotportal.com/forum/discussion/

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

    Moderator

    I get a 404 not found, but you can use CSS to hide the website field.

    the email field is required for post submission though.

    @mshivsharan

    Participant

    Hey @Robkk,
    The updated link is http://www.theiotportal.com/forum/iot-forum
    I don’t know how to use CSS to hide it…
    Could you help me out please?

    @robkk

    Moderator

    Try this custom css

    .bbp-reply-form #bbp_anonymous_website,
    .bbp-topic-form #bbp_anonymous_website,
    label[for="bbp_anonymous_website"] {
    	display: none !important;
    }

    @yolandal

    Participant

    When I use this code it also hides the name and emailaddress?

    @casiepa

    Moderator

    @yolandal
    Please open a new topic to describe what you want instead of reopening old topics from years ago. Of course feel free in your new topic to point to them so we know what you have tried already.
    Pascal.

    @yolandal

    Participant

    I did it on purpose to prevent sortlike topics. But please remove my previous reply as it’s solved. Thank you.

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