Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove create New Topic in

  • @loireenbateaux

    Participant

    Hi everyone,

    Does anyone know how can i remove “Create New Topic” at the bottom of my forum
    I want to disable “Create New Topic” in for all logon users
    I want to control the topics myself and only allow particpants to reply to topics that are in the forum.

    I’m using bbPress (2.6.6), bbp style pack (4.7.2)
    Thank you so much for any help

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

    Moderator

    quickest way is to add this :

    .bbp-topic-form {
    display: none;
    }

    into the custom css of the style pack plugin

    @loireenbateaux

    Participant

    This works perfectly, Thanks you so much!!!!!!
    Have a great day!

    Stéphane

    @robin-w

    Moderator

    great – glad you are fixed

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