Comments anilvembayam started the conversationSeptember 22, 2022 at 9:04amI 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] repliedSeptember 23, 2022 at 4:05pmPlease 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 repliedSeptember 24, 2022 at 5:28amThere is such wplms customizer plugin in the downloaded package.Please provide the download link.anilvembayam repliedSeptember 24, 2022 at 5:53amI have downloaded the plugin separately and made the changes as suggested.But still, the curriculum is showing to non-logged-in users, thanks![deleted] repliedSeptember 26, 2022 at 9:10amAS you can see its working :https://prnt.sc/8DrU1wuEnMZUanilvembayam repliedSeptember 26, 2022 at 3:34pmplease look at the beginning of the discussion. I want to SHOW CURRICULUM ONLY TO THE LOGGED IN USERS. this is my requirement. [deleted] repliedSeptember 28, 2022 at 10:17amPlease refer: https://prnt.sc/si2UE8MyQPc6anilvembayam repliedSeptember 28, 2022 at 1:52pmLook like there is a miscommunication.This is what I want:Users who are NOT SINGED IN will NOT see the curriculum of the courseusers who are SIGNED IN WILL SEE the curriculum.But currently, it is not like that. Please see the attached screenshot. [deleted] repliedSeptember 30, 2022 at 4:48pmWell 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 repliedSeptember 30, 2022 at 6:00pmThank you. This is done but no effect![deleted] repliedOctober 4, 2022 at 8:35amworks for me .please check attached image :anilvembayam repliedOctober 4, 2022 at 3:46pmthank you.this is so strange! [deleted] repliedOctober 7, 2022 at 1:25pmPlease try clearing your cache .1 Like Sign in to reply ...
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.
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;
});
There is such wplms customizer plugin in the downloaded package.
Please provide the download link.
I have downloaded the plugin separately and made the changes as suggested.
But still, the curriculum is showing to non-logged-in users,
thanks!
AS you can see its working :
https://prnt.sc/8DrU1wuEnMZU
please look at the beginning of the discussion. I want to SHOW CURRICULUM ONLY TO THE LOGGED IN USERS. this is my requirement.
Please refer: https://prnt.sc/si2UE8MyQPc6
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.
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"
Thank you. This is done but no effect!
works for me .please check attached image :
thank you.
this is so strange!
Please try clearing your cache .