<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Re: DISPLAYING LISTS based on fields</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Re-DISPLAYING-LISTS-based-on-fields-79845</link>
        <description></description>
        <pubDate>Mon, 20 Jul 2026 03:14:40 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Re-DISPLAYING-LISTS-based-on-fields-79845" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236043#post2236043</link>
          <description><![CDATA[<p>Thank you! This one works great and I changed the "view all photos" thumbnail to pull a random image so none of the thumbs on the subcat page would be duplicated. </p>]]></description>
          <pubDate>Thu, 12 Feb 2015 11:04:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236043#post2236043</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236042#post2236042</link>
          <description><![CDATA[<p>No problem :) let us know if you need any more help.</p>]]></description>
          <pubDate>Thu, 12 Feb 2015 10:42:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236042#post2236042</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236036#post2236036</link>
          <description><![CDATA[<p>Claire, has anyone told you how awesome  you are today??!!!  Thanks so much!  :) </p>]]></description>
          <pubDate>Wed, 11 Feb 2015 15:40:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236036#post2236036</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235941#post2235941</link>
          <description><![CDATA[<p>Sorry, the file wasn't attached. Here it is now.</p>]]></description>
          <pubDate>Mon, 02 Feb 2015 10:27:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235941#post2235941</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235940#post2235940</link>
          <description><![CDATA[<p>Hi Tina</p>
<p>I think the actual structure - multiple getRecords calls to get the first in each subcategory - is the simplest solution. You're just missing a few key variable names.</p>
<p>I've amended the file - see attached. It's untested, but I really just cleaned up some of the code.</p>]]></description>
          <pubDate>Mon, 02 Feb 2015 10:26:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235940#post2235940</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235930#post2235930</link>
          <description><![CDATA[<p>Hello Claire, </p>
<p>Sorry for taking so long to follow up on this! </p>
<p>Yes, there is a table called bird_photos and ALL birds were already entered into it when the client decided they wanted them easily divided into subcategories (Songbirds, Waterbirds, Birds of Prey, All Other Birds) </p>
<p>I've included a screenshot of  of section editor &amp; editor pages.  I'm also attaching my revised php page. I have managed to make something that resembles progress. Here's the page link: </p>
<p><strong><a href="http://www.billdraker.com/bird-photography-subcats.php" rel="nofollow">http://www.billdraker.com/bird-photography-subcats.php</a></strong></p>
<p>in the Load records section - whichever record I put this line after - makes the first image of that subcategory appear as the first image and the last image. The first image is not supposed to be displaying a subcategory image, but rather the first image of the main gallery (ALL birds) </p>
<p><code>    $bird_photosRecord = @$bird_photosRecords[0]; // get first record</code></p>
<p>If each thumbnail pulled the first image from the appropriate subcategory (Songbirds, Waterbirds, Birds of Prey &amp; All Other Birds) - then that's all I'm trying to achieve.  </p>
<p>Does this help? I sure hope so!!  Thank you for your help! Tina</p>]]></description>
          <pubDate>Fri, 30 Jan 2015 17:46:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235930#post2235930</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235583#post2235583</link>
          <description><![CDATA[<p>Yeah, this explains it better, although I think you've got a case of over-engineering going on here. All the individual category pages are the same, so you don't need to have separate viewer files for each one.</p>
<p>So there's a table called bird_photos - is the category stored in that? And what does the category field look like, if so?</p>]]></description>
          <pubDate>Wed, 24 Dec 2014 10:34:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235583#post2235583</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235578#post2235578</link>
          <description><![CDATA[<p>On that subcategory page - I do want it to be a single record - the first image that has been checked for that subcategory. For instance, whatever the last "bird of prey" image is - I would like that to show up as a single image with a static link that I will set - which will go to the main Birds of Prey Gallery.  Same for Songbirds, Waterbirds, View All Birds, etc.  And then I'm doing the same thing with Mammals (small mammals &amp; large mammals) </p>
<p>Each subcategory will have 1 image showing on this subcategory page ( <a href="http://www.billdraker.com/bird-photography-subcats.php" rel="nofollow">http://www.billdraker.com/bird-photography-subcats.php</a> ) and then link to the corresponding subcat galleries below:</p>
<p><a href="http://www.billdraker.com/bird-songbird-photography.php" rel="nofollow">http://www.billdraker.com/bird-songbird-photography.php</a><br /><a href="http://www.billdraker.com/bird-waterbird-photography.php" rel="nofollow">http://www.billdraker.com/bird-waterbird-photography.php</a><br /><a href="http://www.billdraker.com/bird-birdsofprey-photography.php" rel="nofollow">http://www.billdraker.com/bird-birdsofprey-photography.php</a><br /><a href="http://www.billdraker.com/bird-allotherbirds-photography.php" rel="nofollow">http://www.billdraker.com/bird-allotherbirds-photography.php</a></p>
<p><a href="http://www.billdraker.com/mammal-small-photography.php" rel="nofollow">http://www.billdraker.com/mammal-small-photography.php</a><br /><a href="http://www.billdraker.com/mammal-large-photography.php" rel="nofollow">http://www.billdraker.com/mammal-large-photography.php</a></p>
<p>Does that help explain it? </p>
<p>Thanks, Claire! </p>]]></description>
          <pubDate>Tue, 23 Dec 2014 22:53:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235578#post2235578</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235569#post2235569</link>
          <description><![CDATA[<p>Hey there</p>
<p>This looks like you're only loading a single record here, not multiple subcategory photos. What does the structure of the bird_photos section look like, and what should the page look like?</p>]]></description>
          <pubDate>Tue, 23 Dec 2014 09:43:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235569#post2235569</guid>
        </item>
                <item>
          <title>Re: DISPLAYING LISTS based on fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235563#post2235563</link>
          <description><![CDATA[<p>In response to: [url "<a href="http://www.interactivetools.com/forum/forum-posts.php?postNum=2233250#post2233250" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?postNum=2233250#post2233250</a>"]DISPLAYING LISTS based on fields[/url], ...</p>
<p>Hello! </p>
<p>Using the same methods that I have used on another site (archived link above), I've been trying to get multiple subcategory photos to display on a single page. The subcategories are determined by a list of check boxes.  Any single image could be in 1+ subcategories. </p>
<p><strong>Here's the page I'm working on.</strong><br /><a href="http://www.billdraker.com/bird-photography-subcats.php" rel="nofollow">http://www.billdraker.com/bird-photography-subcats.php</a></p>
<p><strong>Getting this error: </strong><br />Notice: Undefined variable: record in /home/billd3/public_html/bird-photography-subcats.php on line 115 </p>
<p>This worked on the other site so I'm not sure what I'm doing wrong now. </p>
<p>The page is attached. Thanks so much for your help!!  Tina</p>]]></description>
          <pubDate>Mon, 22 Dec 2014 12:14:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235563#post2235563</guid>
        </item>
              </channel>
    </rss>
  