Hello!
I’m trying to activate bbPress on my website, but it’s not activating. I already installed bbPress without any problem, but when I click ‘Activate’ in plugins, It’s showing a white screen with only the url. How to solute this?
Thanks in advance.

Hi All,
I’ve recently upgraded to the latest version of bbPress and WordPress and the main links within the admin (Forums, Topics, Replies) have disappeared.
The forum itself is working properly, I can get to the edit screen for each existing post by going to the public side of the site and clicking “edit page”.
I tried refreshing permalinks & going into the bbPress settings and re-saving them.
I had a similar problem on another site with different custom post types, the fix was to set
‘public’ => true when registering the post type.
Could this be the problem here?
Any help would be appreciated.
Hi:
In my wordpress dashboard when wp e commerce (last version) is actived , bbpress (also last version) control panel in the dashboards disappears. Forums still running but i cant change any option in the dashboard when wp e commerce is actived beacuse any bbpress icon appears
solution please?
Thxs
Hi bbpress Admin,
I am having a problem with the bbpress pagination.
Especially when I call the shortcode
- Oh, bother! No topics were found here.
.
The thing is it must be showing all the posts and yet when you click the 2/page 2 you are redirected to a 404 error.
I hope someone could help me.
Thanks.
Okay as the title says I need a little help finishing a small bbPress plugin.
Right now it checks each topic content against the bbPress topic-tags created from the back-end ( only those are assigned not empty tags ) and if there are matches between the tags and content it echo’s those matches found.
The only deal-breaker here is how to add those matches found the $word Variable to each topic tags when you create a new topic or edit a topic fron the front-end.
I believe you have to work with those two actions:
add_action( 'bbp_new_topic', 'function_name', 10, 5 );
add_action( 'bbp_edit_topic', 'function_name', 10, 5 );
But how do you make the connection to the database table or how it’s called.
This is the code I already made.
http://pastebin.com/d7ZEifNb
This Plugin was an idea because of this topic.
Opinion: Tags in bbPress, do you like it or frustration to maintain?
Some help from anybody who knows PHP and creating WP Plugins would be very cool.
Thanks..
Hello,
I have tried several plugins in order to enable sharing/ social media buttons on the individual Forum Posts such as this one: http://www.hereismyidea.com/forums/topic/tracking-my-workout-and-fitness-levels-in-gyms/ – but the sharing buttons never show up.
What plugins do you recommend that I install in order to display the sharing buttons in a decent location for the user to use? Thanks
WordPress 3.8.1 running Oenology theme.
bbPress 2.5.3
buddypress 1.9.1
Hello everyone,
Recently we’ve been starting to use bbPress and it seems to be a very rich expansion of WordPress. What I wonder about is this: is it possible to show all sticky topics on your front page, using a shortcode? Say I have a part of my site that is the forum, I would still want to show the sticky topics in a widget in a sidebar, right from the start on the home page. I’ve read about shortcodes listing most popular or most recent topics, but is this possible for stickies too?
Many thanks,
Lucas
Hi
Is there a way to remove the rel=nofollow from bbpress posts?
I want the links inside posts to be indexed.
thanks
I need to filter the topics in a single forum based on a post_meta value.
Currently, I’m over-riding the loop-topics.php template.
So which hook or filter should be used to pass in query args?
Or even better a csv string of topic ids?
It seems the topics are gathered in a template other than loop-topics.php ?
Perhaps I should be over-riding a different template?
I want to add the name of the forum when I get a notification of a new topic or reply. Currently, the notification just says the name and URL of the topic. (Neither of which includes the forum name.) We have 7 forums set up in our bbpress forum.
Is there any way to identify which forum a topic is in?