matt_sich (@matt_sich)

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @matt_sich

    Member

    problem was that I had white space. Problem solved

    @matt_sich

    Member

    encountered an issue. I get this error:

    > Warning: Cannot modify header information – headers already sent by (output started at /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/plugins/bbpress-functions.php:12) in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-includes/pluggable.php on line 934

    Any idea what’s going on?

    @matt_sich

    Member

    Hey! I got it to work! I just made a custom plugin with the BBP_Default class that you had in those public functions and just changed

    $r = bbp_parse_args( $args, $defaults, 'list_forums' );
    

    to

    $r = wp_parse_args( $args, $defaults, 'list_forums' );
    

    to make it work with the wordpress plugin version of bbp.

    You should definitely submit this as a plugin!

    @matt_sich

    Member

    I don’t have a bbpress-functions.php in my wordpress theme (I forgot to mention that I’m using bbpress as a plugin.) is it just a file that I make myself? also, do I just include() it? or does bbpress have some way of connecting to it?

    Thank you very much for all your help!

    @matt_sich

    Member

    This looks like exactly what I’ve been searching for! Can you please explain a bit more how to implement it? Do i need to change the bbp-forum-remplate.php version of the function?

    Thanks!
    Matt

Viewing 5 replies - 1 through 5 (of 5 total)