David Cavins
David Cavins
Hi @namrons- That's a change I consciously made as a departure from the old plugin. I believe I've left enough filters in place to get that behavior back (and would...
Hi @jagarolik- This is probably not a feature that I'm going to include in the default plugin because showing a hierarchical directory is already pushing the number of database queries...
Hi @Azhrahan- Thanks for your message. Re question 1) I'm not sure what you're describing in your first question. I reactivated BP Group Hierarchy, and I'm not seeing anything that...
Hi @codename062- You can add a filter that changes the "create_subgroups" capability. Here's how the base capability is calculated: https://github.com/dcavins/hierarchical-groups-for-bp/blob/master/public/class-hgbp.php#L466 Here's an additional filter I wrote up as an example....
I'm happy that someone is using this ancient plugin. Can we back it up to change the plugin code, to ensure that it's never passing `[ null ]`? I'll take...
@dotsam Can you try this new branch? https://github.com/dcavins/hierarchical-groups-for-bp/tree/2024-fixes I never saw your exact error, but I did see plenty of places in the code that I could tighten up. Let...
Ha, we can never assume we know how a plugin is going to be used. Users will always find a novel way to use something that surprises us as devs...
At first glance, it looks like WooCommerce is steamrolling the `wp.media` object. The uploader isn't working well in my test environment without WooCommerce, either, though (WP 6.4.3, BP Docs 2.2.3,...
I've only just begun looking at the archive problem. Something cool about the new full-site-editing, block-based themes is that you finally can have some control over your site's archive layout...
Proposed fix in PR #686.