Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • cwedel
    Participant

    @cwedel

    I figured it out. Turns out i have this function in bp_custom.php to stop the creation of certain activity types.

    //Block certain activity types from being added
    function bp_activity_dont_save( $activity_object ) {
    $exclude = array(
            'updated_profile',
            'new_member',
            'friendship_created',
            'joined_group',
            'activity_comment'
        );

    Turns out the last ‘activity_comment’ screwed up the whole commenting feature, when I thought it would just stop the creation of that activity type.


    cwedel
    Participant

    @cwedel

    PLEASE!!!!!??????!!!!


    cwedel
    Participant

    @cwedel

    anyone?

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