Forum Replies Created
-
In reply to: 2.6.0 doesn’t underline links
This should be fixed in 2.6.1. Let me know!
2.6.1 is out now! Thanks for your patience!
In reply to: Child CSSSorry, but bbPress 2.6.1 just went out without this fixed.
(There were a few issues that needed fixing ASAP.)
As soon as we have this figured out, another new bbPress release will happen.
Thanks for helping and being patient! 🙏
In reply to: Location of menu items in backendNothing like this yet. There is some support started for this idea, but it is not fully implemented.
For anyone that wants to poke around at the code, search for:
bbp_settings_integration()
In reply to: Child CSSSubforums are not listed.
The subforums not being listed will be fixed in 2.6.1.
A few more questions:
- Using any caching plugins?
- Using any SEO plugins that might be interacting with CSS files?
- Using a right-to-left language?
- Overriding any constants? (WP_CONTENT_DIR, WP_PLUGIN_DIR, WP_THEME_DIR, etc…)
Anything else about your WordPress installations you can share?
The only related change I can find, is: https://bbpress.trac.wordpress.org/ticket/3012
If you’re able to edit that file in bbPress directly, and revert it back, and test, that would be super helpful to confirm or disconfirm if that does it.
In reply to: Child CSSOne last question:
Are your
bbpress.css
files in the root of your theme directory, or under a subdirectory?Like…
css/bbpress.css
assets/css/bbpress.css
etc…
Thanks for reporting this here. I’ll look into it.
This probably will not be fixed in bbPress 2.6.1, but will be a priority afterwards.
In reply to: Child CSSThanks everyone for the details here.
For those who had a
bbpress.css
file, can you try renaming it tobbpress.min.css
and see if it gets included now? I have a theory on what’s going on, and your feedback will help me narrow it down.In reply to: Login page table error after plugin updateThanks @robin-w for the help, and sorry for the 2.6 trouble. If you need anything, please let me know! 🙏
In reply to: 2.6.0 doesn’t underline linksDifferent themes use different styling for different reasons.
If I recall correctly, Twenty Seventeen does not use the
text-decoration
attribute, but rather uses some kind of text-shadow or bottom-border. It’s a weird anomaly with how that theme decided to do things.It’s nearly impossible for bbPress to work perfectly with all themes, but we do try to keep the default styling working well with the themes that come bundled with WordPress.
This should be solvable with a bit of custom CSS. I’ll create a Trac ticket and see if we can bring this back for you with this theme specifically.
This will be fixed in bbPress 2.6.1.
I was able to duplicate this with Page Links To, and am working on a fix.
In reply to: 2.6 doesn’t recognise existing WP forum rolesHey there! Sorry that 2.6 is giving you trouble.
bbPress roles are somewhat tricky, but not too much has changed, so it shouldn’t be too hard for us to figure it out.
We’ll need to see the code that you used to make your custom Roles. If you can include it or link to it here, that will be really helpful.
This will be fixed today in 2.6.1. Sorry for the trouble!
In reply to: 2 issues with latest releaseSome strings were changed in 2.6.0, and it will take a bit for translators to update things on their end.
In reply to: lost forum topicsOriginally you said forums, but now you say subforums.
Subforums not being listed is a known bug and will be fixed in 2.6.1 tomorrow.
In reply to: lost forum topicsHey there. That’s no good. None of the data for forums/topics/replies gets modified, so there will not be any data loss. But you are definitely correct that backing everything up is always the smart thing to do! Hopefully we can get you back up and running on 2.6.0 ASAP.
Will look into this ASAP. Thanks for letting us know here, and sorry for the trouble.
In reply to: bbpress updateThanks! I’ll look into 1. 2 is kinda just part of how forums work. The queries are filterable though, so you could definitively reliably change this behavior to suit your needs, and order them by just about anything you’d like.
I’m planning on releasing 2.6.1 on Thursday, in the event any other big issues come in. 👍
In reply to: Child CSSHi there! Is this after updating to bbPress 2.6?
In reply to: Thank you for 2.6! finally!Nothing should break. You may still want to run any upgrades or repairs that show up under Tools > Forums, as one additional Recount tool was added for Hidden Replies per Forum late last week.
In reply to: Thanks for the latest version :)Feel free to leave the feedback anywhere it’s most comfortable for you.
If you found a bug that you are able to consistently reproduce, and you’re comfortable creating a ticket in Trac, by all means! If you’d rather drop your experience in these forums, that’s perfectly fine also.
The forums are usually everyone helping everyone, which makes it great if you’re not sure about what you’re seeing, or if it’s something that doesn’t seem super urgent at the time.
Thanks for going easy on me. And thanks again for helping out. It really means a lot. 👍
Confirmed. Broken in https://bbpress.trac.wordpress.org/ticket/3232, which I’ve reopened and will get fixed in 2.6.1. Sorry about that!