John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 101 through 125 (of 2,358 total)
  • In reply to: BB Press Version 2.6.1

    @johnjamesjacoby

    Keymaster

    Any update on this?

    Others have the same issue. It appears to be true.

    Fix will be part of 2.6.2 this week.

    @johnjamesjacoby

    Keymaster

    Pending content is a funny thing.

    If you tell someone why it’s pending, they’ll post again to try and skirt the filter.

    If you tell them nothing, they’ll post again thinking something is wrong.

    If we can come up with some verbiage, that’s step one.

    Step 2, is where to redirect them. If a topic is pending, you can’t really show them their own pending topic, because it’s not visible to them, at least not the way bbPress works currently.

    @johnjamesjacoby

    Keymaster

    Hello, and thanks for the feedback.

    bbPress does not use iconography in the forums or topics lists. Typically images in those locations are used to denote new activity since the user last visited, which is a feature bbPress does not have.

    Looking at your screenshot, bbPress default styling looks nearly identical to it.

    The avatar styling in that screenshot looks custom which forum and site owners are encouraged to do. Customizing communities is super fun.

    The default styling should be refreshed, or a new template pack could be introduced. Either way, it would be nice to have things be a bit prettier.

    @johnjamesjacoby

    Keymaster

    In your category and forum tree, which areas is freshness not updated correctly? Can you repeat the problem 100% of the time? If so, what are the steps to replicate? (For example, that problem isn’t happening here on bbPress.org, so we need to figure out why not.)

    @johnjamesjacoby

    Keymaster

    Sounds like a few different issues. We should work to resolve them together here.

    Do all of you use Category type Forums, where the Category cannot have topics of its own?

    @johnjamesjacoby

    Keymaster

    Pretty weird. cc @netweb for a consult on this one. 💜

    @johnjamesjacoby

    Keymaster

    It’s hard to see what you mean looking at that query, as there are no site_name type databases before any of the tables.

    Custom prefixes should all be completely accounted for, but I’ll do an audit to be sure and report back.

    The IS NULL meta_key statement is weird.

    Is it possible some other plugin is filtering this query that shouldn’t be?

    @johnjamesjacoby

    Keymaster

    bbPress 2.5.10 did fix a bug that was causing maximum title lengths to not be enforced, and this was part of 2.6 as well. It does use '8bit' encoding, but perhaps 'UTF-8' would be better. I think @casiepa is doing some digging to figure this out exactly.

    @johnjamesjacoby

    Keymaster

    You’ll have to write a custom plugin that filters bbp_get_user_role_map and adds a key for the customers role.

    Something like:

    add_filter( 'bbp_get_user_role_map', function( $roles = array() ) {
        $roles['customer'] = 'blocked';
        return $roles;
    } );
    
    In reply to: BB Press Version 2.6.1

    @johnjamesjacoby

    Keymaster

    Before these recent plugin updates, it showed the subforums in a vertical list

    This will require some CSS for you to get back. The markup used for separating subforums went back and forth for a little while, and we ultimately settled on something simpler.

    /* Remove comma */
    #bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after {
        content: '';
    }
    
    /* Make vertical */
    #bbpress-forums .bbp-forums-list .bbp-forum {
        display: block;
    }
    

    it only displays for 1 of them

    I see now what you mean. It’s fixed, but not completely. Thanks. Will look into this also!

    In reply to: BB Press Version 2.6.1

    @johnjamesjacoby

    Keymaster

    Everything on your forums looks the way I would expect it to.

    Can you point out with more detail what is not correct? Thanks!

    @johnjamesjacoby

    Keymaster

    Thank you for the help and being patient. Super excited to finally have you updated and happy! 👍

    @johnjamesjacoby

    Keymaster

    This should be fixed in 2.6.1. Let me know!

    @johnjamesjacoby

    Keymaster

    2.6.1 is out now! Thanks for your patience!

    In reply to: Child CSS

    @johnjamesjacoby

    Keymaster

    Sorry, 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! 🙏

    @johnjamesjacoby

    Keymaster

    Nothing 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 CSS

    @johnjamesjacoby

    Keymaster

    Subforums 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 CSS

    @johnjamesjacoby

    Keymaster

    One 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…

    @johnjamesjacoby

    Keymaster

    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 CSS

    @johnjamesjacoby

    Keymaster

    Thanks everyone for the details here.

    For those who had a bbpress.css file, can you try renaming it to bbpress.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.

    @johnjamesjacoby

    Keymaster

    Thanks @robin-w for the help, and sorry for the 2.6 trouble. If you need anything, please let me know! 🙏

    @johnjamesjacoby

    Keymaster

    Different 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.

    @johnjamesjacoby

    Keymaster

    This will be fixed in bbPress 2.6.1.

    See: https://bbpress.trac.wordpress.org/ticket/3280

    @johnjamesjacoby

    Keymaster

    I was able to duplicate this with Page Links To, and am working on a fix.

    @johnjamesjacoby

    Keymaster

    Hey 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.

Viewing 25 replies - 101 through 125 (of 2,358 total)