Course application as a step to CLP

Home Forums WPLMS AddOns Custom Learning Paths Course application as a step to CLP

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #182254
    MrVibe
    Keymaster
    Ok, there seems to be a little catch that we have not registered the apply for course as a registered activity in buddypress. This should have been there in the first place and may have caused all the trouble. I have added a fix for this in the update. For now, these two lines should solve your purpose :   add_filter('bp_course_Register_actions',function($actions){ $actions['course_application']= __( 'Student applied for course', 'vibe' ); $actions['course_application_approve']= __( 'Student application approved for course', 'vibe' ); $actions['course_application_reject']= __( 'Student applicaiton rejected for course', 'vibe' ); });  
    #182597
    ICHARS
    Spectator
    Thank you, will test this in a couple of days.
    #193751
    Scott Lang
    Moderator
    okay , We are closing this topic.
Viewing 3 posts - 31 through 33 (of 33 total)
  • The topic ‘Course application as a step to CLP’ is closed to new replies.