BuddyBoss Home – Web Support Forums Solutions Social Learner Cannot turn off course activity feed – HUGE problem

Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #47288
    @sarag

    Hi there – trying to turn off the course activity feed.

    When someone completes a lesson or topic or quiz, it’s posting their activity to the group.

    I have unchecked ALL of the boxes in the back end to NOT show those activities.

    Additionally, I added the following to my functions.php file. I modified it from a previous suggestion, but it’s not working.

    function remove_bp_learndash_activity()
    {
    global $bp, $BUDDYPRESS_LEARNDASH, $boss_learndash;
    remove_filter( ‘bp_get_activity_action’,array($BUDDYPRESS_LEARNDASH, ‘bp_learndash_create_lesson_activity’));
    remove_filter( ‘bp_get_activity_action’,array($boss_learndash, ‘boss_edu_filter_course_activity’));
    }
    add_action( ‘bp_loaded’, ‘remove_bp_learndash_activity’ );

    Please help!

    Answers

    #47300

    Anonymous
    @

    Hi @sarag , i have upload modified copy of the BuddyPress for Learndash , you can use it to turn of the activity right now
    Regards

    #47303
    @sarag

    Will this negate the other update you did for me regarding properly reflecting topics in the sidebar?

    #47305

    Anonymous
    @

    nope it have fixes for turn off activity only, rest you can follow as it is.
    I have just provided a quick fix if you have to use it urgent else wait for our next version update.
    Regards

    #47306
    @sarag

    That didn’t work 🙁

    #47308

    Anonymous
    @

    You can test with new lessons and topics , make them complete
    It will not remove any activity which has been posted earlier

    #47309
    @sarag

    Deleting the old activity and trying now.. CROSSING FINGERS… !

    #47310

    Anonymous
    @

    just try to create new lesson/topic and mark that complete
    and nothing will be added to your course activity 🙂

    #47314
    @sarag

    IT WORKED! YAY RAH!!!! THANK YOU!

    ANother question – why are all the status updates of the group being put on my private wall? How can I change that?

    #47364

    Anonymous
    @

    any update you will post that will appear on your activity stream as well.
    I will close this topic for now.
    For your last question if you have any further queries you can created a new topic in BuddyBoss wall plugin, that is not related to current discussion.

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Cannot turn off course activity feed – HUGE problem’ is closed to new replies.