<?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%3Awebfoot</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 05:45:49 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Awebfoot&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [webfoot] View List Page in Columns- It Worked!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199768#post2199768</link>
          <description><![CDATA[OH! It worked - how about that. I should have tested before posting. Sorry about that. - M<br />]]></description>
          <pubDate>Wed, 14 Oct 2009 11:31:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199768#post2199768</guid>
        </item>
                <item>
          <title>View List Page in Columns</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199737#post2199737</link>
          <description><![CDATA[Hello,<br /><br />I have been reading and trying the various postings on columns for list page views but am getting soooo confused.<br /><br />As you can see here a graphic of the store list page formatted into 3 columns:<br /><br />http://www.infinitewell-being.com/mockup/<br /><br />How do I get this into a table with 3 columns. I have copied and tweaked a post below of what I think it should be. <br /><br />~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />&lt;table border=&quot;1&quot;&gt;<br />&lt;tr&gt;<br />	&lt;?php foreach ($storeRecords as $record): ?&gt;<br />   <br />&lt;td&gt; <br />	<br /><br />           &lt;?php foreach ($record['product_picture'] 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 />&lt;p&gt; &lt;?php echo $record['product_name'] ?&gt;&lt;/p&gt;&lt;br/&gt;<br />&lt;?php echo $record['add_to_cart'] ?&gt;&lt;br/&gt;<br />&lt;p&gt; &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;More information...&lt;/a&gt;&lt;/p&gt;<br /><br />&lt;/td&gt; <br />     <br /> 	 &lt;?php $maxCols=3; if (@++$count % $maxCols == 0): ?&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;	<br />	&lt;?php endif; ?&gt; <br />  	&lt;?php endforeach ?&gt; <br />&lt;/tr&gt; <br />&lt;/table&gt;<br />~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br /><br />All help appreciated!]]></description>
          <pubDate>Mon, 12 Oct 2009 17:29:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199737#post2199737</guid>
        </item>
                <item>
          <title>Re: Announce your new CMS Builder websites here!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2199679#post2199679</link>
          <description><![CDATA[Hello...<br /><br />http://www.infinitewell-being.com<br /><br />CMSB was used to post and archive articles, populate a product catalog and let the user define sections with easy to use template builder and add content quickly with the pre-defined areas. <br /><br />Many thanks!!! to all the help received in the process of putting this site together :-)<br />]]></description>
          <pubDate>Fri, 09 Oct 2009 12:46:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2199679#post2199679</guid>
        </item>
                <item>
          <title>Re: [Perchpole] Link gets Error Msg.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196730#post2196730</link>
          <description><![CDATA[&lt;?php require_once('../header.ssi'); ?&gt;<br />&lt;?php require_once('../footer.ssi'); ?&gt;<br /><br />thanks....<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 17:34:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196730#post2196730</guid>
        </item>
                <item>
          <title>Re: [ross] Link gets Error Msg.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196726#post2196726</link>
          <description><![CDATA[Thanks Ross - - -<br /><br />Attached pls find the storeDetail.php and storeList.php <br /><br />See store list with links on homepage -<br />http://infinitewell-being.com/indexcss.php<br /><br />Can't open any individual product pages. <br /><br />[:/]<br />]]></description>
          <pubDate>Wed, 01 Apr 2009 16:25:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196726#post2196726</guid>
        </item>
                <item>
          <title>Link gets Error Msg.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196582#post2196582</link>
          <description><![CDATA[This worked before and now well something is awry!<br /><br />Linking from list page to detail page is not working. Here is the link -<br />&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;More information...&lt;/a&gt;<br /><br />My error message is this -<br />Parse error: syntax error, unexpected $end in /home/infinite/public_html/store/storeDetail.php on line 102<br /><br />Here is the actual link from list page;<br />&lt;a href=&quot;/store/storeDetail.php?Olive-Oil-Dried-Berries-Dark-Chocolate-5-33&quot;&gt;See more information&lt;/a&gt;<br /><br />What am I missing? One thing is the -5-33 Not sure where -33 is from? Help!<br />]]></description>
          <pubDate>Thu, 26 Mar 2009 17:18:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196582#post2196582</guid>
        </item>
                <item>
          <title>Re: [Dave] List page links not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194847#post2194847</link>
          <description><![CDATA[oh you are so smart....thank you<br />]]></description>
          <pubDate>Fri, 19 Dec 2008 13:33:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194847#post2194847</guid>
        </item>
                <item>
          <title>Re: [Moonworks] CMS Builder Newbie Questions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194824#post2194824</link>
          <description><![CDATA[Thank you !!!<br />]]></description>
          <pubDate>Thu, 18 Dec 2008 19:49:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194824#post2194824</guid>
        </item>
                <item>
          <title>List page links not working</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194823#post2194823</link>
          <description><![CDATA[OK ~~~~<br /><br />I am generating 2 pages a list page and a detail page. My list page links are not taking me to the detail page. <br /><br />I am getting a 404 page. Here is the URL - http://infinitewell-being.com/indexcss.php to in progress home page. The links in question are from the news column #3 and also on the list page here - http://www.infinitewell-being.com/news/newsList.php<br />]]></description>
          <pubDate>Thu, 18 Dec 2008 19:43:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194823#post2194823</guid>
        </item>
                <item>
          <title>Re: [Moonworks] CMS Builder Newbie Questions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194741#post2194741</link>
          <description><![CDATA[I just went through the steps you outlined. btw-thanks for this info. <br /><br />When I finished the steps and logged back in it takes me to a page with a left menu link to the page i have access to.<br /><br />Is that what you meant?<br />]]></description>
          <pubDate>Tue, 16 Dec 2008 00:11:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194741#post2194741</guid>
        </item>
                <item>
          <title>Re: [Liz1001] multiple choices in section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193294#post2193294</link>
          <description><![CDATA[Perfect! <br /><br />thanks,<br />]]></description>
          <pubDate>Wed, 10 Sep 2008 13:04:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193294#post2193294</guid>
        </item>
                <item>
          <title>multiple choices in section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193284#post2193284</link>
          <description><![CDATA[I am so-o-o Newbie...<br /><br />How do I setup a list to choose one from about a dozen choices in a Section Editor? I have read the online documentation but nothing is sinking in....<br />]]></description>
          <pubDate>Tue, 09 Sep 2008 19:21:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193284#post2193284</guid>
        </item>
                <item>
          <title>Re: [webfoot] How to insert php &apos;include&apos; on homepage.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193054#post2193054</link>
          <description><![CDATA[FYI - to tie things up-<br /><br />At Dave's suggestion, by email, I corrected my php code directly on server and it turns out my html editor software was the culprit and was modifying the php tags.  All is working now.<br /><br />Thanks Dave!<br />]]></description>
          <pubDate>Thu, 21 Aug 2008 18:02:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193054#post2193054</guid>
        </item>
                <item>
          <title>Re: [Dave] How to insert php &apos;include&apos; on homepage.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193047#post2193047</link>
          <description><![CDATA[Hello..<br /><br />Yes I removed the coma. Here is online link;<br />http://www.infinitewell-being.com/indexa.php<br />still an error message. <br /><br />I am also uploading indexa.php<br /><br />Pls. watch for email with FTP details.<br /><br />Many thanks....<br />]]></description>
          <pubDate>Thu, 21 Aug 2008 13:06:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193047#post2193047</guid>
        </item>
                <item>
          <title>Re: [Dave] How to insert php &apos;include&apos; on homepage.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193036#post2193036</link>
          <description><![CDATA[Dave,<br /><br />I have just started on this site but here is url;<br />http://www.infinitewell-being.com/indexa.php and articleList.php is located in root also.<br /><br />This is the error message on homepage:<br /><br />Warning: main(,articleList.php): failed to open stream: No such file or directory in/hermes/web01/b1420/as.wellbeing/public_html/indexa.php on line 105<br /><br />Warning: main(): Failed opening ',articleList.php' for inclusion(include_path='/hermes/web01/b1420/as.wellbeing/public_html/cmsAdmin:.:/usr/local/lib/php-4.4.7/lib/php') in/hermes/web01/b1420/as.wellbeing/public_html/indexa.php on line 105<br /><br />I am not familiar with php so am hoping this is an ez fix. I have 3 articles in admin and list url is articleList.php.<br /><br />Also, does this stay on the articleList.php page?<br />      &lt;hr/&gt;<br />    &lt;?php endforeach; ?&gt;<br /><br />    &lt;?php if (!$articles_1st_colRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP2: Display Records --&gt;  <br /><br />And also where on page does this belong - above? &lt;!DOCTYPE or in head?<br /><br />&lt;?php<br />  <br />  require_once &quot;/hermes/web01/b1420/as.wellbeing/public_html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($articles_1st_colRecords, $articles_1st_colMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'articles_1st_col',<br />    'allowSearch' =&gt; '0',<br />  ));<br /><br />?&gt;<br /><br /><br />:-)<br />Thanks for helping me get started with CMSBuilder,<br />]]></description>
          <pubDate>Wed, 20 Aug 2008 23:02:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193036#post2193036</guid>
        </item>
                <item>
          <title>How to insert php &apos;include&apos; on homepage.php</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193028#post2193028</link>
          <description><![CDATA[On my home page I would like to insert a server side include to call up articleList.php. I have articleList.php in the same directory as my home page. I have used this; &lt;?php include(&quot;articleList.php&quot;); ?&gt; but the list is not showing up. <br /><br />Also, I think Dreamweaver may be rewriting or deleting some of the code even though I have fixed this in the preferences. <br /><br />Guess I am missing something and would appreciate your help!<br /><br />Thanks,<br />]]></description>
          <pubDate>Wed, 20 Aug 2008 17:35:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193028#post2193028</guid>
        </item>
                <item>
          <title>Sign-Up Script</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192705#post2192705</link>
          <description><![CDATA[Hello ...<br /><br />Does CMS Builder have a sign-in script like the Auto Manager product? If so can you post it here - or refer me to where I can download it.<br /><br />Many thanks,<br /><br />Melinda<br />mbaker@webfootstudios.com]]></description>
          <pubDate>Tue, 29 Jul 2008 15:15:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192705#post2192705</guid>
        </item>
                <item>
          <title>CMS - User Access</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192558#post2192558</link>
          <description><![CDATA[This is first CMS site for me  :-)<br /><br />I am setting up payment processing for my client where there are different prices for differing 'user access' levels and maximum records. <br /><br />examples...<br />A. 30 day listing with 2 photos for 1 record listed. <br />B. 6 month listing with unlimited records.<br /><br />Can this be automated? I am not sure how you direct users to correct level of access. <br /><br />I was going to use auto manager for this site since it is auto listings but was told by staff that CMS could do the job better and it looks great from what I have read.<br /><br />Thanks ....<br /><br />Melinda - designer<br />webfootstudios.com<br />]]></description>
          <pubDate>Sun, 20 Jul 2008 15:21:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192558#post2192558</guid>
        </item>
              </channel>
    </rss>
  