Julio Montoya 82f3308181 Minor - update plugins from 1.11.x | %!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
ajax | %!s(int64=6) %!d(string=hai) anos | |
config | %!s(int64=9) %!d(string=hai) anos | |
intro.js | %!s(int64=8) %!d(string=hai) anos | |
lang | %!s(int64=6) %!d(string=hai) anos | |
resources | %!s(int64=10) %!d(string=hai) anos | |
src | %!s(int64=6) %!d(string=hai) anos | |
views | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=10) %!d(string=hai) anos | |
config.php | %!s(int64=6) %!d(string=hai) anos | |
index.php | %!s(int64=6) %!d(string=hai) anos | |
install.php | %!s(int64=6) %!d(string=hai) anos | |
plugin.php | %!s(int64=6) %!d(string=hai) anos | |
uninstall.php | %!s(int64=6) %!d(string=hai) anos |
Shows people how to use your Chamilo LMS
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
You must assign a Region to Tour plugin in the Configuration Settings
Choose preferably header_right