<?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%3Akitka</link>
        <description></description>
        <pubDate>Sat, 18 Apr 2026 14:31:01 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Akitka&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>ORDER CART POSSIBILITY</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239729#post2239729</link>
          <description><![CDATA[<p>I WANTED TO IMPLEMENT A SIMPLE (ORDER ) SHOPPING CART THAT CALCULATES THE VALUES ON ITEMS I PRVIDE TO THE CLIENT..</p>
<p>kINDA LIKE A SHOPPING LIST WHERE I CREATE THE PRODUCTS ND PRICE AND THE CLIENT DECDIES HOW MANY THEY WANT ... THE PRICE I PROVIDE IS MULTIPLIED BY THE QUANITITY AND THE SUM OF ALL THE ITEMS I OFFER IS TALLIED AND CAN BE EMAIL TO ME FOR PROCESSING...</p>
<p>i DONT NEED ANY SPECIAL LOGIN INFORMATION AS EACH CLIENT WILL BE GIVE THEIR OWN SPECIAL CUSTOMIZED PAGE WITH ITEMS THAT THYE OPURCHASE....</p>

<p>CAN ANYBODY SUGGEST ANYTHING FOR THIS THAT MIGHT WORK...</p>

<p>I ATTACHED A RAW SCREENSHOT</p>

<p>jim</p>]]></description>
          <pubDate>Mon, 07 Nov 2016 06:51:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239729#post2239729</guid>
        </item>
                <item>
          <title>Help wth Syntax ...can anyone help...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239630#post2239630</link>
          <description><![CDATA[<p>THANKS DAVE... THAT WORKED...</p>

]]></description>
          <pubDate>Wed, 19 Oct 2016 15:22:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239630#post2239630</guid>
        </item>
                <item>
          <title>Help wth Syntax ...can anyone help...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239606#post2239606</link>
          <description><![CDATA[<p>I am trying to separate some listings from a property management site...</p>
<p>Presently i show the resdential listings that are not hiden and the ones from each location (ie Port Hope /Cobourg etc etc)</p>
<p>i would also like to be able to filter then  by showing only the condo units from this list on separate e page. and maybe just the rental untils excuding the condo unts.</p>
<p><a href="http://www.genedco.com/indexoct15.php" rel="nofollow">http://www.genedco.com/indexoct15.php</a><br /><br /><br /><span>So under the Rental tabs i can THEN show only the condo listings for each town AS WELL</span><br /><span>WITH THE SAME CONDITIONS AS I HAVE THERE RIGHT NOW FOR THE RENTAL LSITINGS</span><br /><span>ON THE RENTAL LSITINGS THEN I DONT WANT TO INCLUDE THE CONDO OPTIONS</span><br /><br /><br /><span>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;</span><br /><span>&lt;?php</span><br /><span> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */</span><br /><br /><span> // load viewer library</span><br /><span> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';</span><br /><span> $dirsToCheck = array('/services3/webpages/g/e/genedco.com/public/','','../','../../','../../../');</span><br /><span> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}</span><br /><span> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</span><br /><br /><br /><br /><span> // load records from 'listings'</span><br /><span> list($listingsRecords, $listingsMetaData) = getRecords(array(</span><br /><span> 'tableName' =&gt; 'listings',</span><br /><span> 'loadUploads' =&gt; true,</span><br /><span> 'allowSearch' =&gt; true,</span><br /><span> <span> <strong>'where' =&gt; '`hide_listing` = "0" AND `content` = "cobourg"',</strong></span></span><br /><span>  ));</span><br /><br /><br />nY SYNTAX IS WRONG....<br /><strong><span>SO IN EFFECT I WANT THIS for the condo PAGES</span></strong><br /><strong>'where' =&gt; '`hide_listing` = "0" AND `content` = "cobourg"', AND <span>'</span><span><strong>property_type</strong></span><span>' ='condo'",<br /><br /></span>AND FOR THE REST OF THE PAGES TO SHOW EVERYTHING ELSE THE EXCEPT CONDOS....</strong></p>
<p>SO IF YOU CLICK ON THE RENTALS TAB AND OPTION cOBURG IT WILL EXCLUDE THE CONDOS FROM THOSE LISTINGS.<br /><br /><span>'</span><br /><span>AND I WANT TO SHOW ONLY CONDO LISTINgs FROM THE TABLE TO DISPLAY ONA CONDO ONLY PAGE</span><br /><span>Property Type (value): &lt;?php echo $record['<span><strong>property_type</strong></span>'] ?&gt;&lt;br/&gt; WITH THE OPTION OF showing <span><strong>Condo</strong></span> only from that list</span><br /><br /><br /><br /><br /><span>i AM GETTIng SCREWED UP with THE CORRECT SYNTAX....and the pages cant load then</span><br /><span>CAN ANY help PLEASE</span><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><span>&lt;?php header('Conte</span></p>


]]></description>
          <pubDate>Sun, 16 Oct 2016 10:18:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239606#post2239606</guid>
        </item>
                <item>
          <title>SYNATAX HOW TO DISPLAY RESULTS FROM LISTINGS WHERE TWO CONDITIONS MUST EXIST</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239508#post2239508</link>
          <description><![CDATA[<p>Steve...<br />thankyou very much.. it works fine now....</p>
<p>I coudn't remember the correct syntax...thanks again</p>]]></description>
          <pubDate>Wed, 14 Sep 2016 14:02:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239508#post2239508</guid>
        </item>
                <item>
          <title>SYNATAX HOW TO DISPLAY RESULTS FROM LISTINGS WHERE TWO CONDITIONS MUST EXIST</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239505#post2239505</link>
          <description><![CDATA[<p>Hi All...</p>
<p>I am reworking a site and cant remember how this is done...<br /><a href="http://www.genedco.com/listings2016.php" rel="nofollow">http://www.genedco.com/listings2016.php</a></p>
<p>I am trying to get results listed based on  the following conditions.<br /><span style="color:#ff0000;"><strong>where the results on show listing that have both the conditions exist.... both hide listings and cobourg must exist for the result to show up.</strong></span></p>
<p>.here are </p>
<p>// load records from 'listings'<br /> list($listingsRecords, $listingsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'listings',<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; true,<br /><strong>'where' =&gt; "hide_listing ='0'",</strong><br /><strong>'where' =&gt; "content = 'cobourg'",</strong></p>
<p>));</p>
<p><strong>Can anyone help me with the correct code</strong><br /><br /></p>]]></description>
          <pubDate>Tue, 13 Sep 2016 09:37:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239505#post2239505</guid>
        </item>
                <item>
          <title>Adding Results from fields</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236070#post2236070</link>
          <description><![CDATA[<p>Is it possible to take the results of a sample table and have it add the results...</p>
<p>I wanted to calculate the total value  for data entered each week....</p>
<p>for instance... i'll use sport team for an example</p>
<p>WHAT I AM THINKING IS A SPORTS L;EAGUE WITH 10 MEMBERS...</p>
<p>EACH WILL HAVE THEIR OWN PAGE TO, LOGIN AND ENTER THEIR WEEKLY PICKS.</p>
<p>THESE PICKS WILL THEN BE TABULATED AND STANDINGS WILL BE KEPT....</p>


<p>USER 1   jim</p>
<p>week            team selected         wins        losses...   points     totlal Points</p>
<p>week 1        Dallas                       10            6            13</p>
<p>week 2         chicago                     6           10            34</p>
<p>USER 2   bill</p>
<p>week            team selected         wins        losses...   points     totlal Points</p>
<p>week 1        ney york                       10            6            13</p>
<p>week 2         cleveland                      6           10            34</p>
<p>. etc etc..... </p>
<p>then i want to have the total ponts accumulated  (running toital)   and then ranked  AGAINST THE OTHER 9 USERS...  so create basically a standing page based on user input</p>
<p>Standings page....<br />tema name            wins            losses          pts</p>
<p>1.    Usr1 JIM.......... 16                  10            47 <br />2.   Usr 4 bill            12                   148         33 <br /><br /></p>
<p>etc etc</p>

<p>also is it possible to have selections greyed out (not avaiable) once thye have been used.</p>
<p>Any suggestions for the mysql syntax would be appreciated or if anybody has done anything like this any help would be appreciated...</p>
<p>OR ANY SUGGESTIONS WHICH WOULD BE THE MOST EFFECTIVE WAY TO SET THIS UP....</p>
<p>JIM<br /><br /></p>
<p>I want to do a running total of how many people  </p>]]></description>
          <pubDate>Fri, 13 Feb 2015 14:46:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236070#post2236070</guid>
        </item>
                <item>
          <title>Problem with where clause...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234915#post2234915</link>
          <description><![CDATA[<p>that's alright...</p>
<p>always good to learn something new each day....</p>
<p>thank you for looking into this for me... Always appreciated....</p>
<p>Have a  great night</p>
<p>JIM</p>]]></description>
          <pubDate>Tue, 09 Sep 2014 17:23:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234915#post2234915</guid>
        </item>
                <item>
          <title>Problem with where clause...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234912#post2234912</link>
          <description><![CDATA[<p>Thanks Claire...<br />After about 3 hours I  accidentally got the same solution ...........)  it works! <br /><br />You  and your staff folks at interactivetools offer great support!  Well appreciated...  If you ever need a testimonial feel free to ask.  JIM.</p>
<p>PS ... My  client is very happy with your software... very easy to use as usual...</p>]]></description>
          <pubDate>Tue, 09 Sep 2014 17:17:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234912#post2234912</guid>
        </item>
                <item>
          <title>Problem with where clause...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234908#post2234908</link>
          <description><![CDATA[<p>I am having a bit of problem if someone could suggest...</p>
<p>I am trying to get  a listing to display in multiple areas,  fOR INSTANCE A SIMILAR LISTING TO APPEAR ON MULTIPLE PAGES.</p>
<p>Here is a sample per example.</p>
<p><a href="http://www.economyequipmentsales.com/construction-equipment.php" rel="nofollow">http://www.economyequipmentsales.com/construction-equipment.php</a></p>
<p> As an example   From the page example  i want to have  ...b<strong>euthling Vibratory Roller</strong><br /><br /><strong>CDN $7,000.00 appear not only in the construction equipMEnt page but also on the turf and agriculture  page as well...</strong></p>
<p><strong>WHEN YOU ADD A NEW LISTINGS </strong><strong> in my options was created 3 categoIies with dropdowns with page  options  where they can decide where the listing is to appear...</strong></p>
<p>  Equipment Type    ( select  from  turf, construction equip, munnicpal agricuture ) etc etc</p>
<p>  Additional Equipment Type 1  </p>
<p>  Additional Equipment Type 2   </p>


<p>THE PROBLEM I AM HAVING IS THAT ONLY  EQUIPMENT TYPE AND EQUIPMENT TYPE 2 ARE shong up on the pages....   ADDITIONAL EQUIPMENT TYPE 1 SELECTIONS ARE NOT BEING SHOWN ON THE PAGES....</p>
<p>ONLY THE LISTINGS SELECTRED FROM EQUIPMENT TYPE AND ADDITIONAL EQUIPMENT TYPE 2.</p>
<p>THE CODE I AM USING IS BELOW AND I SUSPECT I HAVE SOMETHING WRONG IN THERE.  )OR WHERE CLASUE) CAN ANYONE MAKE A SUGGESTION?</p>

<p>HERE IS THE SAMPLE TOP VIEWER CODE FROM THE MUNICIPAL EQUIPMENT PAGE....</p>
<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br /> $dirsToCheck = array('/home/glenfinbow2014/economyequipmentsales.com/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>// load records from 'equipment_for_sale'<br /> list($equipment_for_saleRecords, $equipment_for_saleMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'equipment_for_sale',<br /> 'where' =&gt; "equipment_type = 'municipal equipment'",<br /> 'orWhere' =&gt; "additional_equipment_type_1 = 'municipal equipment'",<br />'orWhere' =&gt; "additional_equipment_type_2 = 'municipal equipment'",</p>
<p>'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));?&gt;</p>]]></description>
          <pubDate>Tue, 09 Sep 2014 09:47:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234908#post2234908</guid>
        </item>
                <item>
          <title>Produst on 2nd row showing right to left</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234389#post2234389</link>
          <description><![CDATA[<p>Beautifull. it worked great.... Thanks a lot Claire...</p>]]></description>
          <pubDate>Thu, 10 Jul 2014 08:50:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234389#post2234389</guid>
        </item>
                <item>
          <title>Produst on 2nd row showing right to left</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234387#post2234387</link>
          <description><![CDATA[<p>I have  a page where i want to show equipment in row of 4.<br />I find when i have only 5 or 6 items the next row always starts on the right. and if there is sometimes 6 splits and leaves a gap in the middle</p>
<p>Is there any way to make the products line up from left to right.</p>
<p><strong>Here is the sample page......</strong><br /><strong><a href="http://www.economyequipmentsales.com/construction-equipment.php" rel="nofollow">http://www.economyequipmentsales.com/construction-equipment.php</a></strong><br /><br />so in this case the Johnson Sweeper would be on the right side below the Asphalt Paver etc etc.</p>
<p><strong>Here is the code i am using for this section......</strong><br /><br /></p>
<p>&lt;font size="+1"color="#660000"&gt;&lt;strong&gt;Our Newest Additions...&lt;hr&gt;&lt;/strong&gt;&lt;/font&gt;<br /><br /> &lt;?php foreach ($equipment_for_saleRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['main_image'] as $index =&gt; $upload): ?&gt;<br /> &lt;div class="three columns"&gt;&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;Location: &amp;nbsp;&lt;strong&gt;&lt;?php echo htmlencode($record['location']) ?&gt;&lt;/strong&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" border="0" /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;&lt;font color="#FF0000"&gt;CDN $&lt;?php echo htmlencode($record['price']) ?&gt;&lt;/font&gt;&lt;/strong&gt;&lt;br/&gt;<br />&lt;/font&gt;&lt;br/&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;<br /> &lt;?php $maxCols=4; if (@++$count % $maxCols == 6): ?&gt;&lt;/div&gt;&lt;?php endif; ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php if (!$equipment_for_saleRecords): ?&gt;<br /> &lt;strong&gt;Sorry we have nothing matching your description at this time&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;</p>]]></description>
          <pubDate>Thu, 10 Jul 2014 06:51:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234387#post2234387</guid>
        </item>
                <item>
          <title>Image Gallery Voting/Rating Script</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232393#post2232393</link>
          <description><![CDATA[<p>Has anybody had an experience or success with implementing an image rating voting script with an gallery in CMS builder. I have a client who is looking to do  a photo contest in the near future and they want to be able to have visitors rate their photos.</p>
<p>I can set this up so each individual entry can have its own info if necessary... Not necessary a slideshow gallery setup.</p>
<p>Can anybody suggest a plugin or application that might work with CMS Builder. or if its even possible.  If anybody has a link to something that done  can you please be kind to send a link to the working page.</p>]]></description>
          <pubDate>Thu, 14 Nov 2013 05:51:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232393#post2232393</guid>
        </item>
                <item>
          <title>Weird Shifting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232104#post2232104</link>
          <description><![CDATA[<p>AS A followup to my previous reply 10 mins ago...</p>
<p>If you go to<br /><a href="http://www.genedco.com/newsite/listings45b.php" rel="nofollow">http://www.genedco.com/newsite/listings45b.php</a></p>
<p> and do a SEARCH  with just the Parking ON SITE checked you will see the gaps io am talking about in the results.</p>


<p>Again the code is as follows:<br /><br /></p>
<p>&lt;div class="row"&gt;<br /><br /> &lt;font size="+1"color="#660000"&gt;&lt;strong&gt;Our Newest Additions...&lt;hr&gt;&lt;/strong&gt;&lt;/font&gt;<br /><br />&lt;?php foreach ($listingsRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['main_image'] as $index =&gt; $upload): ?&gt;<br /> &lt;div class="three columns"&gt;&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;Location: &amp;nbsp;&lt;strong&gt;&lt;?php echo $record['content'] ?&gt;&lt;/strong&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" border="0" /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;<br />&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;&lt;?php echo $record['property_type:label'] ?&gt;&lt;br&gt;&lt;strong&gt;$&lt;?php echo htmlencode($record['price']) ?&gt;&amp;nbsp;&lt;?php echo $record['per:label'] ?&gt;&amp;nbsp;&lt;br&gt;&lt;?php echo $record['utilities:label'] ?&gt;&lt;/strong&gt;&lt;br&gt;&lt;?php echo $record['rental_status:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupancy_date:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupany_date_day:label'] ?&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;&lt;br&gt;&lt;br clear="left"&gt;&lt;/div&gt;<br /> &lt;?php $maxCols=4; if (@++$count % $maxCols == 6): ?&gt;&lt;/div&gt;&lt;?php endif; ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php if (!$listingsRecords): ?&gt;<br /> &lt;strong&gt;Sorry we have nothing matching your description at this time&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;</p>


<p>&lt;/div&gt;</p>
]]></description>
          <pubDate>Thu, 10 Oct 2013 16:22:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232104#post2232104</guid>
        </item>
                <item>
          <title>Weird Shifting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232103#post2232103</link>
          <description><![CDATA[<p>ok i removed the first &lt;div class=twelve columns"&gt;</p>
<p>doesnt seem to cha nge anything and added the &lt;br clear&gt;  SO THE CODE NOW LOOKS LIKE THIS ...</p>
<p>&lt;div class="row"&gt;<br /><br /> &lt;font size="+1"color="#660000"&gt;&lt;strong&gt;Our Newest Additions...&lt;hr&gt;&lt;/strong&gt;&lt;/font&gt;<br /><br />&lt;?php foreach ($listingsRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['main_image'] as $index =&gt; $upload): ?&gt;<br /> &lt;div class="three columns"&gt;&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;Location: &amp;nbsp;&lt;strong&gt;&lt;?php echo $record['content'] ?&gt;&lt;/strong&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" border="0" /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;<br />&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;&lt;?php echo $record['property_type:label'] ?&gt;&lt;br&gt;&lt;strong&gt;$&lt;?php echo htmlencode($record['price']) ?&gt;&amp;nbsp;&lt;?php echo $record['per:label'] ?&gt;&amp;nbsp;&lt;br&gt;&lt;?php echo $record['utilities:label'] ?&gt;&lt;/strong&gt;&lt;br&gt;&lt;?php echo $record['rental_status:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupancy_date:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupany_date_day:label'] ?&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;&lt;br&gt;&lt;br clear="left"&gt;&lt;/div&gt;<br /> &lt;?php $maxCols=4; if (@++$count % $maxCols == 6): ?&gt;&lt;/div&gt;&lt;?php endif; ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php if (!$listingsRecords): ?&gt;<br /> &lt;strong&gt;Sorry we have nothing matching your description at this time&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;</p>
<p>&lt;/div&gt;</p>
<p>If you go to <br /><a href="http://www.genedco.com/newsite/listings45b.php" rel="nofollow">http://www.genedco.com/newsite/listings45b.php</a></p>
<p>Do a search with  LOCATION :COBURG     BEDRROMS  2   AND    PARKING ON sITE   CHECKED     you will see the gap i am talking about IN THE RESULTS</p>]]></description>
          <pubDate>Thu, 10 Oct 2013 16:02:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232103#post2232103</guid>
        </item>
                <item>
          <title>Weird Shifting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232096#post2232096</link>
          <description><![CDATA[<p>Silly me...</p>
<p>wrong URL<br /><a href="http://www.genedco.com/newsite/listings.php" rel="nofollow">http://www.genedco.com/newsite/listings.php</a></p>

<p>These are lined up ok right now but if i change the listing around i get gaps...</p>
<p>Bizarre</p>
]]></description>
          <pubDate>Thu, 10 Oct 2013 13:23:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232096#post2232096</guid>
        </item>
                <item>
          <title>Weird Shifting</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232094#post2232094</link>
          <description><![CDATA[<p> I am trying to get a results  of listing posted in four columns... as shown on the link below</p>
<p>Here is a sample page of the listings as working<br /><a href="http://www.genedeco.com/newsite/listings.php" rel="nofollow">http://www.genedeco.com/newsite/listings.php</a></p>
<p>I am using Foundation 12 column grid system...<br />The problem i get is when i shuffle listings around ie sort order  get gap spacing.<br />ie some orws have all four listings across and some 3 or 4  then a row with two then four etc....</p>
<p> The code i am using  is as follows...</p>
<p>Can someone see if perhaps i am doing something wrong in my code to get this erractic results..</p>
<p>I am thinking it has to do with  the line<br />&lt;?php $maxCols=4; if (@++$count % $maxCols == 6): ?&gt;&lt;/div&gt;&lt;?php endif; ?&gt; or soemthing like that.</p>
<p>Here is the code...</p>
<p>&lt;div class="row"&gt;<br /> &lt;div class="twelve columns"&gt;<br /> &lt;font size="+1"color="#660000"&gt;&lt;strong&gt;Our Newest Additions...&lt;hr&gt;&lt;/strong&gt;&lt;/font&gt;<br /><br />&lt;?php foreach ($listingsRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['main_image'] as $index =&gt; $upload): ?&gt;<br /> &lt;div class="three columns"&gt;&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;Location: &amp;nbsp;&lt;strong&gt;&lt;?php echo $record['content'] ?&gt;&lt;/strong&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="" border="0" /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;<br />&lt;font face="Arial,Helvetica,sans-serif" size="-1"&gt;&lt;?php echo $record['property_type:label'] ?&gt;&lt;br&gt;&lt;strong&gt;$&lt;?php echo htmlencode($record['price']) ?&gt;&amp;nbsp;&lt;?php echo $record['per:label'] ?&gt;&amp;nbsp;&lt;br&gt;&lt;?php echo $record['utilities:label'] ?&gt;&lt;/strong&gt;&lt;br&gt;&lt;?php echo $record['rental_status:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupancy_date:label'] ?&gt;&amp;nbsp;&lt;?php echo $record['occupany_date_day:label'] ?&gt;&lt;/font&gt;&lt;br/&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;<br /> &lt;?php $maxCols=4; if (@++$count % $maxCols == 6): ?&gt;&lt;/div&gt;&lt;?php endif; ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php endforeach ?&gt;<br /> &lt;?php if (!$listingsRecords): ?&gt;<br /> &lt;strong&gt;Sorry we have nothing matching your description at this time&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;</p>
<p>&lt;/div&gt;</p>]]></description>
          <pubDate>Thu, 10 Oct 2013 09:30:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232094#post2232094</guid>
        </item>
                <item>
          <title>Hide /Show a listing in cms builder for property</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231776#post2231776</link>
          <description><![CDATA[<p>thx Jason...</p>
<p>it works</p>
]]></description>
          <pubDate>Mon, 16 Sep 2013 11:11:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231776#post2231776</guid>
        </item>
                <item>
          <title>Hide /Show a listing in cms builder for property</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231760#post2231760</link>
          <description><![CDATA[<p>I am doing a property management site that requires the administrator the option to SHOW/HIDE A LISTING...</p>
<p>I am unclear of what code should go up at the top to produce results based on the value of the show listing being checked...Here is the sample code..</p>
<p>Any help would be appreciated..</p>

<p>Here is the sample viewer code and the field listiing below...</p>

<p>_______________________________________________________________________</p>

<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br /> $dirsToCheck = array('/services3/webpages/g/e/genedxx.com/public/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>// load records from 'listings'<br /> list($listingsRecords, $listingsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'listings',<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));</p>
<p><br />the field i want to only show results is the the following if it is selected...</p>
<p>Hide Listing (value): &lt;?php echo $record['hide_listing'] ?&gt;&lt;br/&gt;<br /> Hide Listing (text): &lt;?php echo $record['hide_listing:text'] ?&gt;&lt;br/&gt;</p>
<p><br /><br /></p>]]></description>
          <pubDate>Sun, 15 Sep 2013 15:19:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231760#post2231760</guid>
        </item>
                <item>
          <title>Re: [Jason] Search results problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209769#post2209769</link>
          <description><![CDATA[Hi jason... <br /><br />thnaks <br /><br />I fixed it... <br /><br />It seems the coding needs some %20 signs etc in there etc... wasn't finding the product properly...Thnaks for your help <br /><br />JIm<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 14:05:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209769#post2209769</guid>
        </item>
                <item>
          <title>Search results problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209751#post2209751</link>
          <description><![CDATA[Can anyone help...<br />I am trying to get a direct link to search results from the following page.<br />http://www.goatsmilksoap.ca/producthome7.php<br /><br />If you look at the menu on this page under Products you will see what i want to be able to directly link to:<br />http://www.goatsmilksoap.ca/feb16e.php<br />coding is like this...<br />&lt;a href=&quot;producthome7.php?type=massage-oils-and-balms&quot;<br /><br />I have multiple categories for products that include:<br />Insect Repellent<br />Lip Balm <br />Goats's Milk Soap etc  etc<br /><br /><br /><br /><br />Is it possible to link pages filters to product type directly by html code....<br /><br />For example i want the all products displayed for insect repellent only...<br />I tried the html code such as<br />http:/ www.goatsmilksoap.ca/producthome6.php?type=insect-repellent    <br />but no results come up?<br /><br />Any ideas<br /><br />Also does anyone know the the html code you need  if your selects has an apostrophe in the name.. ie<br />type = Goat's Milk Soap<br />]]></description>
          <pubDate>Tue, 22 Feb 2011 09:09:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209751#post2209751</guid>
        </item>
                <item>
          <title>Paypal</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208001#post2208001</link>
          <description><![CDATA[Can anybody recommend good inexpensive PayPal Shopping Cart that easily integrates with this program<br />]]></description>
          <pubDate>Fri, 12 Nov 2010 11:27:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208001#post2208001</guid>
        </item>
                <item>
          <title>Re: [Dave] How do you integrate highslide JS into CMS builder?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207947#post2207947</link>
          <description><![CDATA[Did this work?<br />]]></description>
          <pubDate>Wed, 10 Nov 2010 11:44:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207947#post2207947</guid>
        </item>
                <item>
          <title>Re: [Jason] Shopping CART</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203901#post2203901</link>
          <description><![CDATA[<span style="color: #000000"><font size="3">[font &quot;Times New Roman&quot;]</span></font>[/#000000]  <br /><br /><span style="color: #000000"><font size="3">[font &quot;Times New Roman&quot;]I might have to talk with you more about this...</span></font>[/#000000] <br /><br /><span style="color: #000000"><font size="3">[font &quot;Times New Roman&quot;]I like the CMS builder.... we have been uing for client sites for years now.....<br />But i have a request for job that would require staff  to do site but they also need capability to nallow members to register / pay for events or goods from their membership<br />from a searchable calendar   (it is an organization thing) . Also they want to be able to sell goods from time to time.</span></font>[/#000000] <br /><br /><span style="color: #000000"><font size="3">[font &quot;Times New Roman&quot;]CMS builderr may not be able to do this  on  a stasndalone but how hard would it be to customize your admin option to  allow this to login to 2nd or third party software packages to</span></font>[/#000000] <br /><br /><span style="color: #000000"><font size="3">[font &quot;Times New Roman&quot;]accomplish from the cms login area..<br /></span></font>[/#000000]<br />]]></description>
          <pubDate>Wed, 05 May 2010 10:47:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203901#post2203901</guid>
        </item>
                <item>
          <title>Shopping CART</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2203896#post2203896</link>
          <description><![CDATA[Can anyone here recommend a good shopping cart and<br />as well as a membership integration system that would work<br />with CMS builder....<br />]]></description>
          <pubDate>Wed, 05 May 2010 08:53:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2203896#post2203896</guid>
        </item>
                <item>
          <title>Re: [chris] Suggested Related Product</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201755#post2201755</link>
          <description><![CDATA[Hi Chris...<br />Thanks... I am going to be wrking on this this week so i will let you know...<br />thanks for all your insight and help<br />JIM<br />]]></description>
          <pubDate>Tue, 09 Feb 2010 20:12:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201755#post2201755</guid>
        </item>
              </channel>
    </rss>
  