Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Topic Tags and Topic Type

  • @irenehofer

    Participant

    How can I remove the labels and inputs for Topic Tags and Topic Type when creating a new Topic?

Viewing 7 replies - 1 through 7 (of 7 total)
  • @lmoon

    Member

    Hello!

    I would also like to know the answer to this question.

    Thanks.

    @jaredatch

    Member

    Right now it can’t be done without creating a custom theme. There is a ticket in trac though to have this option in future versions since it seems to be a fairly regular request :)

    @lmoon

    Member

    Thanks for the reply.

    @mjparascandola

    Member

    What template file can you find the labels for New topic form fields (such as tags and tag types) and also for replys?

    @pimarts

    Participant

    As for the original post in this topic. You can simply hide them with CSS. Something like this should work:

    .bbPress #bbp_topic_tags, .bbPress label[for="bbp_topic_tags"], .bbPress .bbp-topic-tags, .bbPress label[for="bbp_forum_id"] {

    display:none !important;

    }

    @martin_style

    Member

    @pimarts – your information really useful. Thank you

    @markthedoc1

    Participant

    Cheers pimarts. I didn’t think of that!

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