Can't enable review for courses

Home Forums Legacy Support Support queries Setup issues Can't enable review for courses

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202617
    erickpaulino
    Spectator
    Hi, When a user tries to click te button to review course it gets the message "Reviews disabled for course". I have already followed the instructions from here https://wplms.io/support/forums/topic/reviews-disabled-for-course/ withoug success. Can you help me? Thanks, Erick
    #202733
    logan
    Member

    Hello,

    Please check if comments are enabled in your course edit page in back end .
    refer : https://prnt.sc/g3uqov


    when you add this 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 );

    It will hide the course nav.
    Please share your page url where you are getting this error and also share admin-credentials in a private reply so that i can check this issue.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Can't enable review for courses’ is closed to new replies.