Michael Beckwith
Michael Beckwith
Probably. Regardless, make whatever changes you need to make it work for you. PRs welcome as well.
I'm fine with that, but at the same time we're not doing any active development for this plugin, so if you wanted to modify it yourself to fit your needs,...
Very possible that recent developments for BuddyPress may have introduced some issues with the code in the repo here. It hasn't been updated recently on our end. Biggest question is...
I'm curious if this part is having an effect: https://github.com/WebDevStudios/WDS-BuddyPress-Project-Framework/blob/master/inc/bp-custom.php
I don't see why something couldn't be done with that as a whole, but in terms of can it be done as is without new code on this extension, probably...
Any reason you're running it from `mu-plugins` instead of activating like a more standard plugin? Sounds like this may be getting ran before the plugins API is loaded.
When downloading as a zip from GitHub here, and placing in either location, I was experiencing zero fatal errors. I do see that you're installing it via Composer, so I'm...
80-90% of the content feels like it'd end up being stored as meta, so my gut tells me just store it all as meta instead of most of it. It's...
This really relies on available hooks in WP core to dictate what type of things can be shown/rendered where. I suspect user pages aren't hot topics for WP core devs...
Dependent on https://github.com/WebDevStudios/custom-post-type-ui/issues/986