Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

  • eberswine
    Participant

    @eberswine

    @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!!


    eberswine
    Participant

    @eberswine

    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 ?


    eberswine
    Participant

    @eberswine

    hmm. i didn’t think they were sending ?? Where is that hook or function located ?

    Thanks for your reply @shanebpdev


    eberswine
    Participant

    @eberswine

    I found this action too — but need some assistance!
    do_action( ‘groups_join_group’, $group_id, $user_id )


    eberswine
    Participant

    @eberswine

    hmm, can I just use this?
    `groups_update_groupmeta( $group_id, $meta_key, $meta_value ); `

    What is meta key and meta value though?


    eberswine
    Participant

    @eberswine

    Dang, i still cant find where this button is at ?

    Thanks!


    eberswine
    Participant

    @eberswine

    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’ );
    }


    eberswine
    Participant

    @eberswine

    mmm, still can’t find the Request Group button in the code anywhere ?? Anybody know where this is?

    Thanks.


    eberswine
    Participant

    @eberswine

    hmmm.. still can’t find a way.


    eberswine
    Participant

    @eberswine

    yeah, if that is the only way… to make all the links unclickable.. How?


    eberswine
    Participant

    @eberswine

    @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.


    eberswine
    Participant

    @eberswine

    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 );


    eberswine
    Participant

    @eberswine

    Bump** I have been looking everywhere for this.. I even tried to mess around with disabling some shortcodes… ??

Viewing 13 replies - 1 through 13 (of 13 total)
Skip to toolbar