Loading...
 
Skip to main content

Make a basic working example of Tour (to end up in a learning tiki profile, for instance)

Status
Open
Subject
Make a basic working example of Tour (to end up in a learning tiki profile, for instance)
Version
15.x
Category
  • Community projects
  • Dogfood on a *.tiki.org site
Feature
Tours
Wiki Plugin (extends basic syntax)
Resolution status
New
Submitted by
Xavier de Pedro
Lastmod by
Xavier de Pedro
Rating
(0)
Description

Make a basic working example of Tour (to end up in a learning tiki profile, for instance)

I tried with some basic copy pasting of current info in https://doc.tiki.org/PluginTour and it didn't fully work for me.

See the issue reproduced here:
https://demo.tiki.org/trunk/tiki-index.php?page=HomePage
and
https://demo.tiki.org/trunk/tiki-index.php?page=Tour2

Homepage contents
Copy to clipboard
{TOUR(title="Welcome to the tour" prev="-1")}Here's the start of a tour.{TOUR} foo1 {TOUR(title="A Jumbotron")}Use a jumbotron to make an area for special intro information, etc.{TOUR} foo2 {TOUR(element="#module_1 .panel-heading" title="This is a module heading.")}This is a module.{TOUR} foo3 {TOUR(path="Tour2")}The next step is on page 2.{TOUR} foo4 {TOUR(next="-1")}This is the last step of the tour.{TOUR}


And contents in Page "Tour2":

Tour2 contents
Copy to clipboard
{TOUR(title="Welcome to the tour" prev="-1")}Here's the start of Page 2 in the tour.{TOUR} foo10 {TOUR(title="A Jumbotron")}Use a jumbotron to make an area for special intro information, etc.{TOUR} foo11 {TOUR(next="-1")}This is the last step of the tour.{TOUR}


Issues:

"This is a module" instead of start of Tour

Visiting https://demo.tiki.org/trunk/tiki-index.php?page=HomePage shows then content related to "This is a module", and not the content set as the start of the Tour, according to the documentation.

1.2. I can't see the jumbotron content

1.3. I can't see the info about "The next step is on page 2"

when that info was expected to be seen, the page was redirected to page 2 ("Tour2", in this case)

1.4. In page2 (Tour2) no tour is shown



Probably, issues just due to only partial documentation available about how to properly set up a tour with this plugin?

Importance
4
Easy to solve?
5
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5781
Created
Thursday 24 December, 2015 18:25:01 UTC
by Xavier de Pedro
LastModif
Monday 11 January, 2016 08:52:12 UTC


Show PHP error messages