Okay
  Public Ticket #3130357
course setting
Closed

Comments

  • anilvembayam started the conversation

    I want to show the curriculum only to the logged-in users. But it shows always even after required settings are done. please check the screenshot for the settings.

  • [deleted] replied

    Please enable sync vibebp to login to wp and 

    add this code in your wplms-customizer.php file in wplms customizer plugin : 

    add_filter('course_tabs_array',function($arr){
    if(!is_user_logged_in())unset($arr['curriculum']);
    return $arr;
    });

  • anilvembayam replied

    There is such wplms customizer plugin in the downloaded package.

    Please provide the download link.

  • anilvembayam replied

    I have downloaded the plugin separately and made the changes as suggested.

    But still, the curriculum is showing to non-logged-in users,

    thanks!

  • [deleted] replied

    AS you can see its working :

    https://prnt.sc/8DrU1wuEnMZU

  • anilvembayam replied

    please look at the beginning of the discussion. I want to SHOW CURRICULUM ONLY TO THE LOGGED IN USERS. this is my requirement. 

  • anilvembayam replied

    Look like there is a miscommunication.

    This is what I want:

    Users who are NOT SINGED IN will NOT see the curriculum of the course

    users who are SIGNED IN WILL SEE  the curriculum.

    But currently, it is not like that. Please see the attached screenshot. 

  • [deleted] replied

    Well for that please goto wp-admin -> wplms -> course manager -> course tabs style . disable it.

    also goto wp-admin_> lms-> settings -> disable "Show curriculum below course description"


  • anilvembayam replied

    Thank you. This is done but no effect!


  • [deleted] replied

    works for me .please check attached image :


  • anilvembayam replied

    thank you.

    this is so strange! 

  • [deleted] replied

    Please try clearing your cache .