BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Cannot turn off course activity feed – HUGE problem
- This topic has 9 replies, 2 contibutors, and was last updated 9 years, 1 months ago by Anonymous.
Question
September 27, 2015 at 6:53 pm #47288@saragHi 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
September 28, 2015 at 2:27 am #47300@
AnonymousHi @sarag , i have upload modified copy of the BuddyPress for Learndash , you can use it to turn of the activity right now
RegardsSeptember 28, 2015 at 2:28 am #47303@saragWill this negate the other update you did for me regarding properly reflecting topics in the sidebar?
September 28, 2015 at 2:35 am #47305@
Anonymousnope 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.
RegardsSeptember 28, 2015 at 2:38 am #47306@saragThat didn’t work 🙁
September 28, 2015 at 2:43 am #47308@
AnonymousYou can test with new lessons and topics , make them complete
It will not remove any activity which has been posted earlierSeptember 28, 2015 at 2:47 am #47309@saragDeleting the old activity and trying now.. CROSSING FINGERS… !
September 28, 2015 at 2:53 am #47310@
Anonymousjust try to create new lesson/topic and mark that complete
and nothing will be added to your course activity 🙂September 28, 2015 at 2:57 am #47314@saragIT 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?
September 28, 2015 at 11:46 am #47364@
Anonymousany 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
- The question ‘Cannot turn off course activity feed – HUGE problem’ is closed to new replies.