Tagged Questions
0
votes
0answers
12 views
Is there is any hooks that allow a Group admin to invite anyone to the group in buddypress?
I am looking for a hook or a code that will allow any group admin in buddypress to invite any member to the group without adding that member to his friends list.
Is that possible?
How to do it?
0
votes
1answer
157 views
What filter or action hook to use in order to load some code before the template begins printing in BuddyPress?
I would like to load some code before the template begins printing in BuddyPress. What filter or action hook should I use?
I tried a number of them (such as bp_head, bp_include, bp_init), but none of ...
2
votes
1answer
381 views
BuddyPress: hook to add new profile fields and groups
I am writing a plugin that adds additional profile group and some fields in it when activated. I am using basic $wpdb functions to insert new rows into bp_xprofile_groups and bp_xprofile_fields
So ...
0
votes
1answer
287 views
Unhook the comment form in Buddypress
Im trying unhook the comment form found in the functions.php of the deafault buddypress theme so I can change it a bit. I placed this piece of code into my child theme functions.php but it didn't ...
0
votes
1answer
229 views
BuddyPress - A hook available to hide custom born date on public profile view?
I'm trying to hide some fields on public BuddyPress profiles, it is possible?
Thanks in advance.