Re: bbpress profile integrates with bp
Wow that’s cool… So if I understand correctly, the idea would be to add another function inside the oci_get_user_filter function that would get the xprofile info that I’m looking for? This way it exists within the bbGroups array for later access versus having to pull the query everytime?
I get the feeling that getting the xprofile info might be harder than I thought.
Also for the sake of those of us using deep integration, in oci_bp_group_forums.php if I could ask you to do…
if (!defined(BBDB_NAME))
require_once(ABSPATH . WPINC . '/class-IXR.php');
That helps check to make sure that it isn’t previously included anywhere… Require_once doesn’t seem to really cut it with deep integration…