Forums

Join
bbPress Support ForumsRequests and FeedbackWhere do we report bugs?

Info

Where do we report bugs?

  1. I noticed an extra set of quotation marks in functions.bb-template.php on line 3287 after the $tab variable.

    $r .= '<select name="' . $name . '" id="' . $id . '"' . $tab . '">' . "\n";

    This creates extra quote marks on the bb_new_topic_forum_dropdown(); like so:

    <select name="forum_id" id="forum-id"">

  2. http://trac.bbpress.org/report

    That bug sounds oddly familiar, so it might have already been reported, but otherwise, you need to file a bug report on Trac

  3. Thanks!

  4. You must log in to post.