Search Results for 'bbpress'
-
Search Results
-
I am trying to integrate BBPress into a site created with Toolset – Layouts, Types and Views.
The following BBPress shortcodes require an ID parameter:
[bbp-single-forum id=$forum_id]
[bbp-topic-form forum_id=$forum_id]
[bbp-single-topic id=$topic_id]
[bbp-single-reply id=$reply_id]Each of the IDs required above are aliases for the post_id, which Toolset privides a shortcode for. In order to get the templates to work for layouts applied to single Forums, Topics and Replies I need to include the current post ID. The simplest way I can imagine to do this would be as follows?
[bbp-single-forum id='[wpv-post-id]’]
[bbp-topic-form forum_id='[wpv-post-id]’]
[bbp-single-topic id='[wpv-post-id]’]
[bbp-single-reply id='[wpv-post-id]’]Unfortunately I get the following output at the front end?
‘]
This makes clear to me that nested shortcodes are not supported in the BBPress. Is there a straightforward way of extending this functionality, perhaps through the functions.php file? This would create full compatibility with BBPress and Toolset. I couldn’t find any solutions to this shared on this support forum but it seems to me as something that may be a common problem and could have been tackled before.
I hope you can assist.
Topic: Nothing is displayed
I was installed bbPress 2.5.12 on WordPress 4.7.5.
Then I made various settings of bbPress and created a new forum.But the forum is not displayed.
When entering the forum from “View forum” in the forum creation editor, the whole screen is pure white.
https://WORDPRESS-DOMAIN/wp-admin/edit.php?post_type=forumWhen I go directly to the URL of a separate forum, a normal WordPress site will be displayed.
In the main place, “Can’t find it, there is nothing here, please try the search.” is displayed.Slug of forum root>Forum prefix part;
Even if I turn ‘Add slug’ on/off, nothing changes.Management panel (left pane/dashboard) > Forum > Forum list or Add new forum
Here again the screen is nothing display.
Even when uninstalling plugin or reinstalling it, it does not change.How do I use bbPress?
Hello Support,
http://www.imanicogic.com
Wordpress Version:4.7.5
BBPress Version: 2.5.12This was tried on other themes and our WordPress Developer encouraged us to submit this to you.
==========================
We are trying to redirect Members, Groups, and Activity pages to a custom URL. We are using the following code:function church_bp_page_template_redirect()
{if( ! is_user_logged_in() && ! bp_is_activation_page() && ! bp_is_register_page() && (bp_is_current_component(‘members’) bp_is_current_component(‘activity’) bp_is_current_component(‘groups’))) {
wp_redirect( ‘/imani-secured-login/’ );
exit();
}
}add_action( ‘template_redirect’, ‘church_bp_page_template_redirect’,10 );
However, when BBPress is active, this will not work and will always redirecting to Homepage but if BBPress is activated, the custom code will work perfectly.
Can you please check if there are any conflicts with Buddypress and BBPress in regards to template_redirect?
Thanks!
Topic: custom forum page setup
HI
I have Install bbPress and like to setup custom page for forums
Im getting two URL .. which I dont need and it will be creating duplicate post
Im getting this link as default https://bestcomputersforgaming.com/forums
Im trying to design custom page for forums at https://bestcomputersforgaming.com/forum/
any solution to just to get one forum link
Topic: bbPress Fatal Erreur
Hi when i want to check my forums i get this erreur
Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\htdocs\forum\wp-content\plugins\bbpress\includes\forums\functions.php:1800 Stack trace: #0 C:\xampp\htdocs\forum\wp-includes\class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 C:\xampp\htdocs\forum\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 C:\xampp\htdocs\forum\wp-includes\plugin.php(515): WP_Hook->do_action(Array) #3 C:\xampp\htdocs\forum\wp-includes\class-wp-query.php(1681): do_action_ref_array(‘pre_get_posts’, Array) #4 C:\xampp\htdocs\forum\wp-includes\class-wp-query.php(3238): WP_Query->get_posts() #5 C:\xampp\htdocs\forum\wp-includes\class-wp.php(617): WP_Query->query(Array) #6 C:\xampp\htdocs\forum\wp-includes\class-wp.php(735): WP->query_posts() #7 C:\xampp\htdocs\forum\wp-includes\functions.php(955): WP->main(”) #8 C:\xampp\htdocs\forum\wp-blog-header.php(16): wp() #9 C:\xampp\htdocs\forum\index.php(17): require(‘C:\\xampp\\htdocs…’) #10 {main} thrown in C:\xampp\htdocs\forum\wp-content\plugins\bbpress\includes\forums\functions.php on line 1800
I’ve got 7 forums all named the same due to an issue mentioned in another post.
How do I remove all bbPress files from the mySQL database before installing bbPress again once it’s ready for PHP7.1?
Is there a plugin which will do this?
I’m running latest WordPress with php 7.0.19 and mySQL 5.6.35.