Skip to:
Content
Pages
Categories
Search
Top
Bottom

Empty topic titles

  • With the bbPress 2.0.2 plugin, I can start topics with empty titles if I just fill it with spaces. This leads to inaccessible topics that can’t be clicked, viewed, or moderated in any sane way.

    I ask you change line 176 in bbp-topic-functions.php to something like:

    // No topic title

    if ( empty( $topic_title ) || strlen(trim( $topic_title )) == 0)

    Thanks

    b

  • You must be logged in to reply to this topic.
Skip to toolbar