Skip to:
Content
Pages
Categories
Search
Top
Bottom

Is there an API for bbPress

Published on December 23rd, 2016 by Wilbur

Please is there a JSON API for bbPress? If yes how do I access/enable it?

How Do I Set Up A Forum?

Published on December 23rd, 2016 by ldesherl

Hello:

I tried to set up a forum on my site. Where do I add new forums? I created a Forum page but I see no options to add forums to any pages. They go to my landing page only. Instructions for setting up a forum aren’t clear enough to me.

http://alllivesaresacred.com

I’m using WordPress 4.7 and bbPress 2.5.12

Thank You!

Lisa DeSherlia

bbpress forums border misaligned (latest versions)

Published on December 23rd, 2016 by phil96

Hi, I’m having an issue with how bbpress displays on my website. Im using the divi theme with the latest bbpress plugin and wordpress version.

The border is misaligned on the left and bottom (see link below). I have tried css to fix it but with no luck. I think its to do with the padding. Anyone know how to fix this?

https://www.dropbox.com/s/fxizzkhjh285l4r/Screenshot%202016-12-23%2016.59.45.png?dl=0

Thanks for any help!

Plugin that can convert Thread to Post

Published on December 22nd, 2016 by .:DDoS:.

Hi! Good day! Is it possible to convert thread [bbpress a like] to post [normal wordpress post] ?

Private messaging system for bbpress and wordpress

Published on December 21st, 2016 by akgt

Im looking for a PM system that will work with wordpress and bbpress, ive found frontend PM but it doesnt work with bbpress out of the box and im not getting any reply from the developer.

does anyone have any suggestions.

bbp_get_caps_for_role filter firing too late and not being processed

Published on December 21st, 2016 by AITpro

WordPress 4.7
bbPress 2.5.12
Site: https://forum.ait-pro.com/
Custom bbPress/BuddyPress Theme & tested switching to WP Twenty Seventeen Theme
Tried creating a bug ticket on trac, but was not allowed to login and do so.

Issue: In previous versions of bbPress this code below worked fine in my Theme functions.php file. As of bbPress 2.5.12 this code is no longer working in my Theme functions.php file. I checked output and bbPress Core code and did not see anything obvious. Output was good. ie $role and $caps, but it appeared that the filter was not being processed in time when the Activity template loaded. So I moved this code to the BuddyPress /plugins/bp-custom.php file and this code works fine. So obviously this some kind of init or loading order type of issue. ie the filter is being processed too late.

// bbPress Disable Topic Tags for Participants
function aitpro_get_caps_for_role_filter( $caps, $role ) {
	
	if ( $role == 'bbp_participant' )
		$caps = aitpro_get_caps_for_role( $role );

	return $caps;
}
 
add_filter( 'bbp_get_caps_for_role', 'aitpro_get_caps_for_role_filter', 10, 2 );

function aitpro_get_caps_for_role( $role ) {
	switch ( $role ) {
		/* Disable Topic Tags for Participants */
		case 'bbp_participant':
			return array(
 
				// Primary caps
				'spectate'              => true,
				'participate'           => true,

				// Forum caps
				'read_private_forums'   => true,

				// Topic caps
				'publish_topics'        => true,
				'edit_topics'           => true,

				// Reply caps
				'publish_replies'       => true,
				'edit_replies'          => true,

				// Topic tag caps
				'assign_topic_tags'     => false, // Using false disables allowing Participants to create Topic Tags

			);
			break;
		default :

		return $role;
	}
}

Forum posts and Replies, [an error occurred while processing this directive]

Published on December 21st, 2016 by ToobHed

Any post or reply on any forum throws an error after a long time of trying to submit the post [an error occurred while processing this directive]

The post or reply is successful, you can see it when you reload the page. When you make a post or reply and click submit, you can reload the page almost immediately and see that the post was made, not sure why it hangs so long and then shows [an error occurred while processing this directive]

I have tried this with WordPress 2016 theme with the same outcome. It does not do this on my local development server. This is not a new problem but I have just updated to the latest version and it still happens.

WordPress 4.7
bbPress 2.5.12
BuddyPress 2.7.3
Hosted on GoDaddyShared Hosting

I don’t know if there is a way to get more info from the server, its go daddy shared hosting

Drop in traffic since using bbpress

Published on December 21st, 2016 by jadmac

I recently started using bbpress forums on my site, after which I have observed a significant traffic drop, does anyone know why this may be and if there are certain SEO settings etc I may need to tweak to fix this issue?

Any help would be appreciated,

Thanks

How to delete or empty 50000 spam replies and topics

Published on December 21st, 2016 by rajaindian

Hi, I have got 50000 replies in spam and I get 504 timeout error when i try t empty the spam. Is there a way to do this from the back-end or by downloading the relevant table cleaning it and uploading it. Or using phpmyadmin or any other way that I wont get this error?

Blog and Forum are Mixing UP

Published on December 21st, 2016 by DieWerbeagentin

Hello – I can´t open my Forum Tonics – always when I try it – my BLOG Pages opens – but there is the right LINK! So I can´t find the problem?!

does anyone of you had this problem before?

regards
Sabrina

Skip to toolbar