Skip to:
Content
Pages
Categories
Search
Top
Bottom

How allow all users create new topick

  • @sceko

    Participant

    For new users is not posible to create new topick how to fix this?

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

    Moderator

    it should be by default , you probably installed a plugin that caused this issue or you messed with some users capabilities.

    follow the basic troubleshooting in this topic

    Before Posting

    @sceko

    Participant

    Again You cannot create new topics.

    @sceko

    Participant

    I fixed this problem change from form-topic.php

    <?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>
    to
    <?php if ( is_user_logged_in() ) : ?>

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