Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP Avatars in bbPress


Burt Adsit
Participant

@burtadsit

Thanks John. I’m doing some upgrades to the bbGroups thing today and I’ll integrate what I can into the plugin. I’m thinking a generic oci_include_xprofile_field() function that takes a field name and if it exists includes it in the transferred data.

The deep integration stuff will be included. bbPress has a deep detector and constant defined that changes it’s behavior if it’s ON. Don’t do this, do that different if DEEP. I’m going to follow the same path as sambauers. The results will be the same as yours.

if (DEEP) require_once(…);

p.s It’s not called DEEP.

NOTE: not done talking just saving.. :)

Skip to toolbar