New to bbPress and I’ve looked everywhere for how to change the colors to match my site design better. I thought I had found the correct CSS to change the background color and added it to my custom CSS for the Avada theme –
#bbpress-forums {
background-color:#0d4d00 !important;
}
but it did nothing. Appreciate if someone could steer me in the right direction. Thanks.
Hi – hope someone can help with this.
I have a forum website set up using bbPress. Forum members are specifically invited as it is a leadership course for selected individuals. I create their user accounts including a strong password etc and send them the details.
An issue that I’ve come across is that the participants are widely spread around the world, some of whom have limited awareness of security issues on the internet. I want to ensure that they cannot change their password to an insecure one.
I’ve got iThemes security installed on the site and have activated the strong password enforcements with a minimum level of Subscriber. All of the course participants have a primary role of subscriber, with a forum role of Participant. With the settings I have in place they should not be able to change their password to a weak one. And yet they are currently able to log in and change the password to ‘changeme’ for example.
I’ve reached out to iThemes security but nothing helpful from them yet,
Can anyone here help me to figure out how to ensure that forum users cannot change their passwords to weak ones? Is there some setting in bbPress that I’m missing? Or some workaround that others use? I can’t imagine for a minute that I’m the only one to have come across this issue, but googling has turned up a surprising lack of information about how to resolve it.
Many thanks for your help.
James Burden
Site URL: http://gcfleadership.org
WordPress version: 4.5.2
bbPress version: 2.5.9
Before I upgrade to bbpress 2.5.9 I’d like to check on the following:
1. I put some bbpress php files into my child theme ((bbpress.php – modified by @robkk; the following files were modified by me: feedback-no-forums.php, feedback-no-replies.php, feedback-no-search.php, feedback-no-topics.php, form-forum.php, form-reply.php, form-topic.php, loop-single-form.php) – will I have to do something after the upgrade?
2. Should I worry about the text editor missing after the upgrade as reported in the post above?
Thank you.
I don’t do development of bbpress, just write supporting plugins and offer support here.
Hi Randr,
Are you sure it is bbpress? The website itself seems really slow, you could try making a clone of the website and disable theme / plugins, then enable them again one by one.
According to tools.pingdom.com this element is bringing up 2.5 seconds of load alone on the frontpage:
http://vpinball.com/?wc-ajax=get_refreshed_fragments
-Mads
Thanks for confirming Robin!
As WP_Query::is_search is a public variable, why don’t we simply alter it in real-time within bbPress itself? This will make sure people won’t need an external fix :), and it will leave plugin/theme developers out of question and responsibility.
You can pull this off by hiding the 3rd li. Something like this should do the trick.
body.page #bbpress-forums li:nth-child(3) {
display: none;
}
I have tried for months to speed up site but nothing is working. Submitting a post can take 20 sec. everything is slow. Cant find anything to help ive tried 3 host’s VPS, CDN Everything and still slow. Seems switching now wont be easy but im loosing members due to speed. Anyone have link to anyone who can help? or is switching to another forum software only answer? I tested regular forum software and is instant response but i see no easy way to convert the bbpress forums 🙁
vpinball.com is the site
yes this is a known issue
see
http://www.rewweb.co.uk/bbpress-wp4-fix/
and/or
http://www.rewweb.co.uk/bbpress-wp4-fix2/
there’s a trac ticket for it somewhere, but bbpress authors see it as a wordpress fix
Hi,
this is my site
VIRTUAL PINBALL
is possible to put live notification for replies in top menu?
thank you
Tom
Hmm, I also just noticed that some topics from the migrated database with only a few pages (4 pages in the one I just tested) don’t seem to have this issue.
I designed some the forum topics to be long, ongoing threads. For example, we have a “Music” thread that currently has 7,674 replies (15 per page, so 512 pages total). Could the issue simply be that the thread is so large, that bbPress somehow doesn’t do the calculation?
I have read in some support threads about issues with pagination on bbPress when dealing with large numbers, perhaps it is related to that?
Some additional details that may be related: I have nested replies turned off (and they were never turned on). Also, all of my categories are set to hidden.
Hi Stephen
Just to let you know I’ve tried 2.6 alpha and the result is even worse in terms of post authors.
I’ve got plenty of anonymous and mismatching authors.
What I’ve noticed it’s again the same behaviour: several converted posts have an associated author id that is either 0 or that matches the author id of the imported forum.
Example:
PhpBB post’s author id is 1102
WP converted post’s author id is 1102 when it should be 18044
I’ve created a table that translates the phpbb user id to the bbpress user id by joining on email address. This in theory can allow me to set the post_author to the appropriate value.
The problem is to spot the affected posts.
I am trying a mix of criteria, by looking at the post creation date, user ip, etc. but it’s no simple.
I would be happy to provide additional info if you want.
Regards,
Gio
@netweb
ok, thanks – sorry it’s sometimes hard to understand the obvious until you see it !
so I’m presuming that there should be some content to that post?!
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
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.
have you amended any files in bbpress?
So I went ahead and decided to launch my site with this bug still present.
I have been trying to isolate the cause of this issue, and I think I have found some common traits about the threads it seems to affect. It seems that only the threads that were migrated from my previous forum (SMF) that have been replied to after the migration are missing the “/page/##/” piece of the URL. So newly created threads always have the “/page/##/” piece of the URL, and old threads from before the migration that haven’t been replied to since the migration to bbPress also always have the correct URLs being generated.
I have tried running all of the repair tasks that should be related, but none of them seem to make any difference.
Does this sound like anything anyone has experiences with the bbp_topic_freshness_link() function?
I’m setting up my BBPress forum right now.
Looking at BBPress roles… is there a way to tie BBPress roles to WP user roles.
For example, I would like my WP editors to automatically be BBPress moderators, and for contributors and subscribers to be BBPress participants.
Is that possible?
Chris
Hi,
The error message below keeps coming when I work in the wp-dashboard. It prevents me i.e. from do a simple search in posts. Instead of the searh result I’m sent to a page with the following message:
Warning: in_array() expects parameter 2 to be array, null given in /home/salesage/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1446
Warning: Cannot modify header information – headers already sent by (output started at /home/salesage/public_html/wp-content/plugins/bbpress/includes/common/functions.php:1446) in /home/salesage/public_html/wp-includes/pluggable.php on line 1171
Do anybody have any idea what this means and how to fix it?
Best wishes
Lars
Here is some CSS to float the forum subscribe link to the right. You can also just display in block to make the link just have its own row.
https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/#17-move-subscribe-to-right-hand-side
This css will fix some padding issues for lists in your bbPress forum.
#bbpress-forums li {
padding-bottom: 0;
}
Since I couldn’t really read what was in the red oval I hope this helps.
tvirtual – did you ever get this resolved? Sounds like you need to be using the aMember login form, not bbPress login form.
I have integrated the two scripts nicely and would be glad to help (if you still need it). aMember support through tickets is also top notch.
The unit tests are passing, so my guess is that it’s a problem with a plugin, or (less likely) your PHP setup. The $_SERVER['SERVER_NAME'] doesn’t include the protocol (http:// or https:// in most cases), so that shouldn’t be an issue.
My guess is that there is some other plugin that’s filtering bbp_get_do_not_reply_address incorrectly. Maybe even some code in your theme’s functions.php file. Could provide a list of the plugins you’re using. Specifically, bbPress or email related plugins?
whilst forums are part of bbpress – I think this is a buddypress question – try posting on there
https://buddypress.org/support/