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/public/plugin/tour
Angel Fernando Quiroz Campos fd27da3e8e UI: Fix CSS classes for legacy buttons 3 years ago
..
ajax Minor - format php public/plugin 6 years ago
config
intro.js UI: Fix CSS classes for legacy buttons 3 years ago
lang Minor - format php public/plugin 6 years ago
resources
src Minor - format php public/plugin 6 years ago
views
README.md
config.php Minor - format php public/plugin 6 years ago
index.php Minor - format php public/plugin 6 years ago
install.php Minor - format php public/plugin 6 years ago
plugin.php Minor - format php public/plugin 6 years ago
uninstall.php Minor - format php public/plugin 6 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