Julio Montoya 82f3308181 Minor - update plugins from 1.11.x | 5 yıl önce | |
---|---|---|
.. | ||
ajax | 6 yıl önce | |
config | 9 yıl önce | |
intro.js | 8 yıl önce | |
lang | 6 yıl önce | |
resources | 10 yıl önce | |
src | 6 yıl önce | |
views | 5 yıl önce | |
README.md | 10 yıl önce | |
config.php | 6 yıl önce | |
index.php | 6 yıl önce | |
install.php | 6 yıl önce | |
plugin.php | 6 yıl önce | |
uninstall.php | 6 yıl önce |
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