<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Wrong image displaying/same image on every page</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Wrong-image-displaying-same-image-on-every-page-69938</link>
        <description></description>
        <pubDate>Tue, 10 Mar 2026 21:46:22 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Wrong-image-displaying-same-image-on-every-page-69938" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Wrong image displaying/same image on every page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196828#post2196828</link>
          <description><![CDATA[Hi Ross,<br /><br />Attached is the page.<br /><br />Why would they conflict, could you explain in real basic terms so I know what I'm doing wrong!<br /><br />Hannah<br />]]></description>
          <pubDate>Wed, 08 Apr 2009 03:19:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196828#post2196828</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Wrong image displaying/same image on every page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196819#post2196819</link>
          <description><![CDATA[Hi Hannah<br /><br />I think the problem is going to a be a conflict in the viewers that you have at the top of your page. If you have more than one, they can be interfering with eachother depending on what's  in the URL.<br /><br />Could you post a copy of the page you are working with?<br /><br />Thanks!<br />]]></description>
          <pubDate>Tue, 07 Apr 2009 11:55:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196819#post2196819</guid>
        </item>
                <item>
          <title>Re: [sagentic] Wrong image displaying/same image on every page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196811#post2196811</link>
          <description><![CDATA[Each page has a specific image generated from the CMSB record so not random, would that still work?<br /><br />I basically need it to pull in the top banner image as it pulls in the copy and the side image.<br />]]></description>
          <pubDate>Tue, 07 Apr 2009 09:26:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196811#post2196811</guid>
        </item>
                <item>
          <title>Re: [Kittybiccy] Wrong image displaying/same image on every page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196810#post2196810</link>
          <description><![CDATA[Try adding this to your top of page code<br /><br />    'orderBy'     =&gt; 'RAND()',<br /><br />That should pull a random image each time.<br /><br />Kenny<br />]]></description>
          <pubDate>Tue, 07 Apr 2009 09:24:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196810#post2196810</guid>
        </item>
                <item>
          <title>Wrong image displaying/same image on every page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196809#post2196809</link>
          <description><![CDATA[I've added a top banner image field so that on each record (detail pages) different banner images show. <br /><br />I added the generated code into the cell where the image is to be displayed:<br />&lt;?php foreach ($church_endRecord['top_banner'] as $upload): ?&gt;<br />          &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['thumbWidth'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          &lt;?php elseif ($upload['isImage']): ?&gt;<br />            &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; width=&quot;&lt;?php echo $upload['width'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['height'] ?&gt;&quot; alt=&quot;&quot; /&gt;&lt;br/&gt;<br /><br />          &lt;?php else: ?&gt;<br />            &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;&gt;Download &lt;?php echo $upload['filename'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br /><br />          &lt;?php endif ?&gt;<br />        &lt;?php endforeach ?&gt;<br /><br />But when you navigate through the pages, the image from the first record is displayed on every page. I have checked and there are different images in CMSB for each so I'm not being that stupid! <br /><br />This is the page I'm testing:<br /><a target="_blank" href="http://www.arcschoolsuk.com/CMSB/church_end.php?1">http://www.arcschoolsuk.com/CMSB/church_end.php?1</a> and if you click through to facilities or resources no change in top image!<br /><br />Any suggestions?<br />]]></description>
          <pubDate>Tue, 07 Apr 2009 09:21:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196809#post2196809</guid>
        </item>
              </channel>
    </rss>
  