profile/course menu

Home Forums Legacy Support Support queries Styling issues profile/course menu

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #216184
    ChaiLatte
    Participant
    Hey I would like to delate some menu points. I downloaded buddy boss reorder tabs to order the tabs but this doesn't work too. Any idea how I could do that? Best regards Lisa
    #216322
    Ava
    Member
    Can you please explain more about the issue, as which menu you want to re-order the points of? Please share the screenshot of the issue highlighting the header, so we can look into the possibilities.
    #216386
    ChaiLatte
    Participant
    How can I post a picture?
    #216476
    Ava
    Member
    Tip: For better support always share a screenshot: Please provide proper screenshot, use https://prnt.sc/ to upload and share url of the screenshot. If you want to send us a video of the issue, use https://screencast-o-matic.com/ to upload and share url of the video.
    #216529
    ChaiLatte
    Participant
    Thanks! Here we go https://prnt.sc/o9gnnt https://prnt.sc/o9gqks https://prnt.sc/o9grxv
    #216646
    Ava
    Member
    Hi Go to Wp-admin > Lms > Settings > Please check the screenshot for help:  http://prntscr.com/o9uvat   Hope it helps.
    #216704
    ChaiLatte
    Participant
    Yes I know that but how can I delate items from Profile/Course menu?
    #216861
    Ava
    Member
    Okay, as if now there is no setting available which delete the particular tabs of profile and course menu from back end. But if you want, we can still hide the required tabs of both the menu using some custom code. If you allow, please mention the particular tabs of each menu which needs to be deleted, so we can write code for you to hide it.
    #218757
    ChaiLatte
    Participant
    Perfect!   Can you please deactivate the menu items of the profil menu: Activity, Tours, Friends, Profile, Achievements, Foren   Course menu. Members, Activity, Admin. Can you change the name from Kurrikulum to Kursinhalt?
    #218838
    logan
    Member

    Hello,

    Please paste this snippets in your wp-admin >>> plugins >>> editor >>> wplms-customizer plugin >>> wplms-customizer.php

    add_action( 'bp_actions', 'remove_member_profile_tabs', 5 );

    function remove_member_profile_tabs() {

    global $bp;

    bp_core_remove_nav_item( 'activity' ); //for activity tab removal

    bp_core_remove_nav_item( 'forums' ); //for forums tab removal

    bp_core_remove_nav_item( 'groups' ); //for group tab removal

    bp_core_remove_nav_item( 'messages' ); //for messages tab removal

    bp_core_remove_nav_item( 'friends' ); //for friends tab removal

    bp_core_remove_nav_item( 'course' ); //for course tab removal

    bp_core_remove_nav_item( 'achievements' ); //for achievements tab removal

    bp_core_remove_nav_item( 'notifications' ); //for notifications tab removal

    }

    Refer: http://prntscr.com/ms6htq


    Kurrikulum to Kursinhalt: for the translation use loco translate to translate these strings. please create topic related to translation, in translation section. our translation expert will help you step by step.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘profile/course menu’ is closed to new replies.