<?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%3Ajeffrenner</link>
        <description></description>
        <pubDate>Thu, 30 Apr 2026 11:15:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ajeffrenner&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Larger Picture Files will not upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2218248#post2218248</link>
          <description><![CDATA[I am having a problem with larger picture files not uploading properly on a couple of my websites that I recently completed using CMS Builder.  When I upload files larger than 2mb I get the following error message on from the uploader:  &quot;Error uploading '1.jpg', server returned: HTTP 500&quot;<br />The file is being uploaded to the &quot;uploads&quot; folder but no thumbnails are being produced and the picture is not showing up on the CMS interface.  I have the file size set to unlimited in the interface.  Any suggestions as to what the problem might be?<br />]]></description>
          <pubDate>Wed, 24 Oct 2012 16:34:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2218248#post2218248</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] Changing PayPal Shopping Cart button price using CMS builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213813#post2213813</link>
          <description><![CDATA[Thank you for your reply.  I  am not sure if that solution is workable since there are multiple items for sale on each detail page all with different prices.  Here is the URL of the web page:  http://windsorwhipworksartcenter.org/pages/ArtistBio.php<br /><br />Below is the php and button code I am currently using on that page: <br />Thanks again.  Jeff<br />&lt;?php<br />  $maxColumns  = 2;<br />  $columnCount = 0;<br />?&gt;<br /><br />&lt;table&gt;<br />  &lt;tr&gt;<br />    &lt;?php foreach ($artistsRecord['pictures'] as $image): ?&gt;<br />    <br />      &lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;<br />        &lt;a href=&quot;&lt;?php echo $image['urlPath'] ?&gt;&quot; target=&quot;_blank&quot;&gt;&lt;img src = &quot;&lt;?php echo $image['thumbUrlPath'];?&gt;&quot; width = &quot;&lt;?php echo<br />$image['thumbWidth'];?&gt;&quot; height = &quot;&lt;?php echo $image['thumbHeight'];?&gt;&quot; alt =<br />&quot;&lt;?php echo $image['info1'];?&gt;&quot; style=&quot;color:#bba279;&quot; border=&quot;1&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br/&gt;&lt;form target=&quot;paypal&quot; action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt;<br />&lt;input type=&quot;hidden&quot; name=&quot;cmd&quot; value=&quot;_s-xclick&quot;&gt;<br />&lt;input type=&quot;hidden&quot; name=&quot;hosted_button_id&quot; value=&quot;8Y9D8QMVVHH7S&quot;&gt;<br />&lt;input type=&quot;image&quot; src=&quot;http://www.windsorwhipworksartcenter.org/images/artists/PayPalBuyButton.jpg&quot; border=&quot;0&quot; name=&quot;submit&quot; alt=&quot;PayPal - The safer, easier way to pay online!&quot;&gt;<br />&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://www.paypalobjects.com/en_US/i/scr/pixel.gif&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;<br />&lt;/form&gt;&lt;?php echo $image['info1'] ?&gt;&lt;br /&gt;&lt;?php echo $image['info2'] ?&gt;&lt;br /&gt;&lt;?php echo $image['info3'] ?&gt;&lt;br /&gt;&lt;?php echo $image['info4'] ?&gt;&lt;br /&gt;&lt;?php echo $image['info5'] ?&gt;<br />                      <br /><br /><br /><br /><br /><br />      &lt;/td&gt;<br />      <br />      &lt;?php if (++$columnCount % $maxColumns == 0): ?&gt;<br />        &lt;/tr&gt;<br />        &lt;tr&gt;<br />      &lt;?php endif ?&gt;<br />      <br />    &lt;?php endforeach ?&gt;<br />]]></description>
          <pubDate>Tue, 08 Nov 2011 22:13:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213813#post2213813</guid>
        </item>
                <item>
          <title>Changing PayPal Shopping Cart button price using CMS builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2213794#post2213794</link>
          <description><![CDATA[I am working on a website that sells paintings.  The client wants a PayPal shopping cart, using PayPal's Website Payments Standard.  <br /><br />Currently I have the page set up with an image uploader and part of the description is the price. I  have a &quot;Buy Now&quot; PayPal button below the picture so that when a picture is added a new button is generated.  the problem is its the exact same button. <br /><br />Is there any way I can set the page up so that when the client uploads/adds a new picture in the CMS editor that the new buttons price will automatically change? Any help would be greatly appreciated.  Thanks<br />]]></description>
          <pubDate>Mon, 07 Nov 2011 18:37:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2213794#post2213794</guid>
        </item>
                <item>
          <title>Re: [robin] need help with code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212846#post2212846</link>
          <description><![CDATA[Thanks, <br />I knew it was probably easy for someone who knows PHP.  I am having one other issue that is probably an easy one too.  I have links from this page to a detail page but the images won't display on the detail page either.  I took the code from another detail page that is identical.  The only difference is that I had to move it to a new folder called &quot;members&quot;.<br /><br />I updated the links but can't figure out why the image is not displaying.  Not sure if the problem is in the head or the body.<br /><br />I attached the page and the URL is below:<br />http://clowninroundbooks.com/pages/membership/BookDetails.php<br />You don't need to login to access it.<br />]]></description>
          <pubDate>Fri, 19 Aug 2011 13:51:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212846#post2212846</guid>
        </item>
                <item>
          <title>need help with code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212828#post2212828</link>
          <description><![CDATA[I am working on a &quot;Members only page for a book club and am having some trouble making the download link for the PDF's display properly.  As of right now I have them displayed but they are displaying the PDF downloads for every record.  I just need a way to make it display the PDF for that record only but I am stumped.  <br /><br />I am attaching a copy of the page code for your reference.<br /><br />The URL to the page is: http://www.clowninroundreaders.com/pages/membership/Members.php <br /><br />It will ask you to a log in.  You can use the username: bob and password: smarter  to log in.  <br /><br />Any help is appreciated.<br /><br />Thanks,<br /><br />Jeff<br />]]></description>
          <pubDate>Fri, 19 Aug 2011 09:00:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212828#post2212828</guid>
        </item>
                <item>
          <title>Re: [Jason] How do I add search feature to CMS builder pages?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212559#post2212559</link>
          <description><![CDATA[I figured it out a about an hour before your reply.  Thanks anyhow!<br /><br />JR<br />]]></description>
          <pubDate>Thu, 04 Aug 2011 21:24:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212559#post2212559</guid>
        </item>
                <item>
          <title>Re: [Jason] How do I add search feature to CMS builder pages?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212553#post2212553</link>
          <description><![CDATA[After reading your post I would like to restate what I need.  All the page needs to do is be able to sort out the order that the records are displayed by title (alphabetically), level (A, B, C, D, etc..), or lookandsaylevels,(also by letter values A, B, C, D etc..) <br /><br />The section editor is set up with the fields I just need to have a sort feature at the top of the page.<br /><br />Here is the url of the page I am trying to sort: http://clowninroundbooks.com/pages/BrowseBooks.php<br /><br />Thanks.<br /><br />JR<br />]]></description>
          <pubDate>Thu, 04 Aug 2011 13:06:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212553#post2212553</guid>
        </item>
                <item>
          <title>How do I add search feature to CMS builder pages?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212545#post2212545</link>
          <description><![CDATA[I need to add a search page to a website using CMS builder.  The search options are by title, level, or lookandsay.  How do I go about setting this up?<br />]]></description>
          <pubDate>Thu, 04 Aug 2011 11:36:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212545#post2212545</guid>
        </item>
              </channel>
    </rss>
  