Julio Montoya f922a9ebd9 Replace document.ready with shortcut "$(function () {" vor 5 Jahren
..
ajax ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
config 45165c6728 Fix Tour plugin - refs #7835 vor 9 Jahren
intro.js ac100744a2 fix tpl header and toolbar admin refs - BT#7683 vor 8 Jahren
lang ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
resources 5f905d93e1 add fonts img assets plugin tour ref C#7255 vor 10 Jahren
src ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
views f922a9ebd9 Replace document.ready with shortcut "$(function () {" vor 5 Jahren
README.md 7624e664b4 Minor - Update the readme files - refs #7279 vor 10 Jahren
config.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
index.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
install.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
plugin.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren
uninstall.php ecdc2037e2 Applied fixes from FlintCI vor 6 Jahren

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