Chamilo is a learning management system focused on ease of use and accessibility
 
 
 
 
 
 
chamilo-lms/plugin/tour
Julio Montoya 5754a14dc9 Applied fixes from FlintCI 7 years ago
..
ajax Applied fixes from FlintCI 7 years ago
config
intro.js fix tpl header and toolbar admin refs - BT#7683 9 years ago
lang Applied fixes from FlintCI 7 years ago
resources
src Applied fixes from FlintCI 7 years ago
views
README.md
config.php Applied fixes from FlintCI 7 years ago
index.php Applied fixes from FlintCI 7 years ago
install.php Applied fixes from FlintCI 7 years ago
plugin.php Applied fixes from FlintCI 7 years ago
uninstall.php Applied fixes from FlintCI 7 years ago

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