-
David Cavins replied to the topic BuddyPress 8.0.0 in the forum Miscellaneous 3 years, 5 months ago
Thanks everyone for your feedback.
@gregthebuzz Are you running the MyCred plugin also?
@firefliespilots @vivekmathur1969 Thanks very much for identifying the issue with MyCred. It appears that MyCred is running some actions at a very early action (
init 5
) that happen before the BP Members Component is initialized. The invitations table name…[Read more] -
Boone Gorges replied to the topic [BuddyPress Extend Fields] Display fields on user selectable tab in the forum Third Party Plugins 6 years, 11 months ago
Hi @gregthebuzz – You might have better luck moving some of your logic into
BP_Group_Extension
, which does most of the template-related work for you. See https://codex.buddypress.org/developer/group-extension-api/. Thedisplay()
method is where the content for your public-facing tab will go, while theedit
parameter will help you configure what…[Read more]
@gregthebuzz
Active 3 years, 5 months ago