Hello,
First of all i am using 4.7.4 version of WordPress and 2.5.12 version of bbpress.
The problem is when i click “Forums” button (on WordPress Admin) i get HTTP 500 error
this happens when i click “New Forum” or “All Forums” too.
The weird part is that i can open a topic without no forum.
My WordPress site: forums.the-rvo.com
So. All of my forums have disappeared so its not surprising I can’t see them! Is there some kind of self-destruct button in bbpress?
Hi, I’m using “White Label Login” plugin to display a login/register form in a modal popup. I set it to refresh the page right after the user succeed to log in and everything was working fine… until I activate bbpress. When bbpress is activated, the user is always redirected to the homepage, no matter the page displayed. I installed a local Worpdress with the same plugins, and the result is the same.
So, I made some search in the bbpress core files and this issue seems to come from the bbp_redirect_login function. When I deactivate or simply delete it (/plugins/bbpress/includes/user/functions.php => line 27), the page reload after login as expected.
This function is probably useful for bbpress and I don’t want to make any modification in the bbpress core files so I need some help 🙂
Thanks
Hi.
According Enable visual editor I put on my child theme’s functions.php code
`// Additional Functions
// =============================================================================
// bbPress Visual Editor
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );`
But not work.
Also I try to install plugin TinyMCE Advanced but not work.
I’m using X Theme (Theme.co)
I am running WordPress 4.7.4 and using bbPress v 2.5.12
I have a ‘Forum Topics’ widget set up in the sidebar and the breadcrumbs is linking to a Blog page. I want this to link to a PAGE in my site instead. I cannot figure out how to do this.
My site is;
and the breadcrumb that I want to re-direct is this;
Any assistance here is appreciated.
Dana
Hello,
Has the bbpress login widget the same functionality as the wp-admin login?
The reason i’m asking this, that my theme (Divi) has a nice login form option layout.
So can i use the themes login form widget instead of bbpress login form widget?
Hello,
In a previous topic asking for ‘Moderate Topics’ https://bbpress.org/forums/topic/moderate-topics/ (thanks to Robin W. for the answers)
So i do some research and see if a topic started there are a status option (open, close, pending,…)
How can i setting the ‘register_post_status’ automatic to pending for new topics, and disable/ hide this option below the textbox?
Regards,
Christophe
Hi guys
Please see attached screenshot. When not logged into the forum, there is the standard message “You must be logged in to create new topics”
I want to change that text and add a link there to signup to my membership page, i used the explore inspection tool, and think i pin pointed it to this file ” bbp-template-notice” BUT i cant find that file any where…
Please advice

I have been running a challenge in a FaceBook Group that involves a nightly live video from me. I would like to start monetizing these challenges by charging a monthly fee to access them. Is there a way to use bbPress where only people with a current paid account can access it AND it can also support a live video every night just like the FB page does? I’d like for it to also be able to hold PDF’s the members can download. I’m not technically savvy at all so if someone has a better idea for how to do this, I’m all ears. Thanks!
Is it possible for AJAX to be transmitted on BBpress Topics?