HIDE student subscribe activity

Home Forums Legacy Support Support queries How-to & Troubleshooting HIDE student subscribe activity

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #202094
    mteducationbuild
    Participant
    In course page, in "activity", how to hide the "subscribe" activity? In other words, only show msg posted on there, but not showing "student subscribed for xx", "student finished unit", "student started xxx".... something like that
    #202095
    mteducationbuild
    Participant
    This reply has been marked as private.
    #202176
    Anshuman Sahu
    Keymaster
    Yes that is possible but it will not work for the activities which are already been recorded . IT will work for future activities after adding this code : please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_filter('bp_course_record_activity',function ($activity){   if(isset($activity['component']) && $activity['component'] == 'course'){       $activity['hide_sitewide'] = true;   }   return $activity;    });
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HIDE student subscribe activity’ is closed to new replies.