batch members view policy

Home Forums WPLMS AddOns WPLMS Batches batch members view policy

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #90208
    karanna
    Spectator
    Hello, i noticed that members of a batch can be seen by anybody, even guests visiting the site. I do not want anybody too see the members name, not even the other members of the same batch. It is a privacy issue and not all of our students are happy that their names are in plain view for all to see... I tried different codes given in buddypress forum for this matter, but it crashes the site.. Can you please help? Thank you very much for your time. Anca Bogdan
    #90384
    H.K. Latiyan
    Participant
    For this use the bellow code in your wplms-customizer.php file present in your wplms customizer plugin: add_action( 'bp_setup_nav', 'custom_remove_group_member_tab', 15 ); function custom_remove_group_member_tab() {   bp_core_remove_subnav_item( bp_get_current_group_slug(), 'members' ); }
    #91133
    karanna
    Spectator
    It works. Thank you very much! :) anca
    #91153
    H.K. Latiyan
    Participant
    Thanks for confirming, so closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘batch members view policy’ is closed to new replies.