Comments 12MeesterGijs started the conversationSeptember 4, 2022 at 6:59pmHello, I can't find these strings in the suspected plugins, where can I translate these? UPDATE: Ah, saw the video. Had to refresh buddypress pages. Sorry. But can delete items here? Like the item ACHIEVEMENTS for example? How would I do that? Gijs[deleted] repliedSeptember 6, 2022 at 9:39amadd this code in your wplms-customizer.php file in wplms customizer plugin : function bp_remove_nav_tabs() { bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );//bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzesbp_core_remove_subnav_item('course', BP_COURSE_STATS_SLUG );//for achievementsbp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 ); 12MeesterGijs repliedSeptember 6, 2022 at 7:23pmSorry, I forget to add a picture. I want to delete this specific menu items: https://imgur.com/a/W7vB6NZ What code do I need for that? Everything from underneath?function bp_remove_nav_tabs() { bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );// bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzes bp_core_remove_subnav_item('course', BP_COURSE_STATS_SLUG );//for achievements bp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );[deleted] repliedSeptember 8, 2022 at 6:25amadd this code in your wplms-customizer.php file in wplms customizer plugin : function bp_remove_nav_tabs() { bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );// bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzes bp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments } add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 ); 12MeesterGijs repliedSeptember 8, 2022 at 10:24amDear Alex,Have a look here, I added your code without changing anything. It didn't work... Even after emptying Kinsta cache.Any idea why?[deleted] repliedSeptember 9, 2022 at 2:21pmPlease goto wp-admin -> vibebp-> settings -> buddypress-> click refresh buddypress navigation button . 12MeesterGijs repliedSeptember 9, 2022 at 4:36pmDear Alex, I did that. Checked incognito... Still didn't delete these three menu items: https://imgur.com/a/bIN3Req[deleted] repliedSeptember 10, 2022 at 1:41pmworks for me : https://prnt.sc/qLd-WlWbJvxa 12MeesterGijs repliedSeptember 10, 2022 at 2:17pmGreat! I see it too, now. But, I only wanted these three gone, how to get menu item ACHIEVEMENTS back?[deleted] repliedSeptember 12, 2022 at 1:33pmEdited the code for that please check . 12MeesterGijs repliedSeptember 12, 2022 at 2:43pmYes, perfect!Thanks, Alex.We can close another one :) Sign in to reply ...
Hello,
I can't find these strings in the suspected plugins, where can I translate these?
UPDATE: Ah, saw the video. Had to refresh buddypress pages. Sorry. But can delete items here? Like the item ACHIEVEMENTS for example? How would I do that?
Gijs
add this code in your wplms-customizer.php file in wplms customizer plugin :
function bp_remove_nav_tabs() {
bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );//
bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzes
bp_core_remove_subnav_item('course', BP_COURSE_STATS_SLUG );//for achievements
bp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews
bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments
}
add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
Sorry, I forget to add a picture. I want to delete this specific menu items: https://imgur.com/a/W7vB6NZ
What code do I need for that? Everything from underneath?
function bp_remove_nav_tabs() {
bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );// bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzes bp_core_remove_subnav_item('course', BP_COURSE_STATS_SLUG );//for achievements bp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews
bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments
}
add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
add this code in your wplms-customizer.php file in wplms customizer plugin :
function bp_remove_nav_tabs() {
bp_core_remove_subnav_item('course', BP_COURSE_RESULTS_SLUG );// bp_core_remove_subnav_item('course', 'quiz_results' );//for my quizzes bp_core_remove_subnav_item('course', 'notes_reviews' );//for reviews
bp_core_remove_subnav_item('course', 'assignment_results' );//for assignments
}
add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
Dear Alex,
Have a look here, I added your code without changing anything. It didn't work... Even after emptying Kinsta cache.
Any idea why?
Please goto wp-admin -> vibebp-> settings -> buddypress-> click refresh buddypress navigation button .
Dear Alex,
I did that. Checked incognito... Still didn't delete these three menu items: https://imgur.com/a/bIN3Req
works for me : https://prnt.sc/qLd-WlWbJvxa
Great! I see it too, now. But, I only wanted these three gone, how to get menu item ACHIEVEMENTS back?
Edited the code for that please check .
Yes, perfect!
Thanks, Alex.
We can close another one :)