Reviews disabled for course

Home Forums Legacy Support Support queries Setup issues Reviews disabled for course

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #123387
    DianaZahar
    Participant
    Hi I have set up an online course and have enabled users to post reviews from the course page. In user account's dashboard there's the option to review the course. But when you click on it, you get a message that reviews are disabled for the course. Can you help? Also, is there a way to remove the BuddyPress tab Courses from user profiles? Thanks
    #123449
    Anshuman Sahu
    Keymaster
    1. Well please check if comments are enabled in your course edit page in back end . refer : https://prnt.sc/g3uqov 2. Please try adding the given code in your wplms-customizer.php file in wplms customizer plugin : function bp_remove_nav_tabs() { global $bp; bp_core_remove_nav_item( 'course' ); }   add_action( 'bp_setup_nav', 'bp_remove_nav_tabs', 15 );
    #123484
    DianaZahar
    Participant
    Thanks this helped :-)
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reviews disabled for course’ is closed to new replies.