Forum Replies Created
-
@shanebp Thanks for those hints!!
Wondering if I could pay you for this small “add_filter” ?
If so, let me know – I can pay PayPal instantly!
I would just need :
if ($group_id == 1) { email this to user accepted }
Thanks!!
Thanks so much!!
If I wanted to customize this per group ID, how would I achieve this ?
** so per group approval — I would send a different message to each ?
hmm. i didn’t think they were sending ?? Where is that hook or function located ?
Thanks for your reply @shanebpdev
I found this action too — but need some assistance!
do_action( ‘groups_join_group’, $group_id, $user_id )hmm, can I just use this?
`groups_update_groupmeta( $group_id, $meta_key, $meta_value ); `What is meta key and meta value though?
Dang, i still cant find where this button is at ?
Thanks!
Is it under group buttons? Thanks for the reply :
// Group buttons
if ( bp_is_active( ‘groups’ ) ) {
add_action( ‘bp_group_header_actions’, ‘bp_group_join_button’ );
add_action( ‘bp_group_header_actions’, ‘bp_group_new_topic_button’ );
add_action( ‘bp_directory_groups_actions’, ‘bp_group_join_button’ );
}mmm, still can’t find the Request Group button in the code anywhere ?? Anybody know where this is?
Thanks.
hmmm.. still can’t find a way.
yeah, if that is the only way… to make all the links unclickable.. How?
@candy2012 — i think you are right. !! good point.
I thought for sure there would be a small filter we could use to remove links in ONLY ACTIVITY… but I guess not.
I am trying this.. but no dice…
remove_filter( ‘bp_get_activity_content_body’, ‘xprofile_filter_link_profile_data’ , 50 );
remove_filter( ‘bp_get_activity_content’, ‘xprofile_filter_link_profile_data’ , 50 );Bump** I have been looking everywhere for this.. I even tried to mess around with disabling some shortcodes… ??