<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Detail page as sub navigation</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Detail-page-as-sub-navigation-73709</link>
        <description></description>
        <pubDate>Sat, 14 Mar 2026 06:46:43 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Detail-page-as-sub-navigation-73709" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217338#post2217338</link>
          <description><![CDATA[Hi,<br /><br />Please send in a [url http://www.interactivetools.com/support]2nd Level Support Request[/url] and I'll take a closer look.<br /><br />Thanks,<br />]]></description>
          <pubDate>Tue, 07 Aug 2012 11:14:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217338#post2217338</guid>
        </item>
                <item>
          <title>Re: [Jason] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217333#post2217333</link>
          <description><![CDATA[Hi Jason,<br /><br />Thanks you but if I change to that it displays 'Our Helicopters' and not a list of the titles from the list section. <br /><br />Maybe I haven't explained things very clearly! I need it to display the all record titles from that section when on both the List and on the Detail pages.<br /><br />Any ideas?<br />]]></description>
          <pubDate>Tue, 07 Aug 2012 06:44:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217333#post2217333</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217317#post2217317</link>
          <description><![CDATA[Hi,<br /><br />There are a couple of issue in the code here.  First, you are using the record set of your detail record to output your list.  That's why you're only ever seeing the helicopter you selected in your navigation.<br /><br />Try changing this:<br /><br /><code>&lt;?php foreach ($our_helicopters_listRecords as $record): ?&gt;</code><br /><br />to this:<br /><br /><code>&lt;?php foreach ($our_helicoptersRecords as $record): ?&gt;</code><br /><br />The second issue is that $our_helicoptersRecords is only set to return a single record (ie limit 1).  Try removing that here:<br /><br /><code>// load record from 'our_helicopters'<br />  list($our_helicoptersRecords, $our_helicoptersMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'our_helicopters',<br />    'where'       =&gt; '', // load first record<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />    <strike>'limit'       =&gt; '1',</strike><br />  ));</code><br /><br />Hope this helps<br />]]></description>
          <pubDate>Mon, 06 Aug 2012 12:57:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217317#post2217317</guid>
        </item>
                <item>
          <title>Re: [Jason] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217301#post2217301</link>
          <description><![CDATA[Hoping this works!<br />]]></description>
          <pubDate>Mon, 06 Aug 2012 04:26:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217301#post2217301</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217281#post2217281</link>
          <description><![CDATA[Hi,<br /><br />Your attachment didn't seem to come through.  Could you try attaching it again?<br /><br />Thanks,<br />]]></description>
          <pubDate>Fri, 03 Aug 2012 13:30:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217281#post2217281</guid>
        </item>
                <item>
          <title>Re: [Jason] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217274#post2217274</link>
          <description><![CDATA[Attached- thanks!<br />]]></description>
          <pubDate>Fri, 03 Aug 2012 05:58:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217274#post2217274</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217245#post2217245</link>
          <description><![CDATA[Hi,<br /><br />Could you attach our-helicoptersDetail.php so we can take a closer look at the code here.<br /><br />Thanks,<br />]]></description>
          <pubDate>Tue, 31 Jul 2012 12:56:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217245#post2217245</guid>
        </item>
                <item>
          <title>Re: [Jason] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217238#post2217238</link>
          <description><![CDATA[Hi Jason,<br /><br />That kind of works! When I do that, although the records are all listed as a sub navigation, it only allows me to view the first recored (even if I click on the link for the second). Any ideas? Thanks!<br />]]></description>
          <pubDate>Tue, 31 Jul 2012 06:33:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217238#post2217238</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217233#post2217233</link>
          <description><![CDATA[Hi,<br /><br />Your query is set up to retrieve only a single record, based on the record number in the URL.  The first thing you'll need to do is remove the &quot;limit&quot; option from your getRecords() call.<br /><br />After that, you'll want to remove your &quot;where&quot; option.  If you want to return all the records from your &quot;our_helicopters_list&quot; section, you won't need either of these options.<br /><br />Hope this helps<br />]]></description>
          <pubDate>Mon, 30 Jul 2012 23:33:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217233#post2217233</guid>
        </item>
                <item>
          <title>Re: [ross] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217229#post2217229</link>
          <description><![CDATA[Hi Ross,<br /><br />I already seem to have that line:<br />// load record from 'our_helicopters_list'<br />  list($our_helicopters_listRecords, $our_helicopters_listMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'our_helicopters_list',<br />    'where'       =&gt; whereRecordNumberInUrl(0),<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />    'limit'       =&gt; '1',<br />  ));<br />  $our_helicopters_listRecord = @$our_helicopters_listRecords[0]; // get first record<br />  if (!$our_helicopters_listRecord) { dieWith404(&quot;Record not found!&quot;); } // show error message if no record found<br /><br />Any other suggestions? Is it because of the 'limit' part?<br />]]></description>
          <pubDate>Mon, 30 Jul 2012 07:38:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217229#post2217229</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217212#post2217212</link>
          <description><![CDATA[Hi there.<br /><br />Thanks for posting!<br /><br />I see what you mean with the navigation. What you'll want to do is add the following to your viewer code for the list of page titles (not the viewer that loads your single record):<br /><br />'allowSearch' =&gt; false,<br /><br />That should get you going. Give that a shot and let me know how you make out.<br /><br />Thanks!<br />]]></description>
          <pubDate>Fri, 27 Jul 2012 16:41:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217212#post2217212</guid>
        </item>
                <item>
          <title>Detail page as sub navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217186#post2217186</link>
          <description><![CDATA[Hi guys,<br /><br />I am using the record titles as a level of sub navigation which is fine although when you are then on the record detail page, the sub navigation is only listing that record. I know I need to adjust something to do with the 'where' or 'limit' clauses bit but could someone tell me to what? <br /><br />Here is the List page: http://www.fly7.co.uk/test/our-helicoptersList.php<br /><br />Thanks!<br />]]></description>
          <pubDate>Thu, 26 Jul 2012 05:44:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217186#post2217186</guid>
        </item>
              </channel>
    </rss>
  