WPLMS
  • About
  • Documentation Structure
  • Changelog
  • Installation
    • Installing WPLMS on a Fresh WP Install
    • Upgrading from a 3.x or an older WPLMS Version.
    • Installing WPLMS on an Existing WordPress site.
  • Administrator Guide
    • Beginners Guide
    • Setting Up
      • Login and Registration
      • Directories
        • Course Layouts
        • Profile Layouts
      • Menus
      • Customizer / Colors / Fonts
        • Header
      • Vibe Options Panel
      • Sidebars & Widgets
      • Footer
      • Icon Set
      • Required pages for WPLMS
      • BuddyPress Single page
  • Extending Options
    • Adding Captcha to Forms
    • Adding Custom Sections in Courses
  • Members Area
    • Dashboards
    • Profile
  • Setting Up Layouts
  • PWA
  • Android App
  • Translation Guide
    • WPML Integration - MultiLingual sites
    • Buddypress Translation
      • Buddy Press Translation Guide Using Loco Translator
    • Theme and Plugins Translation
      • Translation FAQs
      • Translate Using Loco Translate Plugin
  • Admin Guide FAQs
  • Instructor Guide
    • Creating Courses
    • Customize Dashboard
    • Assignments
    • Shortcodes
    • FAQs
  • Student Guide
    • Members Area
      • Dashboard
      • Profile
      • Courses
      • My Quizzes
      • My Assignments
      • Notes & Review
    • Enroll in Courses
    • Pursuing Courses
      • Pursuing Quizzes
  • Extensions & Addons
    • List of All Addons
    • Extended Addons
      • WPLMS SphereEngine
      • WPLMS Parent User
      • WPLMS Mailchimp
      • WPLMS PDF Certificates
      • WPLMS Get Response
      • WPLMS GroundHogg
      • WPLMS Active Campaign
      • WPLMS Custom Learning Paths
      • WPLMS Unit Timings
      • WPLMS Phone Auth
      • Vibe Appointments
      • WPLMS Attendance
      • WPLMS Woocommerce
      • WPLMS Batches
      • WPLMS EventOn
      • VideoVibe
      • Video Conferencing
        • Lessonspace
        • Vibe Zoom
        • Vibe BigBlueButton
        • Vibe Jitsi
  • Developer Guide
    • Authentication
    • API EndPoints
      • Courses
        • User Actions
    • Customisation tips
    • Custom Extension
  • FAQs
    • FAQs
      • Importing Revolution Slider
      • Importing LayerSlider
    • App FAQ's
Powered by GitBook
On this page
  • Video Tutorial
  • Activate Addon
  • How To Setup Vibe Appointments
  • Types Of Slots Creation
  • FAQ
  • Q1. How Students Can Check the Available Slots Of Instructor
  • Q2. How to Forcefully Set calendar Language to French Language By Default

Was this helpful?

  1. Extensions & Addons
  2. Extended Addons

Vibe Appointments

This is a compatible version for v4 of wplms Appointments Addon

PreviousWPLMS Phone AuthNextWPLMS Attendance

Last updated 4 years ago

Was this helpful?

Both wplms Appointments and Vibe Appointments are paid ones. So if you are using vibebp and wplms_plugin which means you are on v4 so please deactivate wplms appointments Plugin and use Vibe Appointments Addon

If you purchased Wplms Appointments then no need to invest money again on Vibe Appointments, you can actually get it for free by using wplms appointments License key to download the compatible version of Appointments from here:

Video Tutorial

Activate Addon

The License Key you received, you need to add this license key in Vibebp - Addons - Vibe Appointments.

How To Setup Vibe Appointments

  • Install And Activate the Plugin. Make Sure you are using the latest version of the addon

  • You will see a tab in wp-admin > Vibebp > Settings > Appointments Tab

  • From Here, you can manage all the settings now

  • To Setup Menu, Go to wp-admin > Appearance > Menus

  • Now, It will Appear in your Members Area like this

Appointment Settings

  • Appointments Minimum Slot - Set the Time in Minutes here, as shown in screenshot 30 minutes set which means this is minimum required time slot for which you can create slots. When you will create slots and try to break into multiple small slots then the minimum time will be 30 minutes, which means you cannot create slot for less than this time.

  • Buffer Time For Appointments - After the Buffer Time Passed, you cannot cancel the booked slot

  • Show Only Instructor Controls in Instructors - If this checkbox will be checked then as a instructor you will not see the "My Bookings Tab"

  • Translate Based On Location - Not Available At the Moment

  • Clear Expired Slots - Check this checkbox to remove all the slots automatically when the time is passed

Types Of Slots Creation

  • Free Slots - It can be booked by anybody who is logged in /or who has a account. No need to pay for this, Instructor will approve the slot from the Pending Bookings Section. Instructor Can also add student Manually from Manage Slots Section.

  • Paid Slots - From Settings Tab, first set the price for the Slot and then create Slots, which can be booked by users

FAQ

Q1. How Students Can Check the Available Slots Of Instructor

Edit your member layout via Elementor and add "Bookable Slot" then login as a student and check instructor Profile you'll see this calendar where all the available slots will be visible.

Q2. How to Forcefully Set calendar Language to French Language By Default

This code you should paste in wp-admin > Plugins > editor > Select WPLMS Customizer Plugin > wplms-customizer.php

where 'fr' is your language code. You can search your own language code from the url shared in the code below

This same code will work for the all the addons in which calendar is used

add_filter('vibefullcalendar_locale_languageCode',function($lan_code){
    return 'fr'; // your language code from https://www.w3schools.com/tags/ref_language_codes.asp
},10,1);
https://wplms.io/downloads/vibe-appointments/