Course Content Missing

Home Forums Legacy Support Support queries Update Issues Course Content Missing

Viewing 15 posts - 31 through 45 (of 53 total)
  • Author
    Posts
  • #386568
    artschoolvideos
    Spectator
    We'll check this out. We'll get back on this and let you know when ready to check.
    #386574
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386578
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386627
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #386641
    artschoolvideos
    Spectator
    We disabled the password protection on staging site. The dashboard is still not appearing. Can you have look? Thank you.
    #386657
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #386668
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386707
    Anshuman Sahu
    Keymaster
    1 .yes you can add students from course admin : https://prnt.sc/cw_twK5PCLpg 2 . please configure https://docs.wplms.io/administrator-guide/step-by-step-guide-for-administrators/required-pages-for-wplms#bp-single-page
    #386753
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386780
    Anshuman Sahu
    Keymaster
    2 .Fixed please check .
    #386796
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386843
    Anshuman Sahu
    Keymaster
    2 . Hi we updated the options table with wplms_4_0 to 2 from wp-admin-> lms-> settings-> functions -> ad-hoc : https://prnt.sc/JDQa_NTB0mkP 3 . Please set course directory : https://docs.wplms.io/setting-up-layouts#course-directory-and-layouts 4 . this is the working code :
    add_filter('bp_course_api_get_user_course_status_item','check_exceprt',10,2);
    function check_exceprt($return, $request ){
    	$body = json_decode($request->get_body(),true);
    	
    
        	$course_id = $request['course'];
        	$item_id = $request['id'];	
        	if(!empty($course_id) && !empty($item_id)){
        		$return['content'] = get_post_meta($item_id,'vibe_subtitle',true).'<br/>'.$return['content'];
            
        	}
    
        return $return;
    }
    #386857
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386858
    artschoolvideos
    Spectator
    This reply has been marked as private.
    #386891
    Anshuman Sahu
    Keymaster
    4. . Im sorry could not get you on this one ,could you please elaborate more? 1 . Please refer this video : https://www.youtube.com/watch?v=cc-ls4KphOc
Viewing 15 posts - 31 through 45 (of 53 total)
  • The topic ‘Course Content Missing’ is closed to new replies.