so with just askimet and bbpress on a vanilla theme you have a problem?
Hello,
The problem is with Askimet. I thought it was supposed to work with BBpress? I see the option in the settings to allow them to work together.
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 twentyfifteen, and see if this fixes.
Then come back
I am looking to change the buttons in the default text editor to those that appear in the fancy visual editor. My audience is overseas and are familiar with the “microsoft word” style of buttons. I have tried Enabling the visual editor however am experiencing issues with inline replies. I actually prefer the default text editor as it strips out copied html, so really I just need so fancy buttons. Can I do so with css or create a filter to call the other toolbar instead of qt_bbp_topic_content_toolbar ?
many threads botn on this forum and on the all in one seo pack page
google
bbpress all in one seo
and you’ll see a list
This one frequently fixes apparently :
I spoke to the author of the All in One SEO Pack and was told to delete and reinstall the plugin. Surprisingly, it worked even though I already had the latest version.
Not sure where the conflict lies, but having the two plugins activated, results in no access to bbPress’ settings page.
Deactivating All In One SEO Pack fixes it but, would like to have them both. Halp!
bbPress – Version 2.5.11
All In One SEO Pack – Version 2.3.11.4
Hi @fhasst1,
(Let me start by noting it could very well be that you already know this—but something in your post made me want to call it out just in case you weren’t aware.)
bbPress runs on top of WordPress. That’s important because it means if a user has logged into your (WordPress-driven) site/app then, by extension, they will have logged into the forum (insofar as bbPress will realize they are an authenticated user and will be able to identify them) … no need for a separate login.
Also, I think it’s worth calling out the fact that when it comes to adjusting the way bbPress behaves, or building some new forum feature, there is a really quite extensive set of functions, hooks and methods available to you that make it a really awesome platform to build on.
codex.bbpress.org
All the answers I can find to this question seem old and the solutions don’t work.
I’ve tried copying my theme’s full width template to my child theme and naming it bbpress.php
I’ve tried copying bbpress.css to my child theme and adding the CSS for article width to it and adjusting it to 100% (which works fine in the theme if I want to change ALL my content to 100%)
How can i get JUST my bbPress generated pages to be full width ? Currently i’m linking straight to the forums, should I be putting them in full width pages and generating them with short code instead as a workaround ?
Note: the bbpress.php override works fine but I can’t figure out how to override the .css that’s keeping the forum box small.
/* Arrange posts into grid structure on archive pages */
.archive article,
.blog article,
.search article {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
margin-bottom: 3.33333%;
padding-left: 1.11111%;
padding-right: 1.11111%;
width: 33.33333%;
}
I am on WordPress 4.7.2 and bbPress 2.5.12 and suddenly this combination stopped working layoutwise. bbPress is just outputting content (text), but without any tables or any other formatting.
The glitch happens with all WordPress themes not just a particular theme.
I am using “bbPress Tweaks” to render the output in my theme. Deactivating bbPress Tweaks did not solve it.
Unfortunately we use this website for internal communications, so can’t just put a link here, you have to have an active user to login.
Therefore I uploaded some pictures of what is happening:
https://www.rainbow-international.de/screen.jpg
https://www.rainbow-international.de/screen2.jpg
I tried everything disabling plugins, downgrading WordPress, downgrading bbPress itself. But I can’t get the older versions of bbPress to run. Something in the code is crashing -> white page. So I am stuck with 2.5.12.
Thank you in advance!
Hi Kostas,
I am currently making a plugin to move/copy/delete bbPress install in multisite.
Would you be interested in purchasing it when ready?
Thanks,
Stiofan
login probably isn’t going to do it either.
Probably a setting in wordpress or your site
or ‘I changed all of the URLs directly in the database’ something mis-set here
Suggest you start by
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 twentyfifteen, and see if this fixes.
to eliminate these as issues
Hello i m working with WordPress 4.6.1 with Bigbang theme
my bbPress version is 2.5.10
The problem is in the tool bar: I see simultaneously both the visual bar that the textual, and the keys of the text toolbar are visible only if I get over them with the mouse

Oh, that is strange, can you check the contents of the following file for me on your beta 2:
bbpress/includes/admin/converter.php#L653
That line should read $max_index_length = 191;
One other thing, you might need to run the “reset forums” tool first from:
/wp-admin/tools.php?page=bbp-reset
That will delete that old table (and *all* your forum data) and make it available to be created in the updated format.
Hi Stephen,
unfortunately it didn’t help, I get the exact same error message with bbPress 2.6 Beta 2. Any other possibilities?
Thank you
Hi, and thank you so much for replying. I ended up adding BBPress and disabling the legacy thing. I’ve also added new forums and my client didn’t seem too bothered about the loss.
Is it too late to convert to old forums and, if not, how would I go about it?
Hi Robin,
Thanks for your reply. Sorry, I didn’t respond sooner, but I didn’t get an email notification. Well, I tried your suggestion and no joy. 🙁
Any other suggestions? I’ll check in daily whether I get a notification or not.
Here’s a link to a forum via the most popular link: http://new.mudskippercafe.com/forums/view/popular/
T[Edited to add]
his is a development site, the original URL was http://www.mudskippercafe.com So maybe that will give you some other ideas of what might be going on. I changed all of the URLs directly in the database and everything else is working. I’ve also disabled all of the other plugins that were originally being used with bbpress just to make sure they weren’t causing issues.
Thanks again,
John
You can use WordPress’s REST API to interact with forums/topics/replies the way you can with any WordPress posts, but that may not be ideal (and some of the verbiage does not directly translate very well.)
That API has only been fully available since WordPress 4.7, so we are seriously starting the process of exploring what a dedicated bbPress API should look like. Some work has gone into this already, but there is more to do.
You’ll need to install the bbPress plugin, and convert your old bbPress 1.x forums to bbPress 2.5 (soon to be 2.6.)
Then you can disable the BuddyPress legacy forum component, and continue using the newer better faster stronger bbPress plugin.
bbPress 2.0 and higher comes with a (pretty great) conversion tool to help you migrate from several different forum softwares, including bbPress 1.x. We used that exact same tool all across WordPress.org, so we are confident that it works very well.
If you create a page with the same slug as your forum index, you can use either the [bbp-forum-index] or [bbp-topic-index] shortcode in your page content to output the list you desire.
bbPress won’t complain, and you’ll be able to customize the page title and content if you desire.
It’s not exactly a hidden trick, but it’s what we use here on bbPress.org and seems to work OK. If that approach is creating a broken breadcrumb, that’s definitely a bug.
Thank you kindly, Pascal!
The links I would like removed are listed in two separate posts as follows. Note that I have edited the actual link data in my note below so I don’t create yet another link here, but you can easily identify the links in my posts per the information I am providing below:
– topic link 1: https://bbpress.org/forums/topic/hide-home-menu-on-bbpress-pages/
Link to remove 1: http://www.cyt*****.com/user*****/
– topic link 2: https://bbpress.org/forums/topic/bbpress-sidebar-disappears-on-topicpost-pages/
Link to remove 2.1: http://www.cyt*****.com/for**/
Link to remove 2.2: http://www.cyt*****.com/for***/forum/regist******-instru******-and-fo***-guide*****/
Thank you!
Thanks for the report @tiiuk, this has been fixed for bbPress 2.6 🙂
If you would like to you can update to bbPress 2.6 Beta 2, bbPress 2.6 has significant enhancements for imported phpBB forums as an added bonus 🙂
Details are here: https://bbpress.org/forums/topic/bbpress-2-6-beta/
To the best of my memory, I added the below to my themes’s child functions.php file to disable the “forums” breadcrumb that links back to the “forums” page that does not include the sidebar. NOTE that I am not a developer and got the below from this forum somewhere last year so use at your discretion. If you crash your site, I accept no responsibility!!
+++++++++++++++++++++++++++++++++++++++++
function rkk_custom_bbpbreadcrumbs() {
// Remove Forum root from bbPress breadcrumbs
$args[‘include_root’] = false;
return $args;
}
add_filter(‘bbp_before_get_breadcrumb_parse_args’, ‘rkk_custom_bbpbreadcrumbs’);
Hello,
I try to import my phpBB 3.2.0 (latest stable version) to bbPress (latest version 2.5.12) using the default import tool in the WordPress 4.7.2 backend. The phpBB is clean, no mods / plugins or custom styles. I get this error:
Repair any missing information: Continue
WordPress database error: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE MNmAD_bbp_converter_translator ( meta_id mediumint(8) unsigned not null auto_increment, value_type varchar(25) null, value_id bigint(20) unsigned not null default ‘0’, meta_key varchar(255) null, meta_value varchar(255) null, PRIMARY KEY (meta_id), KEY value_id (value_id), KEY meta_join (meta_key(191), meta_value(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
No data to clean
Starting Conversion
I don’t know any MySQL so I don’t understand what to do. If relevant here the collations used: utf8_bin (phpBB) and utf8mb4_general_ci (WordPress).
Any suggestions?
Tiiu
I deployed the bbpress plugin.
on the Lost Password page, using the Lost password shortcode, I cannot finalise the action to do a lost password. get an error message that says that captcha has not been entered.
Problem: captcha is not even on the screen.
Note: it is however on the WordPress Lost Password screen.
Any help on how to get the captcha feature on the Lost password bbpress functionality?