On Drupal 6.15
Installed the 6.x-8.0 module. Setup a one page tour to test.
When loading the tour page, the page is grayed out as expected, but I get a dialog with the message "Amberjack alert: no matching page in ajTourDef found"?
here is the html at the bottom of the page
<!-- Tour created with Amberjack wizard: http://amberjack.org -->
<div class="ajTourDef" id="main_tour" style="display:none" title="">
<div id="site_tour_page_" title="/http://localhost">
<strong><em>Home Page</em></strong> The starting point for Horse Schools Online for guests. The main Navigation bar is located under the banner. You may select Home to be redirected back to this page, Search Horse Schools to search the entire database for that perfect school, World Map of Horse Schools displays the entire database of locations on a clickable world map.
</div>
<div title="/"></div>
</div>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
Amberjack.textOf = "of";
Amberjack.textClose = "Close";
Amberjack.prevButton = "Previous";
Amberjack.nextButton = "Next";
Amberjack.onCloseClickStay = true;
Amberjack.doCoverBody = true;
Amberjack.bodyCoverCloseOnClick = false;
Amberjack.BASE_URL = "/sites/all/modules/site_tour/lib/";
//--><!]]>
</script>
<script type="text/javascript" defer="defer">
<!--//--><![CDATA[//><!--
$(document).ready(function() { Amberjack.open(); });
//--><!]]>
</script>
Scott
Comments
Comment #1
sderrick commentedI don't think this is the same bug as http://drupal.org/node/365868
I'm using the latest release
Scott
Comment #2
sderrick commentedI tried the 6.x-8.x-dev version to see if that wold fix it, no luck.
Is this module actually maintained?