Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove Topic Tags and Topic Type


  • irenehofer
    Participant

    @irenehofer

    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

    @lmoon

    Hello!

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

    Thanks.


    Jared Atchison
    Member

    @jaredatch

    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

    @lmoon

    Thanks for the reply.


    MJParascandola
    Member

    @mjparascandola

    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

    @pimarts

    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;

    }

    @pimarts – your information really useful. Thank you


    markthedoc1
    Participant

    @markthedoc1

    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