Dashboard Menu Control

Home Forums Legacy Support Support queries Setup issues Dashboard Menu Control

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242611
    ayanfe4favour
    Participant
    As discussed on themeforest and promised "we will add this feature in updates." Mine: How can I determine the Menu that shows on the Instructor and Student Dashboard Menu? I do not want some of the Menu such as Commission etc. to appear on the Menu. See: https://prnt.sc/r1pqas WPLMS Support Reply: This is possible but not yet available. Currently you can order these tabs using this menu : https://prnt.sc/r1q0mg Please, kindly add features to enable us determine what shows on the Dashboard Menu... Refer: https://prnt.sc/r1pqas
    #242643
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :     function bp_remove_nav_tabs() { global $bp;   bp_core_remove_nav_item( 'commissions' ); } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Dashboard Menu Control’ is closed to new replies.