Hello,
how can I show all the topics of a forum filtered by a tag?
Thank You
Hello,
how can I show all the topics of a forum filtered by a tag?
Thank You
I want to add additional infomation and help test to the regsiter page.
I have added
to my register page but it does not show the additional content outside the shortcode.With the latest version of BBPpress how do I do that? (if its adding a file to my theme what do I use as a basis and what file structure does it need to sit in my theme? (i.e does it sit in the theme folder or does it need to match the structure of the defualt theme)
I have added the forums widget to my side bar, and noticed of course that for my private forums it says PRIVATE: beside them, which looks tacky.
So I downloaded bbp style pack and activated Option #4 to remove the PRIVATE: prefixes. Once I activated Option #4, it removes the private forum listings from my side bar (they disappear). If I deactivate it, they reappear. I’m sure this is a bug, and am hoping for a fix.
Thanks,
Jason
Hi, I’m trying to make some filters in my single-forum and other pages queries, but my changes with pre_get_posts results in “Content not found”.
Here’s a example of my code:
function bbpress_site_queries( $query ) {
if ( $query->is_main_query() && $query->is_single( 'forum' ) ) {
$query->set( 'order', 'DESC' );
}
}
add_action( 'pre_get_posts', 'bbpress_site_queries' );
What is wrong? There’s other way, better to modify bbPress queries? I want to change queries to make in front-end some order and other filters.
I’m looking for at way to let none registred user to see the forum as they can now. But with the possibility to note allow then to read the topics. Is there any way to achieve this? I hvae tried a few plugins without success.
When users copy-paste text from other sites they got text like this:

How can I fix that?
I’ve got TinyMCE for bbpress installed.
Very strange.
I have the list of forums in my side menu when a user is logged in.
And when I added the bbp style pack it causes the list of forums on my side bar to disappear when I activate setting 4 to remove the PRIVATE prefix. Once I deactivate bbp style pack they reappear.
Any chance you could help me?
I already had itheme security ver 5.1.1 installed before I installed bbpress plugin. For some reason, the itheme security gives this message http://prntscr.com/98z8am. When I deactivate the plugin, the bbpress works fine but as soon as i activate itheme security, it stops working. Any help would be appreciated.
Thank you
Kabita
WordPress – 4.4; bbpress 2.5.8; http://www.putznutzcabinfever.com
I am wracking my brain! I have looked all over. My website is www.putznutzcabinfever.com and all I need is the functionality of bbpress. I have around 40 family members signed up but so far, those who have tried have not been able to start a topic or reply to anything. I am getting the following message “ERROR: You do not have permission to reply.” I do have Ultimate Member installed if that makes any difference. I have installed Buddypress thinking that it might have something to do with it but have determined it is overkill for my site and that it still does not take care of my problem. I keep thinking there is some place I need to go to change user permissions. Please advise. I am willing to give temporary back door access if necessary.
Hello.
Is it normal bbpress does not take into consideration my theme based on “roots.io/sage” ?
Sage use bootstrap.
And form, button, etc of bbpress do not have the bootstrap/Sage theme.
The css of my theme is only in “/dist/styles/main.css” (the style.css have not any style).
Is this the normal behavior ? please