igorol13 979d19d44b Tradução concluída 7 年 前
..
ajax 9ba150d7c1 Scrutinizer Auto-Fixes 7 年 前
config 45165c6728 Fix Tour plugin - refs #7835 9 年 前
intro.js ac100744a2 fix tpl header and toolbar admin refs - BT#7683 8 年 前
lang 979d19d44b Tradução concluída 7 年 前
resources 5f905d93e1 add fonts img assets plugin tour ref C#7255 10 年 前
src 9ba150d7c1 Scrutinizer Auto-Fixes 7 年 前
views d2a98478d8 Buttom lugin Tour with new style and solution to the problem of position Ref C#7255 10 年 前
README.md 7624e664b4 Minor - Update the readme files - refs #7279 10 年 前
config.php 4b4b366d5f Scrutinizer Auto-Fixes 7 年 前
index.php 9ba150d7c1 Scrutinizer Auto-Fixes 7 年 前
install.php b8f1505d5e Scrutinizer Auto-Fixes 7 年 前
plugin.php c6cd31c31f Fix little issue with tour plugin class inclusion 10 年 前
uninstall.php b8f1505d5e Scrutinizer Auto-Fixes 7 年 前

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