Comments Saurabh started the conversationJuly 30, 2022 at 5:58amInstructor privacy is not working. I’ve logged with instructor credential but all wp-media files are visible to instructor while editing course. 390Ripul repliedJuly 30, 2022 at 9:23amHi please enable Instructor content privacy from wp-admin-> vibebp-> settings . 390Ripul repliedJuly 30, 2022 at 12:28pmPlease share site credentials Saurabh replied privately 390Ripul repliedAugust 1, 2022 at 7:36amPlease add this custom code in your wplms-customizer.php file in wplms customizer plugin : add_filter( 'ajax_query_attachments_args', 'wpb_show_current_user_attachments' ); function wpb_show_current_user_attachments( $query ) { $user_id = get_current_user_id(); if ( $user_id && !current_user_can('activate_plugins') && !current_user_can('edit_others_posts ') ) { $query['author'] = $user_id; } return $query; } sktulsyan repliedAugust 3, 2022 at 4:52amThis too not working. You have site credentials, you can check yourself. 390Ripul repliedAugust 3, 2022 at 3:11pmadd this code as well function posts_for_current_author($query) { global $pagenow; if( !current_user_can( 'manage_options' ) ) { global $user_ID; $query->set('author', $user_ID ); } return $query; } add_filter('pre_get_posts', 'posts_for_current_author');Saurabh repliedAugust 5, 2022 at 5:23amI've checked with existing instructor and created new one too. but this too is not working. why do you not checking at your end. you have login credential. 390Ripul repliedAugust 5, 2022 at 4:06pmHi this is working at my end , can you please share a video of this not working along with working admin creds . Saurabh replied privately 390Ripul repliedAugust 6, 2022 at 2:52pmYes you shared them but they are not working : https://prnt.sc/WJH0vX1Bn0jOSaurabh repliedAugust 6, 2022 at 3:56pmok...I'm sorry for that. Please check, It's working now.sktulsyan repliedAugust 8, 2022 at 3:46amWaiting for the solution. When will it be fixed? 390Ripul repliedAugust 8, 2022 at 4:54pmHi I received update from Mr.vibe that a custom code added to your site to fix it . Saurabh repliedAugust 9, 2022 at 4:32amFor media, it's working now but a new issue created. When clicking on "move to accessibility" screen goes blank. plz check and resolve. thankshttps://screencast-o-matic.com/watch/c3jQosVZsO6 390Ripul repliedAugust 9, 2022 at 5:10pmHi this is due to custom course navigation plugin .Please try to deactivate it .It will fix . But yes we are yet to fix it 390Ripul repliedAugust 9, 2022 at 5:11pmhttps://trello.com/c/AELQH4gkSaurabh repliedAugust 9, 2022 at 5:44pmok...after deactivation of custom_course_navigation plugin, it started working. so now waiting for fix in custom_course_navigation plugin[deleted] repliedAugust 10, 2022 at 3:09pmThis has been fixed , fix coming up in next update of wplms plugin . Saurabh repliedAugust 11, 2022 at 4:57amok...when will "custom_course_navigation plugin" fixed which causing issue.[deleted] repliedAugust 11, 2022 at 3:27pmIts fixed its just the other bug fixes we are working on before releasing the update of wplms plugin . IF you want the fix in urgent then please share your ftp creds in private reply . Sign in to reply ...
Instructor privacy is not working. I’ve logged with instructor credential but all wp-media files are visible to instructor while editing course.
Hi please enable
Instructor content privacy from wp-admin-> vibebp-> settings .Please share site credentials
Please add this custom code in your wplms-customizer.php file in wplms customizer plugin :
This too not working. You have site credentials, you can check yourself.
add this code as well
I've checked with existing instructor and created new one too. but this too is not working. why do you not checking at your end. you have login credential.
Hi this is working at my end , can you please share a video of this not working along with working admin creds .
Yes you shared them but they are not working :
https://prnt.sc/WJH0vX1Bn0jO
ok...I'm sorry for that. Please check, It's working now.
Waiting for the solution. When will it be fixed?
Hi I received update from Mr.vibe that a custom code added to your site to fix it .
For media, it's working now but a new issue created. When clicking on "move to accessibility" screen goes blank. plz check and resolve. thanks
https://screencast-o-matic.com/watch/c3jQosVZsO6
Hi this is due to custom course navigation plugin .Please try to deactivate it .It will fix .
But yes we are yet to fix it
https://trello.com/c/AELQH4gk
ok...after deactivation of custom_course_navigation plugin, it started working. so now waiting for fix in custom_course_navigation plugin
This has been fixed , fix coming up in next update of wplms plugin .
ok...when will "custom_course_navigation plugin" fixed which causing issue.
Its fixed its just the other bug fixes we are working on before releasing the update of wplms plugin .
IF you want the fix in urgent then please share your ftp creds in private reply .