Eliminate Activity tab on student dashboard

Home Forums Legacy Support Support queries Other issues Eliminate Activity tab on student dashboard

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #67628
    exxcorpio
    Spectator
    Hi When a student go to dashboard, he sees on the left menu the "Activity" tab, but once they click, the content is not fully translated, so I don't want them to go there. How can I eliminate that option from the left menu? Thanks L
    #67630
    exxcorpio
    Spectator
    This reply has been marked as private.
    #67712
    H.K. Latiyan
    Participant
    For this try adding this code in the wplms-customizer.php file, present in your wplms customizer plugin (wp-admin->plugins->editor->wplms customizer plugin) add_action('bp_setup_nav','bp_remove_menu_tabs_from_user_profile',999); function bp_remove_menu_tabs_from_user_profile() {     bp_core_remove_nav_item('activity'); }
    #68090
    exxcorpio
    Spectator
    It works perfectly.   Thanks  
    #68152
    H.K. Latiyan
    Participant
    Thanks for confirming, so closing the topic.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Eliminate Activity tab on student dashboard’ is closed to new replies.