Plugin Tour | |
Introduced in Tiki15 Use this wiki plugin to build your product tours, page component describers and other sequential information displays with Bootstrap popovers in a quick and easy way, using Bootstrap Tour.
|
Parameters | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Quick and easy way to build your product tours with Driver.js Introduced in Tiki 15. Required parameters are in bold .Go to the source code Preferences required: wikiplugin_tour
|
Examples | |
The first step: Copy to clipboard
Copy to clipboard
Copy to clipboard
Copy to clipboard
Copy to clipboard
|
Usage notes | |
|
Adding a tour to a page that doesn't have wiki text content | |
Normally, as described above, the tour plugins are written into the wiki text of the page(s) on which the tour displays. However, it is possible to have a tour on an admin page or other such page that doesn't have wiki text. This method uses a module for the tour plugin text that is assigned to, for example, the pagebottom module zone. Since all the steps of the tour are in the admin page content (and not in the module zone), the element parameter is used for each step that needs to be located in the page. But not all page elements in an admin page have unique DOM selectors, or ones that are easy to identify, so the ability to have a tour with complete tour-step placement may be limited for some pages. |
Example: Look & Feel Admin page tour | |
The Look & Feel admin page is checked with a DOM inspector to identify the selectors where tour steps are to be placed.
Copy to clipboard
|