thank you
I used a plugin called “bbpress-new-topic-emailer”. This plugin allows email notifications for each forum. This plugin is a useful plugin.
But the sending method is CC. Is there a way to hook this to BCC with WORDPRESS functions.php?
“$headers .= ‘Bcc:” This method is for a single email account. What should I do if there is more than one?
I am waiting for good advice from all of you.
On the forum user’s profile page, the following links don’t work:
- Topics started
- Replies created
- Engagements
- Favorites
- Subscriptions
- Edit
The links all return a WP page that says “Not Found Apologies, but the page you requested could not be found. Perhaps searching will help.”
I’ve tried three WP version (5.9.7, 6.2, 6.2.2), and two versions of bbPress (2.69 and 2.7), and I keep it very simple: just WordPress and the bbPress plugin. I’ve also tried a variety of themes, new ones and older ones. Everything else works fine–it’s just those links on the profile page that don’t.
I suspect that I’m missing a simple configuration setting or something…
Does anyone recognize that symptom and/or know what the fix is?
Thanks!
Breakdance isn’t a theme and it actually disables any theme installed in WordPress. I would have to start from scratch. Thank you anyway.
thanks for the update.
1. Can you confirm that you have run the repair tools in dashboard>tools>forums>repair forums
2. can you confirm that making a wordpress post (ie a post or page) is quick
3. can you try editing a bbpress topic on the front end and let me know if that is erqualy slow on saving
are these wordpress roles, bbpress roles, (say membership) plugin roles, or some customs roles you have written?
WordPress v. 6.2.2
BBPress v. 2.6.9
Site (under construction): https://www.batsandblacklace.com
I am able to use the forum index shortcode while I’m editing my forums page and everything looks perfect (first screenshot). On the front end however, it looks completely different and is completely unusable (second screenshot). I have driven myself insane trying to figure this out and I’m coming up completely empty. Does anyone know what’s going on here?
Thanks!
Screenshot 1
Screenshot 2
Just an FYI this plugin does NOT work. https://wordpress.org/plugins/image-upload-for-bbpress/
Version 1.1.18 with WordPress version 6.2.2. Allows you to click on the image icon, navigate to your image and upload. Just when you think it works…. it doesn’t. Image does NOT appear when viewing the forum. (Even if you have permission rights)
Frustrated.
function bbptoolkit_show_search_form(){
if ( bbp_allow_search()) {
?>
<div class="bbp-search-form">
<?php bbp_get_template_part( 'form', 'search' ); ?>
</div>
<?php
}
}
add_action( 'bbp_template_before_single_forum', 'bbptoolkit_show_search_form' );
add_action( 'bbp_template_before_single_topic', 'bbptoolkit_show_search_form' );
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
ok, it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
bbpress just uses the WordPress (or whatever custom plugin you are using) registration/login, and your problem is almost certainly site specific, so beyond generic help from here.
Il s’affiche une erreur en page d’accueil de mon site warning erreur
warning erreur functions.php
page d’accueil de mon site
warning erreur
Dernière version de wordpress et thème twenty two
I’m new to wordpress and I installed the BBPress forums and they were fine and hen changed to looking all weird and ‘typewriter’ font and when I click on a thread it jus goes to a blank page and there is no way for anyone o actually post responses.
What has happened?
Please can someone help (in simple English, I am such a newbie at this and really have no clue.)
Oh ok. Thanks.
Now I shifted back to [bbp-topic-index]
and limit the number of displayed topics in WordPress dashboard setting>forum. And it finally displays page number.
This may be what you want
Private groups
Quick update as of Wednesday May 17th 2023, WordPress Support confirmed a JetPack fix has been pushed, I tested it this morning and it works. If you enable:
JetPack > Settings > Performance > Enable Site Accelerator > Speed up image load times, then bbPress Forum posts will no longer be missing and Site Accelerator will work normally as before.
Quick update as of Wednesday May 17th 2023, WordPress Support confirmed a JetPack fix has been pushed, I tested it this morning and it works. If you enable
JetPack > Settings > Performance > Enable Site Accelerator > Speed up image load times, then bbPress Forum posts will no longer be missing and Site Accelerator will work normally as before.
Hello, I work for a software development company that specializes in web and mobile solutions. I have some experience with bbPress and I agree that it can be slow sometimes. One thing that helped me to improve the performance was to update the bbPress plugin and WordPress core to the latest versions. You can also disable any plugins that you don’t need or that are not compatible with bbPress. You can also try to use a lightweight theme that is optimized for speed. I hope this helps you to solve your problem. Cheers!
Our plugins:
WP Google Search
WP Facebook Login for WordPress
To Top
Smash Balloon Instagram Feed
LiteSpeed Cache
Complianz | GDPR/CCPA Cookie Consent
Complianz – Terms and Conditions
bbPress
bbp style pack
Anti-Spam by CleanTalk
AJAX Login and Registration modal popup + inline form
Rank Math SEO
Theme
Publisher
if you could both let me know what version of WordPress you are on, and whether the speed is the same for posting both topics and replies that would be very useful 🙂
I have ported the key bits from this plugin to my style pack plugin
bbp style pack
Is there any replacement for bbpress toolkit. I constantly get spammed with this email.
An error of type E_ERROR was caused in line 702 of the file /usr/local/lsws/Example/html/wordpress/wp-content/plugins/bbp-toolkit/includes/main_page.php. Error message: Uncaught Error: Call to undefined function create_function() in /usr/local/lsws/Example/html/wordpress/wp-content/plugins/bbp-toolkit/includes/main_page.php:702
Stack trace:
#0 /usr/local/lsws/Example/html/wordpress/wp-includes/class-wp-hook.php(308): forums_toolkit_page()
#1 /usr/local/lsws/Example/html/wordpress/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters()
#2 /usr/local/lsws/Example/html/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /usr/local/lsws/Example/html/wordpress/wp-admin/admin.php(259): do_action()
#4 /usr/local/lsws/Example/html/wordpress/wp-admin/tools.php(40): require_once(‘…’)
#5 {main}
thrown
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
sorry bbpress just uses the wordpress user system.
I’d suggest you use one of the many login plugins to enhance your users perception of your site eg
Theme My Login
ok start with
https://wordpress.org/plugins/check-email/ and set up logging
this will tell you if the site is trying to send emails, and you can see what address it is trying to send from, which I suspect is what your email system does not like.
if it is the sending email address, you can change this using
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Subscription Emails