Email
Share

We Rock Your Web Forum » Content Management Systems

bbPress - This Topic Has Been Closed

(2 posts)
  1. miraculix

    member
    Joined: Aug '09
    Posts: 27

    All of a sudden I'm getting this topic has been closed. click here to return to the forum messages whenever I try to create a new topic in my bbPress forum. Any ideas why this might be happening?

    Posted 2 years ago #

  2. Posted 2 years ago
  3. cwd

    senior admin
    Joined: Jul '09
    Posts: 225

    There's a number of things you can try to find out what's closing your bbPress topics:

    1. Make sure your forums are not checked to be categories. Categories are forum containers that cannot contain actual posts.
    2. Try posting a topic using the default bbPress theme, Kakumei. If that works, you've narrowed down the issue to a problem with your theme.
    3. Copy over the post-form.php file from your default theme. It's important that the <?php if ( bb_is_tag() || bb_is_front() ) : ?>
      <p id="post-form-forum-container">
      <label for="forum-id"><?php _e('Forum'); ?>
      <?php bb_new_topic_forum_dropdown(); ?>
      </label>
      </p>
      <?php endif; ?>
      code is in place.
    4. Make sure you have the bb_head and bb_foot action hooks in your custom template.
    5. Check your database and make sure topic_open is set to true (1), and that your topics have a start time (not zero).


    If you're still having troubles, please comment below.

    Posted 2 years ago #

RSS feed for this topic

Reply

(required)

Allowed markup: BBcode blockquote code em strong ul ol li font strike center u hr.
You can also put code in between backtick ( ` ) characters.