eventon

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #250470
    stevenheong
    Spectator
    I follow the instruction from EventOn official website: https://docs.myeventon.com/documentations/show-events-current-logged-user/ [code] <?php if(function_exists(‘add_eventon’)){ $user_ID = get_current_user_id(); if(!empty($user_ID)){ echo do_shortcode(“[add_eventon users='”.$user_ID.”‘]”); } } ?> [/code] When I add the code above in wplms-customizer/wplms-customizer.php. Then the plugin is down. Where should I put the code? Thanks.
    #250670
    Diana
    Participant
    @stevenheong, This is not how it supposed to use If the EventOn calendar is not visible in the code. Follow these steps:
    • Make sure you have both the plugins installed and activated on your site EventOn and wplms EventOn
    • Edit the course and add the Events in the course then click on Save Settings
    • From LMS > Settings Section check WPLMS EventOn Settings and change the calendar view as List Type then save those settings
    • Now your calendar will be visible on single course page
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘eventon’ is closed to new replies.