Search Results for 'bbpress'
-
Search Results
-
Hello I am interested in setting up bbpress but I already have a forum software that is using the page named Forums. Is this going to cause problems or can I set the default page to use as a different page? Say Forum instead?
I am looking for a WordPress forum plugin for an educational environment, and came across bbPress. It has many promising features, but there is one essential feature I need for which I cannot find confirmation in the documentation whether it is available in bbPress. This is it:
When a user (student) posts for the first time to a forum — typically in answer to the question related to that specific forum — I want they cannot read the available forum posts until they have submitted their first post: I see nothing/I submit my first post/now I see all other posts.
This is a ‘trick’ often used in educational settings, because it stimulates every student to think about the question from scratch, unbiased by the previous answers. Such an approach stimulates a larger diversity of answers.
Is such a tool available in bbpress?
Thanks for your insight!
I have a forum that I wanted to protect for my members only. I have Wishlist-member installed and activated, but bbpress topics and replies seem erratic when I try the protection. So I removed all protections to make sure that the issue is not with bbPress or even my Theme (Tesseract).
What I found out is that even with my protections all off, bbPress is not diplaying my Topic, only the replies to them. I have 3 topics. Is there a way you could help? Here are the topics:
Incidentally, when I am logged in as admin, I do see the original posts (topic).
Hey guys,
just stumbled over a small 500 error in the functions file:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/vhosts/mydomain/wp-content/plugins/bbpress/includes/forums/functions.php:1854 Stack trace: #0 /var/www/vhosts/mydomain/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 /var/www/vhosts/mydomain/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters('', Array) #2 /var/www/vhosts/mydomain/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #3 /var/www/vhosts/mydomain/wp-includes/class-wp-query.php(1681): do_action_ref_array('pre_get_posts', Array) #4 /var/www/vhosts/mydomain/wp-includes/class-wp-query.php(3238): WP_Query->get_posts() #5 /var/www/vhosts/mydomain/wp-includes/class-wp-query.php(3347): WP_Query->query(Array) #6 /var/www/vhosts/mydomain/wp-conten...Should be fixeable, ln 1850-1854 is in the bbp_pre_get_posts_normalize_forum_visibility function and looks like this:
// Get any existing meta queries $meta_query = $posts_query->get( 'meta_query' ); // Add our meta query to existing $meta_query[] = $forum_ids;adding an array check to ln 1850 should suffice (i do actually not know what one’s trying to achieve here, so this is just a quickfix):
$meta_query = is_array( $posts_query->get( 'meta_query' ) ) ? $posts_query->get( 'meta_query' ) : array( $posts_query->get( 'meta_query' ) );side-note: wp version 4.7.3, bbpress version 2.5.12, php version 7.1.3
Cheers,
TobyHi, i installed bbpress and i don’t know where can i change directing.
I want just to change the redirection after clicking on the username who created a topic / post .
Actually it direct me to : mystie.com/members/myusername/
I just need to change it : mystie.com/users/myusername/
How and where i can do that?
thank you very muich for help!Topic: Slug Conflict
Hello,
I was creating a forum in the admin, and after publishing, the slug “hardware” had a -2 on it, so became hardware-2
There’s no other forum with the same slug, so I don’t understand why its adding the -2 on it.
So my question is: How do I avoid slug conflicts?
I have a woocommerce category called “hardware” as well, but even trying to change that to “hardwares” I still cannot use “hardware” without the “-2” for the forum.
Are bbpress’ slugs and terms not “segmented” under “/forums”?? Can I not have a “hardware” shop category and a “hardware” forum?
Please advise!
WordPress 4.7.3
bbPress 2.5.12Everything was working fine with WooCommerce 2.6.14. I had forum root set to ‘community’ and I created a page with the slug ‘community’. When navigating to /community WP was displaying my page.
After updating to WooCommerce 3.0.1 WP now displays the forum root (archive-forum.php) instead of the my custom page (page-community.php).
If I switch to storefront or any of the recent Twenty * themes the problem goes away. If I use my theme and disable all other plugins, the problem persists. So this seems to be a conflict between my theme and WooCommerce that is causing this issue.
I can resolve the issue by changing either the forum root or my page slug but I would prefer not to do that. Any ideas on how I might be able to resolve this and keep my URLs intact?