Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_has_forums returning wrong value

Published on February 20th, 2019 by Pleiades

I have a bbPress forum integrated with WooCommerce.
Until a few days ago it was working fine, but now

$uid = bbp_get_current_user_id();

if ( bbp_has_forums( array(
     'author' => $uid
 )) ) :

returns bool(false) regardless of the user or user role.

On a side note, when searching codex.bbpress.org, the results I (don’t) get:

bbp_get_current_user_id – “Sorry, no posts matched your criteria.”
bbp_has_forums – “Sorry, no posts matched your criteria.”
bbp_forums – “Sorry, no posts matched your criteria.”
bbp_the_forum – “Sorry, no posts matched your criteria.”

I understand these are just wrappers for WP_Query, but there are some obviously also forum-specific options. It doesn’t seem like much of a codex. Just saying.

Blank page during the repair

Published on February 19th, 2019 by domyit

Hi, I imported a vbulletin forum into bbpress.
When I do the repair, I get a blank page for these 2:
– Recalculate the position of each re-entry
– Reset existing users to default forum rules

I tried again and again, always the same result.
How can I solve?
Thanks!

problem permission

Published on February 19th, 2019 by erbenda

sorry for the errors but I’m using the translator I’m having problems with many users are having problems after registration shows them a message with written permission denied by the forum

Create New Topic – At the top of the forum page

Published on February 18th, 2019 by Mike Witt

Hi. I would like to have a “new topic” button (or link) at the top of the forum page, rather than having the “create new topic” form at the bottom of the page. Can someone give me some guidance about how to do this? I’m assuming that I’m going to override one of the templates, but I can’t figure out which one. Thanks!

Import bbPress forum to another WordPress bbpress setup

Published on February 18th, 2019 by Pankaj Bisane

Hi All,

I am facing an issue while importing bbpreess forum data to another wordpress bbpress forum.

I have checked that new wordprees setup Post ids are matching with the bbpress forum, topics and replies post ids. So it could lead in conflict.

Is there best way to migrate forum properly with new post ids for forum, topics and replies with proper relationship/linking of forums, topics and replies.

Looking for help Urgently !!

Note: I am using new bbpress Version 2.5.14 and old bbpress version is also 2.5.14

Thanks,
Pankaj

BBPRESS Related Forum Post Plugin

Published on February 17th, 2019 by Ikenna Duru

Hallo,
I run https://figeria.com , a forum based on WordPress. but please I need help addding a related forum topic to the forum.
So if anyone have a plugin that can display “related forum topics” or similar topic for BBPRESS, please kindly share. Thanks in advance!.

bbpress Slow

Published on February 17th, 2019 by Jing

We have just launched our site. Our site was running very fast in all other sections except bbPress. Each reply will take like 5=7 seconds to post.

What can we do to make our bbPress run as fast as this one we are using for bbPress support?

We have stripped all unnecessary plugins associated with bbPress. The only plugin we keep that is related to bbPress on our site is a notification plugin. It sends out a notification to users when a reply is made to their topic – Does bbPress have this function built in? We could not seem to find this function in bbPress. bbPress has a notification that is sent to all subscribers but not specific to the author of the topic. Am I correct?

Any advice you provide is greatly appreciated.

Jing

Users posts are public in a private forum

Published on February 15th, 2019 by

If I’m not logged in to my bbpress forum I can’t see any posts or forums at all which is exactly how I want it to be. But what I can do is see each users profile and his/hers answers on the page of each user:

/forums/users/myname/replies/

…even though I’m not logged in.

Is this a bug or is there a setting I’ve missed out?

bbpress not working with yoast seo

Published on February 15th, 2019 by developer210

Hello,
I already setup a yoast seo pro plugin on my site. now i install and activate bbpress on my site but i am not able to see forum and topic menu in wp-admibn section can you please help me on this.

We are getting notification from yoast seo.
We’ve recently improved the functionality of the Search Appearance settings. Unfortunately, we’ve discovered that for some edge-cases, saving the settings for specific post type archives might have gone wrong.

Please check the archive templates for the following content types: forum, topic.

if statement for forum root?

Published on February 14th, 2019 by Ricky Poon

if there a if statement I can use to target the forum root like is_front_page()

I know there is get_post_type() == ‘forum’ but it also targets the individual forums as well. i only want to target the root forum page.

Thank you, appreciate it

Skip to toolbar