Hi,
I confirm the issue. I have create a ticket: https://bbpress.trac.wordpress.org/ticket/2906
Pascal.
Two approaches
1. you are using Reden=pro which is a paid theme, so you should get paid support to fix this, quite often it is very simple, but it is theme dependant
2. see this link on getting wordpress to use the template you want
https://codex.bbpress.org/themes/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/
Ouch, ok, let me have another look
EDIT: In my 2.5.8 install of bbPress, I see vBulletin3 in the list, so I would say give it a try on a testsite. Get WordPress, bbPress then Tools > Forums > Import forums
Pascal.
Yeah, great plugin, I know the author very well 🙂
In the log of Postman SMTP, do you see the email going out ? It might be a malformed header (had that in the beginning, although nothing to see with bbPress).
Pascal.
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
probably a theme or plugin conflict
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Part 1
The form is held in
bbpress/templates/default/bbpress/form-reply.php
you’ll see several do_action hooks you could use, or indeed you could amend this template and save it in your theme as a new version.
wp-content/themes/%your-theme-name%/bbpress/form-reply.php
and bbpress will use this instead.
Most of the template used in bbpress are held in
bbpress/templates/default/bbpress so hunt around in there for topic forms, profiles etc.
Part 2
` $forum_id = bbp_get_reply_forum_id($post_id);
`
Group forum feeds are having issues.
https://bbpress.trac.wordpress.org/ticket/2888
For just topics, you an for now use the original forum structure url and add this to the end.
/feed/?type=topic
bbPress basically has search equal to the default WordPress search, so just basic functionality.
You can extend the default search in bbPress by using custom functions and modifying some bbPress search template files by placing the in a folder called bbpress in your child theme. Here is a GitHub repository that has some example files you may use, you will need to edit the files as it may be in Russian.
I have seen users use plugins and extend the default bbPress search functionality, and also services like Google Custom Search too.
I’m getting the same behavior. Batch Change Forum Role has no effect.
With the upgrade to WP 4.4.0 bbPress 2.5.7 and 2.5.8 batch change of user forum roles are no longer effective.
This does seem linked to the WordPress upgrade as batch forum role changes worked under both bbPress 2.5.7 and .8 worked under WP4.3 but stopped working under WP4.4.
I’ve deactivated all other plugins and set theme to TwentyTwelve – still not working. Debug True is not revealing any hints either.
Anybody else out there experiencing this?
Normal forum software can search by date / author / tag and within specific forums and topics – am I missing something – does bbPress have a decent search function hidden somewhere?
Hi Robin,
Many thanks for your response. I downloaded, unzipped, installed and activated your plugin from your site.
Unfortunately messages and replies are still not being sent.
Via Postman SMTP I get notifications of users editing their accounts, I get messages sent via contact forms but sweet FA from bbPress.
Needless to say I’ve checked the e-mail servers and they’re not finding their way into spam folders.
Any further help/advice would be gratefully received.
Cheers,
Eugene
Hi there,
Yoast SEO takes over (Browser/Site) Meta Title admin, and does so nicely with the Forums pages. However, when activated, it replaces the personal profile page meta title with the URL. When deactivated, this title reads “Move Meta | Your Profile”.
I use WordPress (MS) 4.4.1, bbpress 2.5.8, Yoast SEO 3.0.7. Our forums (in the making).
Does anyone have any ideas how to fix this? Maybe Yoast could enhance his plugin – what could I ask him to do, what would he need to know?
Thanks four your help and time
Manuel
On our website we have the following problem: users with BBpress role “Blocked” still receive notifications for their subscribed threads. Therefore a Blocked user can read by email the new posts posted in theis subscribed threads. I need that they don’t receive notifications if their bbpress role is blocked.
Hi,
According to the codex, only v4.x is supported (https://codex.bbpress.org/getting-started/importing-data/import-forums/)
Can you maybe first upgrade from your v3 to v4 ?
Pascal.
Hi, a trac ticket is created and will hopefully be implemented in one of the next versions of bbPress. If you need this now, maybe this thread can inspire you: https://bbpress.org/forums/topic/migrating-from-one-bbpress-installation-to-another/
Pascal.
Good question, too bad nobody answered it. I was wondering the exact same thing. Why would there not be an importer for the most current release of bbPress? Doesn’t make any sense.
Here’s another performance profiler that is useful: https://wordpress.org/plugins/p3-profiler/
Not as detailed as the Query Monitor, but it does give you a view of which plugins are hogging the most time. bbPress is at the top of the time-hog list on my application, which is not surprising given that it has to deal with the most data.
Hello,
I have a blog that is in 4 languages. I want a forum for each languages. How can I make this happen with bbPress ?
Best regards,
Seravi
I would like to migrate my vBulletin v3 forum over to the latest version of bbPress. I tried the migration tool from bbPress but it says there is nothing to migrate.
Is vBulletin v3 supported? If not, is my only option to update to vBulletin v4 first? I would like to avoid that as the upgrade costs $200 and I wouldn’t be using the software.
Please help.
ok, it’s not a good idea to post user access details on the website.
I took a quick look, but please DELETE my username to prevent you being spammed.
This may be either a permalinks issue, or theme or plugin
so try
Permalinks
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings>Permalinks, MAKE A NOTE OF WHAT IT IS SET TO, then select a different permalink structure and save. Then select your preferred permalink structure and save again.
If that doesn’t fix, Then
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Then come back
Most common choice for this is GD bbPress attachments.
Their is also BuddyPress Forum Editor if you use BuddyPress as well.
@morok
Do you have a forum or category called forum??
The default bbPress breadcrumbs can include the parent forum/categories name in the breadcrumbs, but it shouldn’t just display the post type like that.
There is this for users posts submitted. It offers an option to approve a user one or all the time.
https://wordpress.org/plugins/bbpressmoderation/