Skip to:
Content
Pages
Categories
Search
Top
Bottom

New Topic Not Showing

Published on May 30th, 2020 by Pete

Sorry if I’m just being impatient, but I created a new topic on this forum about 8 hours ago and it hasn’t shown up yet… The page that I have open, displaying what I posted, has a note at the bottom of the page stating “You cannot reply to this topic”, and the new topic doeesn’t show up on my ‘Topics Started’ page, but there don’t seem to be any buttons that I should be clicking or other options available to me. My recollection was that my only previous post showed up pretty much stratight away. Do some posts require moderation, or have I maybe done something wrong?

Subforum list spacing issue

Published on May 30th, 2020 by desmond234

Theme – Aardvark

Hey guys, I’m having an issue with how my theme is interacting with the bbpress subforum list. I added the bbpress style pack plugin because of a issue I was having with the search bar, but it resulted in all the subfourms piling up on one another. The issue arises because the subforums have a box background (which I like), but the background overlaps with the other subforums. You can see the issue I’m having here.

www.podfolk.com/forums/

Does anyone know any code I can put into the style or functions file to resolve the issue?

Remove borders in template

Published on May 30th, 2020 by OSCOWP

Hi guys, as you can see in the picture, I have an isue with my template and I have like two borders and it doesn’t feel integrated, and it also takes space in the content of the Forum.

Is there any fix for it?

https://ibb.co/MVdvZMP

You can also check my website so you can see the scale of the problem

https://www.cochespias.net/

Breadcrumbs on Search Results Screen

Published on May 30th, 2020 by Pete

I have a problem with the way breadcrumbs are being displayed on my search results screen.

First of all, I have the following (amongst other things) in my functions.php file:


/**
Just a simple breadcrumb trail, but, importantly, don't double up when we're at the root
**/
function mycustom_breadcrumb_options() {
	// Home - default = true
	$args['include_home']    = false;
	// Don't need breadcrumbs if we're at the root
	if ( apply_filters( 'bbp_no_breadcrumb', is_front_page() ) ) {
	// Forum root - default = true
		$args['include_root']    = false;
	// Current - default = true
		$args['include_current'] = false;
	}
	return $args;
}
add_filter('bbp_before_get_breadcrumb_parse_args', 'mycustom_breadcrumb_options' );

/**
Search only the specified forum
**/
function my_bbp_filter_search_results( $r ){ 
    //Get the submitted forum ID
    $forum_id = sanitize_title_for_query( $_GET['bbp_search_forum_id'] );
    //If the forum ID exits, filter the query
    if( $forum_id && is_numeric( $forum_id ) ){
        $r['meta_query'] = array(
            array(
                'key' => '_bbp_forum_id',
                'value' => $forum_id,
                'compare' => '=',
            )
        );  
    }
    return $r;
}
add_filter( 'bbp_after_has_search_results_parse_args' , 'my_bbp_filter_search_results' );

I have a search box on the forum home page and on the index page for each individual forum. For general navigation around my forum the breadcrumbs are presented as one might expect and search results are confined to those relevant to the current forum (or all forums from the home page).

The breadcrumbs on the Forum ‘home page’ show simply as Forums and on individual forum index pages as Forums > ForumName, where ‘ForumName’ is the name of the current forum, etc. A search request from the Forum home page returns results as expected, with the breadcrumbs displayed as Forums > Search > Search Results for 'search string'. However, while a search from one of the individual forum index pages returns the refined search results as expected, the breadcrumbs are always displayed as Forums > Search > Search Results for 'search string', they don’t include the name of the forum that has been searched (i.e. Forums > ForumName > Search > Search Results for 'search string'.

I think I can see that the search is actually being applied to all forums, then refined by the relevant function in the functions.php file, so I think I can see why I might have to do a little extra work to get the relevant forum name displayed in the breadcrumb, but can anyone suggest how I might do this? It would seem that I should be able to add a little more code to my mycustom_breadcrumb_options() function, but what exactly…?

Thanks for any assistance anyone can offer.
(WordPress 5.4.1, bbPress 2.6.5, website: digitalconcepts.net.au/forum – Please note, this part of the website is ‘hidden’ from the home page, you need to navigate there via the above direct URL)

call_user_func_array() expects parameter 1 to be valid callback

Published on May 30th, 2020 by JohnRDOrazio

I am seeing this error in the posts when posting / updating a post:

Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘publish_topics’ not found or invalid function name in …/wp-includes/class-wp-hook.php on line 287

Am using WordPress 5.4.1, Buddypress 6.0.0, bbPress 2.6.5, and PHP 7.1.33 .

Database broken?

Published on May 30th, 2020 by eroesi

Hey guys,
I think my bbPress database is broken.

First I am unable to post anything with any users and different rights (admin, participant), the error “you are too fast, slow down” appears every time.

Second I am unable to reset the database through admin > tools > forums > reset forums. If I try to reset the database with a click on the blue button “reset bbPress” the page reloads but there is the whole content still there.

Third I tried to delete and reinstall bbPress, but after reinstall I have not a single bbPress-option in the admin dashboard, like tools > forums oder settings > forum oder Forums, Topics and the other bbPress-related links.

I already disabled every plugin but still I am unable to post anything or reset the database.

Can you guys please help me?

Replies not indenting

Published on May 29th, 2020 by sleestak

I have posted this before, but I still can’t get this to work. I have threaded replies enabled, but my replies are not indenting. To determine if it was an issue with my theme, I created a brand new WordPress test site and tried all of the included test themes and indenting does not work on any of them. The only plugins I have are bbpress and the bbpress style pack. What am I missing?

Thanks!

bbPress Roadmap

Published on May 28th, 2020 by josh.grisdale

Just wondering if there is an official bbPress roadmap for the next few releases. We’ve been on version 2 since 2011..

bbPress 2.6.5 is out!

Published on May 28th, 2020 by John James Jacoby

Read the blog post here!

bbPress 2.6.5 is out!

This is a really important security release, so please take the time to update as soon as you are able to. There are 3 separate security improvements in 2.6.5, so don’t delay!

Sorry for releasing late in the week. Thank you to everyone for using bbPress! 💚

where is the board

Published on May 28th, 2020 by raderack

im running xammp and installed wordpress as a module.
i installed the bbpress
but isnt in /wordpress/bbpress or /bbpress
where it is?

Skip to toolbar