Search Results for 'bbpress'
-
Search Results
-
I’m setting up a new site and have been testing registration and forums workflows.
In an effort to reset the site back to 0 content – I deleted all test users and their topics in BBPress. After deleting all topics, I went to the trash and deleted them permanently.
Topics now shows nothing. However the number of topics still show up in the topics column in forums admin.
Hi.. I am using bbpress on my website and I don’t know why I got this error. I try to find solution online but I got no luck. Here is the page that got me error.
Wordpress version: 5.2.2
bbPress version: 2.5.14Just to you know. I am also using “LearnDash & bbPress Integration” on my site. I’m not sure if this one causes the problem.
I hope you can help me fix this one.
Kind regards,
VinsHello. I‘m using free astra theme, elemntor pro, WooCommerce, bbPress and LearnDash in my website.
I’m trying to make a custom “my-account” which comes with woocommerce. and I did using the short code and elementor. but since I’m using bbpress too, I wanted to view the bbpress user profile that’s located by defualt in “example.com/forums/user/******”
what I did: i created a custom endpoint “/my-account/forums/” and since I wanted the dynamic content. i thought i can use the templates of bbpress. so I added code #1 in my theme functions.php and copied the code of user-profile.php from the bbpress templates into my forums.php that i created in astea/WooCommerce/myaccount/
code #1
`function my_custom_endpoint_content() {
include ‘woocommerce/myaccount/forums.php’;
}
add_action( ‘woocommerce_account_forums_endpoint’, ‘my_custom_endpoint_content’ );what happened: it showed the content, but it views the data of a normal vistor – non-logged in user- instead of pulling the current user.
so any ideas on how to achieve such a thing ? maybe there is a another method that’s not even related to what I’m trying to do ?
Is it possible to set up BBPress Plugin for WordPress so topics can be viewed by anyone but only the OP and Admin can participate in the thread?
I’d like to use the BBPress plugin with WordPress to add a forum but I’d like the OP to be able to choose one of three options when they start a topic:
1) Public – the topic will be viewable to everyone
2) Public and Anon – the topic will be viewable to everyone but the OP details will be hidden
3) Private – the topic will only be viewable to the OP and AdminI’m sure 2) needs some custom coding but are 1) and 3) possible.
I saw this thread https://bbpress.org/forums/topic/private-threads/ – which suggests a work around with two forums but what if someone who posted a topic changed their mind and wanted to switch a public post to a private one after a thread already exists. Would this be difficult?
WP v. 5.2.2, bbpress v. 2.5.14. WP is bundled with Bluehost. Theme is OceanWP. Link is http://box5745.temp.domains/~cathyabl/rosecityyachtclub.com/forum/
No matter what I try, I can’t get the bb sidebar to display. I’ve tried bbtweaks, among other gyrations to no avail.
Thanks for any direction you can point me!
I am experiencing 404 errors on forum and topic views. It appears to be at random and not all the time.
Got error 'PHP message: PHP Notice: Undefined offset: 0 in /wp-content/plugins/bbpress/includes/topics/capabilities.php on line 80\nPHP message: PHP Notice: Undefined offset: 0 in /wp-content/plugins/bbpress/includes/replies/capabilities.php on line 62I have re-saved permalinks, changed->saved then changed-back->saved and still have the 404 errors occasionally.
I googled this error and found:
https://wordpress.org/support/topic/capabilities-undefined-offset-error-with-bbpress/I tried updating the capabilities.php file as discussed but still having issues.
Does anyone have any experience with this problem and have a fix?
Topic: Forum Profile Tilte
Hello,
My site http://adm54forum.fr is on WordPress 5.2.2 and bbPress 2.5.14.
I use a theme called “Socialized”.When I post a message on the forum as an administrator, under my profile picture is indicated my role. It says “Admin bbPress”, but how can I change that? I have no role with this name

Topic: Quick Qs re: Child Forums…
Can I install BBPress so there are parent/child forums, and is it possible to have the child forums collapsed when not being used?