Forum Replies Created
-
In reply to: Customising bbp_list_forums – Last Poster Block
problem was that I had white space. Problem solved
In reply to: Customising bbp_list_forums – Last Poster Blockencountered 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?
In reply to: Customising bbp_list_forums – Last Poster BlockHey! 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!
In reply to: Customising bbp_list_forums – Last Poster BlockI 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!
In reply to: Customising bbp_list_forums – Last Poster BlockThis 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