<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3ASkidderChains</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 22:42:51 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ASkidderChains&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [greg] shuffle images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218577#post2218577</link>
          <description><![CDATA[It seems to be working, but taking a long time to load the images and is effecting the transition.... Any thoughts. I will have to trouble shoot on this end.<br /><br />Thanks for the help....<br />]]></description>
          <pubDate>Wed, 21 Nov 2012 08:33:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218577#post2218577</guid>
        </item>
                <item>
          <title>shuffle images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218551#post2218551</link>
          <description><![CDATA[Hoping someone can help with this one.....<br /><br />I have a multi record section named Images that provides the images for a rotating image header.. Within that section, there is a field Image where multiple images can be uploaded.<br /><br />There is also a check box to select which pages the Record Images should display on.<br /><br />I am trying to set it up so that the code randomly selects a section, and then the image from that section displays one image. then it moves on to the next random sections and pulls one image....continuously. This is what I have so far, and it works, but only takes the first image it selects. I would like it to go back to the section and skip the image it has already shown and move on to the next image... <br /><br />&lt;?php shuffle($imagesRecords); ?&gt;<br />      	<br />      	&lt;?php foreach ($imagesRecords as $record): ?&gt;<br />		<br />		&lt;?php if ($record['locations']): ?&gt;<br />    	<br />   		&lt;?php $count = 0; ?&gt;<br />      	&lt;?php shuffle($record['image']); ?&gt;<br />      	&lt;?php foreach ($record['image'] as $upload):?&gt;<br />        &lt;?php if (++$count &gt; 1) { break; } ?&gt;<br />        	<br />         <br />        &lt;img src=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; alt=&quot;&quot;/&gt;<br />        <br />   <br />        &lt;?php endforeach ?&gt;<br />       	<br />       	&lt;?php endif ?&gt;<br />    	<br />    	&lt;?php endforeach ?&gt;<br /><br /><br />I hope that makes sense. here is the link to the page as it is working now. Randomly pulling a section and then shuffling one image from each section.<br /><br />http://new.wallingfords.com/locations.php<br /><br />THanks.<br />]]></description>
          <pubDate>Mon, 19 Nov 2012 11:11:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218551#post2218551</guid>
        </item>
                <item>
          <title>Re: [Jason] Thumbnails in List on Combo Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217265#post2217265</link>
          <description><![CDATA[Always something simple.....thank you.<br />]]></description>
          <pubDate>Thu, 02 Aug 2012 07:16:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217265#post2217265</guid>
        </item>
                <item>
          <title>Thumbnails in List on Combo Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2217259#post2217259</link>
          <description><![CDATA[I have created a product Combo Page, and would like to have a thumbnail of the product displayed in the product list. <br /><br />I have tried using the following code, but it renders and error/invalid arguement....<br />&quot;Notice: Undefined index: image in /home/content/43/9447743/html/v8/ForestryProducts.php on line 166 Warning: Invalid argument supplied for foreach() in /home/content/43/9447743/html/v8/ForestryProducts.php on line 166 &quot;<br /><br /> &lt;!--THUMBNAIL--&gt;<br />      <br />      &lt;?php foreach ($listRecords['image'] as $index =&gt; $upload): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $listRecord['_link'] ?&gt;&quot;&gt;&lt;img style=&quot;border:1px solid #b2d3c7;&quot; src=&quot;&lt;?php echo $upload['thumbUrlPath3'] ?&gt;&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;<br />      &lt;?php endforeach ?&gt;<br />    <br />     &lt;!-- END THUMBNAIL--&gt;<br /><br />What should I be using to display the thumbnails?<br />]]></description>
          <pubDate>Wed, 01 Aug 2012 12:56:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2217259#post2217259</guid>
        </item>
                <item>
          <title>Re: [Dave] PHP4 Support</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216427#post2216427</link>
          <description><![CDATA[They told me the following..... to change the htaccess file...and sent me two different links to PHP forums that were supposed to show me how to turn on the extensions. Neither of which were helpful or worked. I ended up fixing the problem but upgrading the from PHP4 to PHP5. Figured that out from a comment on a different discussion on this forum. Checked it out and sure enough, PHP4 was running on the server. Went into the control panel and changed to PHP5...about 30 minutes later everything working fine.<br />]]></description>
          <pubDate>Thu, 31 May 2012 07:11:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216427#post2216427</guid>
        </item>
                <item>
          <title>Re: [Jason] New Install Error - GoDaddy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216418#post2216418</link>
          <description><![CDATA[thanks for the response....I did find out that PHP4x was installed. I changed to PHP5x, and that seems to have done the trick. Not sure why they could not have just told me that?????<br />]]></description>
          <pubDate>Wed, 30 May 2012 10:53:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216418#post2216418</guid>
        </item>
                <item>
          <title>Re: [Chris] New Install Error - GoDaddy</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216412#post2216412</link>
          <description><![CDATA[I am having the same problem with GoDaddy. I have CMSB set up in two other hosting accounts with GoDaddy...now they will not install the 'mbstring' extensions. I have even upgraded to php5x and still getting the &quot;This program requires the PHP 'mbstring' extension.<br />Please ask your hosting provider (or server administrator) to install missing PHP extension(s). &quot; error message.<br />]]></description>
          <pubDate>Wed, 30 May 2012 09:42:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216412#post2216412</guid>
        </item>
                <item>
          <title>Re: [Dave] PHP4 Support</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216411#post2216411</link>
          <description><![CDATA[I am having the same problem with GoDaddy. And they will not install the extensions. So far they have sent me 3 different directions to fix the problem myself, and none have worked. We have CMSB set up on two other accounts with them, and previously they installed the extensions....now they do not do that anymore. Any direction would be helpful.<br />]]></description>
          <pubDate>Wed, 30 May 2012 09:25:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216411#post2216411</guid>
        </item>
              </channel>
    </rss>
  