John James Jacoby (@johnjamesjacoby)

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 2,351 total)
  • @johnjamesjacoby

    Keymaster

    Revisions are totally a WordPress thing. It’s weird, but sounds accurate.

    Using Gravity Forms to create new topics & replies will bypass the “freshness” hooks that bbPress expects to run normally. This means that the “branch” of topics & forums in the “tree” of that submission won’t get walked up to the root, to tell that whole branch what its most recent content is.

    Once you post something yourself normally, the tree gets walked and everything looks OK.

    The function that would normally be called is bbp_update_topic(). It includes all of the extra meta data that needs to be added – including a call to bbp_update_topic_walker() that “walks” the branch in the tree.

    Lastly, it refreshes the last_changed cache key in the bbpress_posts cache group. You could try busting that cache on your Gravity Forms submission (to see if that’s enough) but I have a feeling it won’t be, and you’ll need to find the best way to trigger the update.

    @johnjamesjacoby

    Keymaster

    2.6.8 released. 🙏 very sorry for the problem. 🤞 let us know that everything is fixed?

    @johnjamesjacoby

    Keymaster

    The body class code changed, which might be causing this.

    It is not intended, so 2.6.8 should fix it.

    @johnjamesjacoby

    Keymaster

    Fixed! Thank you!

    @johnjamesjacoby

    Keymaster

    Going to release 2.6.8 ASAP.

    @johnjamesjacoby

    Keymaster

    Going to release 2.6.8 today to fix this. Sorry everyone!

    @johnjamesjacoby

    Keymaster

    Hi @outkax 👋

    The functionality you’re looking for does not currently exist.

    The bbp_get_template_part filter exists to hook into this API and extend the template parts to attempt to locate, so it would be achievable with some custom code.

    In reply to: List Of Shortcodes

    @johnjamesjacoby

    Keymaster

    Split this topic off of the 7 year old one, so that the old one goes back into the pit of despair.

    In reply to: Topic/Reply Form

    @johnjamesjacoby

    Keymaster

    This is the default behavior of bbPress. Unless a plugin already provides a simple modification of this behavior, the easiest way to customize this would be by overriding the /bbpress/form-reply.php template part in your WordPress child theme.

    @johnjamesjacoby

    Keymaster

    Hi there. Sorry that you’re having trouble. What forum software are you importing from?

    @johnjamesjacoby

    Keymaster

    No. There are no upgrades specific to 2.6.6.

    If there’s a bubble telling you to run something, it’s only because the tool could not run automatically on its own for a previous version.

    Usually this is because your site has more than 10k users, but it could also mean the upgrade simply failed for an unknown reason.

    The upgrades are non-destructive. You should be able to run them anytime.

    The Repair tools are intentionally destructive. They delete a bunch of invisible data and then recalculate it.

    It’s wise to backup your data before running them, but you also really shouldn’t have to worry about them.

    @johnjamesjacoby

    Keymaster

    Probably an issue with a plugin conflict or theme.

    Standard troubleshooting rules apply. Deactivate one plugin at a time and switch to a WordPress Twenty Something theme until it starts working, then work backward until you identify what’s causing it.

    @johnjamesjacoby

    Keymaster

    This is likely related to some kind of server configuration issue.

    Does this happen with a regular WordPress Post or Page?

    In reply to: Custom type topic card

    @johnjamesjacoby

    Keymaster

    Ola!

    I’m so sorry, but I deleted your other topic (the one in English) because I thought it was an accidental duplicate.

    If you’d be willing to repost it in English, I’ll be happy to try and help you out. 🙏

    @johnjamesjacoby

    Keymaster

    This is already fixed in bbPress and will be part of the next release.

    These are just notices. There is nothing wrong or failing. They are annoying. I think misused in this situation. But it has been addressed.

    @johnjamesjacoby

    Keymaster

    Some functionality similar to this is planned for bbPress 2.7.

    It is plausible that plugin will be used for inspiration, though the final code will likely end up being completely rewritten/modernized/debugged.

    @johnjamesjacoby

    Keymaster

    It sounds like you no longer have the Keymaster forum role.

    Be sure to update to the latest version of bbPress, and check your Users for any other Keymaster accounts that you don’t recognize.

    @johnjamesjacoby

    Keymaster

    Topic views are not standard in bbPress.

    By default, the problem with Views is they trigger database writes on pages that should only be performing database reads.

    We’ve considered ways of circumventing this, but have never seriously attempted to build it.

    Is there a simple fix for a non-programmer type guy?

    You could try installing: https://wordpress.org/plugins/gd-bbpress-tools/

    I forget if it offers it, but it does so much other stuff that maybe it will tide you over? 😁

    In reply to: Changelog v 2.6.5?!

    @johnjamesjacoby

    Keymaster

    Codex updated. Thanks for pointing that out.

    @johnjamesjacoby

    Keymaster

    Hey @gathero,

    Sorry for this inconvenience. You definitely discovered a situation that the bbPress team has not really considered. It should not be possible to delete the last remaining Keymaster, just like you cannot delete the last remaining Administrator.

    I’ll make sure this gets addressed in a future release of bbPress.

    @johnjamesjacoby

    Keymaster

    MySQL 8 removing support for zero dates is the problem.

    WordPress is incompatible with NO_ZERO_DATE mode, but it being dropped entirely means these errors are going to pop up.

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

    Going to patch and fix for 2.6.6, likely for a release next week.

    @johnjamesjacoby

    Keymaster

    Basically all of the extra attributes you are allowing can be used to disrupt your design in some fashion.

    style, class, align, height, width, etc…

    @johnjamesjacoby

    Keymaster

    It would be awfully helpful if bbPress could email the admin when this happens, rather than the admin having to spot hidden posts

    https://bbpress.trac.wordpress.org/ticket/3325

    @johnjamesjacoby

    Keymaster

    I would suggest starting with 2.6 instead. There are so many improvements since 2.5, you’ll want to make sure you have them all. The farther behind you’re working, is the more work you’ll end up needing to do later.

    The code changes in your original post are all still pretty close to correct if you want to make paginated hierarchical replies work like Comments do. If you need more help, I can guide you here for the time being. Then maybe we can take that work and turn it around into getting it done for 2.7. What do ya say? 😄

    @johnjamesjacoby

    Keymaster

    Hey @gdragon, sorry for the trouble, but thanks for keeping up to date!

Viewing 25 replies - 26 through 50 (of 2,351 total)