2.5 should upgrade quite easily, so either your upgrade has failed, or you have another issue.
new versions of bbpress are unlikely to help, as tens of thousands of bbpress users are already at 2.6.6 without problem.
I can only suggest that you create a copy of your site that you can test in and then
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.
You can use the ‘troubleshooting’ features of this plugin to let you test without affecting needing to deactivate lots of plugins
Health Check & Troubleshooting
Bonjour,
BBpress est un programme chouette, le souci est que je suis obligé de revenir à la version 2.5.14 car dès que je passe à l’une des versions récentes le forum rencontre de nombreux soucis, pb horodatage, sujets qui disparaissent, édition d ‘ un post impossible sans perdre le sujet complet, bref, compliqué!
Je précise que j’ai changé d’hébergeur et de thème ces derniers mois… c’est bien BBPRESS le souci…
J’attends la version 2.6.7 avec espoir…
Hello,
BBpress is a nice program, the problem is that I have to go back to version 2.5.14 because as soon as I upgrade to one of the recent versions the forum encounters many problems, bp timestamp, topics that disappear, editing a post impossible without losing the complete topic, in short, complicated!
I would like to point out that I have changed host and topic in the last few months… it’s BBPRESS the concern…
I’m waiting for version 2.6.7 with hope…
If I understand it, site admins need to create new tokens and then it should work in bbpress – is that correct @neon67 ?
@robin-w well well, it seems that is not my problem, it seems that bbpress has to adapt…
bbpress has not changed in that time, so it will probably be an update in your theme, wordpress or another plugin.
for future you should note what you upgrade and when to allow you to work out which changes affect your site.
ok,
https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-elementormodules1.png
does not show a bbpress widget that shows who is online
but
https://jes.klu.cl/wp-content/uploads/2020/12/bbpress-whoisonline1.png
that says ‘editor buddypress‘ not bbpress.
you’ll need to ask in their support forum
https://buddypress.org/support/
or it may be part of elementor
sorry, it’s not part of bbpress.
Ok, I’m using Gwangi theme with bbPress and Budypress plugins
bbpress doesn’t have a widget that shows members online.
This must be coming form your theme, or another plugin- you’ll need to find out which and then I’ll try and help further
Hello, I use a widget bbpress that allow the option to display “members online” but I can’t separate the normal members and the admin members
Can I use shortcodes or a custom html to insert that options on my homepage? using elementor builder?
so bbpress does not do this bit, so what plugin or code are you using to display this area?
so this shows ok in the actual bbpress topic/reply – yes ?
but is wrong in the (presumably) ‘subscription’ email that is sent – yes ?
Friends, can you name a plugin that would cache all kinds of pages (desktop and mobile) for all anonymous users. And did not cache for registered ones.
*For a long time Im have been using the Fastes cache plugin – and only recently found out that it does not have a mobile cache)))
Which one has? VPS server Nginx, OS Debian.
Hello, please I need help to how to show who is admin and moderator in my homepage, can I set a border color in his or her thumbnail to differentiate who is admin or moderator?
Attach a screenshot
My website is jes.klu.cl
Thanks!
Greetings
https://jes.klu.cl/wp-content/uploads/2020/12/admin-moderators.png
Thank you for your time.
It seems that making copy-paste from Libre Office to Bbpress editor brings the format data with the text.
I tested and the result in the editor is:
<b>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt</b>
I wonder, why the editor can not handle the format data in the paste text.
But if you do the text formatting in the editor with the text you are typing, then there is no problem.
I have WordPress 5.6 and bbpress 2.6.6
If I rename the bbpress directory from FTP, then I can login. WordPress has disabled the plugin because it can’t find the path. Then if I rename it back to bbpress and activate the plugin, everything is working fine.
If I logout and try to login again, the same error happens, so there is something wrong with bbpress that is affecting the login process.
I changed my WordPress database password and when I try to login I get the following error on wp-login.php
{"success":false,"data":[{"code":"bbp_converter_db_connection_failed","message":"Database connection failed."}]}
and on error.log
[14-Dec-2020 08:43:29 UTC] PHP Warning: register_shutdown_function(): Invalid shutdown callback 'BBP_Converter_DB::__destruct' passed in /public_html/wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter-db.php on line 33
I tried to delete and reinstall bbpress plugin, but it didn’t help.
Any idea what is going on?
Hi, since I used BBPRESS, we shared links and post from facebook, instagram or youtube and bbpress used to preview them, very nice.
But since a few weeks ago that stopped working and now only shows the link…
Any idea?
Thank you, @chalkie1983uk. Where in bbpress would the second snippet of code go?
I’ve got 28 plugins installed. I’m not trying to add any more.
Cheers
You could use something like this in the functions.php file:
function is_user_logged_in() {
$user = wp_get_current_user();
return $user->exists();
}
then look into adding a function in the bbpress like so:
if ( is_user_logged_in() ) {
{display the content}
} else {
{setup redirect}
}
Its a bit hard as you don’t want any plugins or addons, if you did it would be easier to just create a plugin which would automatically hook it in.
Thanks for the fast reply, but unfortunately it didn’t work. It’s still showing my last login date everywhere. I have tried to look what login date will show, when I am not logged in, but it is showing the same, so I think it has something to do, that it is showing the admin last login (not the one of the current logged in user). One possibility also could be that some code of the theme is overriding the functions of bbPress, so I will ask the developer if there is any theme related code to get the user id.
ok, changing themes will not I think get you any further. Without being able to see your site, I can’t really help further, as I can’t examine what is being downloaded to your browser, and what is either not taking effect or being overridden.
I take it you have been amending the 1.5em to see whether it changes – I just put a figure in there.
as a last guess, you could try
#bbpress-forums ul.forum-titles li.bbp-forum-info {
font-size: 1.5em !important;
}
#bbpress-forums ul.forum-titles li.bbp-forum-topic-count {
font-size: 1.5em !important;
}
#bbpress-forums ul.forum-titles li.bbp-forum-reply-count {
font-size: 1.5em !important;
}
#bbpress-forums ul.forum-titles li.bbp-forum-freshness {
font-size: 1.5em !important;
}
Yes. In the Theme and in the bbPress Style Pack.
Nothing worked.
That’s what I tried, but it didn’t work. I Think I’ll have to change the theme again. Do you recommend a theme for simple use of bbPress?