Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/tour
Yannick Warnier c6cd31c31f Fix little issue with tour plugin class inclusion 10 years ago
..
ajax
config Remove left panel documentation in tour plugin as it shows too low on screen 10 years ago
intro.js Buttom lugin Tour with new style and solution to the problem of position Ref C#7255 10 years ago
lang Extend the tour plugin with French translation - refs #7279 10 years ago
resources add fonts img assets plugin tour ref C#7255 10 years ago
src
views Buttom lugin Tour with new style and solution to the problem of position Ref C#7255 10 years ago
README.md Minor - Update the readme files - refs #7279 10 years ago
config.php Extend the tour plugin with additional pages. Still missing a few translations for Spanish and French - refs #7279 10 years ago
index.php
install.php
plugin.php Fix little issue with tour plugin class inclusion 10 years ago
readme.txt Minor - Update the readme files - refs #7279 10 years ago
uninstall.php

README.md

Chamilo Tour Plugin

Shows people how to use your Chamilo LMS

Set the blocks for the tour

Edit the plugin/tour/config/tour.json file adding the page classes and steps

To set the steps in a page, add an object like this:

{
    "pageClass": "page unique class selector",
    "steps": [
        {
            "elementSelector": "element class or id",
            "message": "LanguageVariable"
        },
        {
            "elementSelector": "element class or id",
            "message": "LanguageVariable"
        },
    ]
}

Then set the language variables inside the plugin/tour/lang/$language.php file

Set a region to plugin

You must assign a Region to Tour plugin in the Configuration Settings Choose preferably header_right