Merge pull request #385 from AngelFQC/7279

Minor - Update the readme files - refs #7279
1.9.x
Yannick Warnier 11 years ago
commit 20718a492e
  1. 9
      plugin/tour/README.md
  2. 9
      plugin/tour/readme.txt

@ -7,7 +7,7 @@ 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 a object like this:
To set the steps in a page, add an object like this:
```
{
"pageClass": "page unique class selector",
@ -23,4 +23,9 @@ To set the steps in a page, add a object like this:
]
}
```
Then set the language variables inside the `plugin/tour/lang/$language.php` file
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`

@ -1,7 +1,7 @@
<h1>Chamilo Tour Plugin</h1>
<p>Shows people how to use your Chamilo LMS</p>
<h2>Set the blocks for the tour</h2>
<p>Edit the plugin/tour/config/tour.json file adding the page classes and steps</p>
<p>Edit the <code>plugin/tour/config/tour.json</code> file adding the page classes and steps</p>
<p>To set the steps in a page, add an object like this:</p>
<pre>
{
@ -18,5 +18,8 @@
]
}
</pre>
Then set the language variables inside the `plugin/tour/lang/$language.php` file<br>
<br>
Then set the language variables inside the <code>plugin/tour/lang/$language.php</code> file<br>
<h2>Set a region to plugin</h2>
<p>You must assign a Region to Tour plugin in the Configuration Settings</p>
<p>Choose preferably <code>header_right</code></p>
<br>
Loading…
Cancel
Save