I see I have a competitor using MailChimp to send notifications from their bbPress forums such as notifications of new topics in a forum and replies to your post.
Both our sites also use BuddyPress.
I cant seem to find the exact plugin I should use.
Any help would be greatly appreciated.
Thanks
Hi,
I’m using latest version of the plugin and wordpress. I wanted to know that can i define post template for my bbpress forum?
We use our forum for applications!
I may refer the link given below:
https://www.warzone.club/forums/topic/adminship-application/
In this topic, I want the bold on in my predined template.
Thanks
One of my websites has an average loading time, but I fear will bbpress increase the server load time?
Wordpress 4.6.1
Bbpress 2.5.10 |
Hi there,
Today I found here the forum some very useful code to help me change something as colores and sizes.
But there is a component I could’t change, that is the Forum-Title.
Is there anyone that can help with some simple css as how to change the forum title
I thank you in advance.
I just want to thank @fpradmin because parte of his code, just help me a lot.
I has able to change the size font on my bbpress forum.
Kind Regards,
Hi. Three years later, we actually find ourselves in the opposite situation as well. We’d like to convert BBPress topics/replies to standard posts/comments. Have you done that successfully?
Hi @corypina,
Why do you decide to do that? We are trying do the oposite. BBpress to CPT.
Could you share your experience?
Thank you
So I made a clean install of WordPress and bbPress (and then after a few test posts I installed buddypress which didn’t change anything) and made 2 users. When I @mention a user in the forum it links correctly regardless of how many spaces I enter. HOWEVER, it does always strip the leading spaces down to 1 in the presentation of the post. If I click Edit on the post the original number of spaces can be seen. Is this intended behavior?
I’m going to make the changes to functions.php to enable the visual editor and to enable buddypress @mention suggestions in bbPress visual editor (like my production site) and see if the error reproduces.
Hi guys,
I am just trying to setup my first bbpress forum. I would like to allow unregistered users to create new forum topics and replies. In settings, I have ticked the box Anonymous posting: Allow guest users without accounts to create topics and replies.
However:
1) When trying to create new topic as unregistered user, I am receiving error: “ERROR: Your topic cannot be created at this time.”
2) When trying to respond to existing forum topic as unregistered user, I am receiving error:
“ERROR: Your reply cannot be created at this time.”
Can you please advise what I am missing here? I am using WordPress 4.6.1 and bbpress 2.5.10
Thank you,
Lukas
Hi,
I’m using the latest versions of WP and bbpress to date. I created some forums and a private forum also using Private groups. Everything perfect. Only one thing: When a normal user (not allowed to see the private forum) is logged in, he can still see that there is another forum due to the link at the bottom that points to the next forum. Of course, when he clicks there, he can’t access it, but still he knows of its existence. Would it be possible to control this “next forum” options somewhere to disable them or, at least, those pointing to a private forum?
Thanks a lot in advance.
I have disabled every plugin except membership 2, bbpress and buddypress. I still have the same issue. I just found this thread and will try some of the suggested fixes. This thread is 3 yrs old, does anyone know why this issue would be cropping up again?
Slow down; you move too fast
Thanks in advance for the help! Linda @iempoweru
I want to switch the Top Five Topics widget on my site to a Topics With No Replies widget.
I think I’ve found the code referring to the Top Five Topics widget in functions.php – this looks like it:
function rk_top_five_view() {
bbp_register_view( ‘top-five’, __( ‘5 Most Popular Topics’ ), array(
‘meta_key’ => ‘_bbp_reply_count’,
‘posts_per_page’ => ‘5’ ,
‘ max_num_pages’ => ‘1’,
‘orderby’ => ‘meta_value_num’ ),
false );
}
add_action( ‘bbp_register_views’, ‘rk_top_five_view’ );
And I think this is the relevant code on the page where the widget is displayed:
[bbp-single-view id="top-five"]
According to https://codex.bbpress.org/features/shortcodes/ the code for No Replies is:
[bbp-single-view id=’no-replies’]
So I’m guessing that on the page I just need to replace top-five code with no-replies…?
But what about the code in functions.php?
I found this on github:
bbp_register_view(
‘no-replies’,
__( ‘Topics with no replies’, ‘bbpress’ ),
apply_filters( ‘bbp_register_view_no_replies’, array(
‘meta_key’ => ‘_bbp_reply_count’,
‘meta_value’ => 1,
‘meta_compare’ => ‘<‘,
‘orderby’ => ”
)
) );
}
Is this what I need? Or should it start with function like the current code I posted at the top?
Please excuse me if I’m missing something obvious here – I’m just the website owner, not a developer.
Thanks in advance 🙂
Hello All,
I would like to upgrade my bbpress plugin on a testing/staging server.
I do not want to reveal the existence of this staging server to any of my users however.
Is there a way to disable all notifications coming from BBPress?
Thank you, Malcolm
@robkk One more thing. I disabled all of the bbpress plugins but the main one, to see if there was conflict among these that would be causing the problem. There was not – still getting same message when a visitor is trying to create a topic or a reply. Thanks again for your help @iempoweru Linda
Thank you for the guidance. However, let’s say there is a new post with id #123 and I attach a bbPress topic to it id #456 (by attach, I mean replacing comments with bbPress replies)
Now, a grid that’s generated on the homepage is generated by the WordPress post #123. How will I ensure that the replies count of topic #456 shows in place of comment count of WP Post #123? How can that synchronization be done?
Thank you again
Thanks for the answer.
I could switch off Auto-Embed in the settings and loading time will be fine, but SoundCloud and YouTube embed should definitely work.
The links to other messages are the problem, because bbPress loads every content of every linked thread without showing it.
I added how to create status labels here. There is a way to create a hot label, but what I posted is just for a certain number of replies posted in a topic. Other forum systems use rating or number of replies in a certain time frame. So adjust as you please. Using the classes I have in the code you can style the label with CSS.
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#24-show-status-labels-for-bbpress-topics
This is a possibly known issue that is theme/bbPress theme compatibility related.
https://bbpress.trac.wordpress.org/ticket/2966
To fix this place the content-search.php and form-search.php files from the bbPress plugin to your child theme in a folder called bbpress.
If you haven’t created a child theme create one.
https://codex.bbpress.org/themes/theme-compatibility/
https://codex.wordpress.org/Child_Themes
Is it really just replace the underscores with spaces in this __@mention and it won’t work for you.
This is blowing my mind right now.
Did you do plugin and theme troubleshooting??
https://codex.bbpress.org/getting-started/troubleshooting/
Are your forum posts still there?
This could a possible theme issue. I think bbPress could use a template (either content-search.php or search.php ) by accident from your theme.
Are you using a custom theme, you might want to create a child theme if so?
To fix this place the content-search.php and form-search.php files from the bbPress plugin to your child theme in a folder called bbpress.
If you haven’t created a child theme create one.
https://codex.bbpress.org/themes/theme-compatibility/
https://codex.wordpress.org/Child_Themes
The bbPress login/registration forms are buggy or have incomplete functionality.
I say use the default WordPress forms for your users, or use a frontend form plugin.
This is a theme/bbPress theme compat issue. The template file that bbPress is inheriting for its display is making the pages display like that.
You will need to create a bbpress.php file from code that I will post later after I take a look at a free version of your theme.
Edit: Here is the file you can use.
https://gist.github.com/robkk/f88c50902c6ef072e733924bfea6a634
Are you using the default bbPress login widget?
This widget options has fields to activate the lost password and register links.
To answer your reply here.
https://bbpress.org/forums/topic/installing-bbpress-and-creating-registering-new-users-for-your-forum/#post-178650
Make sure to enable registration in Settings > General from the WordPress backend.
First details:
Basic System info on wp core and all activated plugins. I am currently using Spacious theme adult, have not configured child as of yet. Will work on theme last thing.
WP version 4.6.1
Theme Spacious 1.4.1
PHP version 5.6.25
bbPress version 2.5.10-6063
site url https://www.divorcehub.com
Active Plugins Name and Version
– p1 Akismet 3.2
– p2 All In One SEO Pack 2.3.10.2
– p3 bbPress Move Topics 1.1.3
– p4 bbP Toolkit 1.0.6
– p5 bbPress – Live Topic Suggestions 1.0.9
– p6 bbPress Notify 0.2.2
– p7 bbPress – Private Replies 1.3.3
– p8 bbPress – Report Content 1.0.5
– p9 bbPress 2.5.10
– p10 Buddy-bbPress Support Topic 2.1.0
– p11 BuddyPress Friends Only Activity Stream 1.0
– p12 BuddyPress Friends On-line (FOL) 0.4.3.1
– p13 BuddyPress Global Search 1.1.5
– p14 rtMedia for WordPress, BuddyPress and bbPress 4.1.8
– p15 BuddyPress 2.7.0
– p16 Child Theme Configurator 2.1.2
– p17 Header and Footer 2.0.3
– p18 Like Button Voting & Rating 2.3.0
– p19 Membership 2 Pro 1.0.3.3
– p20 RSS Icon Widget 4.0
– p21 Simple Contact Forms 1.6.4
– p22 Theme Check 20160523.1
– p23 Transcoder 1.0.7
– p24 Turbo Widgets 1.0.4
– p25 WP All Import 3.3.8
– p26 WP Smush Pro 2.4.5
– p27 WPMU DEV Dashboard 4.2
As you can see I have integrated bbpress with buddypress and membership 2. These are almost completely configured to the way I want them.
The goal with the content on this free membership site is to make almost all the content readable, but to allow only users to post new topics or replies.
I have added one plugin at a time and test in between so I do not think there are any conflicts.
Matter of fact, everything is great except for 1 thing.
I do not want a non-logged in user to be able to post topics or replies. At the bottom of each of the current topics, there is a reply text entry field. If I log out and try to post a reply, I get this message:
“slow down, you move too fast”
So I either need to figure out how to change that message to “only logged in users can reply or post new topics” or something similar.
Or I need to know how to hide the reply text entry field for non-logged in users.
I have been through settings>forum as well as all the other plugins looking for the appropriate toggle to no avail.
I have combed the forums and google with no success. Thanks in advance for your assistance. Linda @iempoweru