Forums

Join
bbPress Support ForumsInstallation[bbPress 2] How to disable the forum description field

Info

Tags

[bbPress 2] How to disable the forum description field

  1. How do I disable the forum/topic description field that show up on top of each forum/topic page?

    I thought the code below would work but it doesn't.

    -------------------------------------------------------------
    /home/www/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php
    -------------------------------------------------------------

    function bbp_no_get_single_topic_description ($param) {
        return true;
    }
    add_filter ('bbp_get_single_topic_description', 'bbp_no_get_single_topic_description');
  2. (bump)

  3. You must log in to post.