Julio Montoya 82f3308181 Minor - update plugins from 1.11.x %!s(int64=5) %!d(string=hai) anos
..
ajax 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
config 45165c6728 Fix Tour plugin - refs #7835 %!s(int64=9) %!d(string=hai) anos
intro.js ac100744a2 fix tpl header and toolbar admin refs - BT#7683 %!s(int64=8) %!d(string=hai) anos
lang 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
resources 5f905d93e1 add fonts img assets plugin tour ref C#7255 %!s(int64=10) %!d(string=hai) anos
src 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
views 82f3308181 Minor - update plugins from 1.11.x %!s(int64=5) %!d(string=hai) anos
README.md 7624e664b4 Minor - Update the readme files - refs #7279 %!s(int64=10) %!d(string=hai) anos
config.php 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
index.php 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
install.php 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
plugin.php 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos
uninstall.php 5754a14dc9 Applied fixes from FlintCI %!s(int64=6) %!d(string=hai) anos

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