<?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%3Ashawn</link>
        <description></description>
        <pubDate>Sat, 02 May 2026 12:10:54 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ashawn&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>removeDate and hidden field names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244551#post2244551</link>
          <description><![CDATA[<p>Nevermind Daniel, thank you again! I got it sorted - my timezone settings in the CMS Builder admin settings were incorrect. All good now!</p>]]></description>
          <pubDate>Thu, 05 Mar 2020 11:33:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244551#post2244551</guid>
        </item>
                <item>
          <title>removeDate and hidden field names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244550#post2244550</link>
          <description><![CDATA[<p>Sorry I noticed it is working, but the time coming through is 2 hours behind my time. I think I just need to set the correct time zone?</p>]]></description>
          <pubDate>Thu, 05 Mar 2020 11:30:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244550#post2244550</guid>
        </item>
                <item>
          <title>removeDate and hidden field names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244549#post2244549</link>
          <description><![CDATA[<p>Hi Daniel,</p>
<p>Firstly thank you for this, I appreciate it. I have tested this and it works as long as the date is in the past, however if the time is in the past, it still remains visible.</p>
<p>So for example, I set the removeAfter date to yesterday and everything works perfectly. I change the removeAfter to today but a few minutes into the past and it does nothing. <br /><br />Any thoughts?</p>]]></description>
          <pubDate>Thu, 05 Mar 2020 11:19:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244549#post2244549</guid>
        </item>
                <item>
          <title>removeDate and hidden field names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244545#post2244545</link>
          <description><![CDATA[<p>Hi Daniel</p>
<p>I'm trying to do exactly the same as this but with the removeDate as well:<br /><a href="https://www.interactivetools.com/forum/forum-posts.php?postNum=2244283#post2244283" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?postNum=2244283#post2244283</a></p>
<p>I'm only wanting certain content in the page to be hidden. If I use just the 'hidden' or 'removeDate', then I'm left with a white screen showing "Record not found!". </p>
<p>If it's of any assistance, I'm using more than one section editor on this screen. </p>]]></description>
          <pubDate>Tue, 03 Mar 2020 22:57:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244545#post2244545</guid>
        </item>
                <item>
          <title>removeDate and hidden field names</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244540#post2244540</link>
          <description><![CDATA[<p>Good day everyone<br /><br />I was hoping someone would be able to assist. I am using a checkbox with the 'hidden' field name. I'm looking to also use the 'removeDate' field name so that you can either hide content by checking hidden or by date. I want it so that if its hidden using the checkbox, then the date field is irrelevant. However, if it's visible (unchecked), then it must only show if within the date period. </p>
<p>I have the  checkbox working fine the following:</p>
<pre class="language-php"><code>'tableName'   =&gt; 'bhs_promo',
'where'    =&gt; " hidden = '0' ", 
'orWhere'    =&gt; " hidden = '1' ",
'loadUploads' =&gt; true,
'allowSearch' =&gt; false,
'limit'       =&gt; '1',</code></pre>
<pre class="language-php"><code>&lt;?php foreach ($bhs_promoRecords as $record): ?&gt;
&lt;?php if ($record['hidden'] == '0' ||  $record['hidden'] == ''): ?&gt;
Content here...
&lt;?php endif ?&gt;
&lt;?php endforeach ?&gt;</code></pre>
<p>I have no idea how to include the 'removeDate' field syntax? </p>
<p>Thank you</p>]]></description>
          <pubDate>Tue, 03 Mar 2020 00:37:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244540#post2244540</guid>
        </item>
                <item>
          <title>Moved website to another host - experiencing issues now</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242203#post2242203</link>
          <description><![CDATA[<p>Hi Leo,</p>
<p>So I've basically moved all website files and database over to a new hosting provider. </p>
<p>1. When I try login using the correct login details, it reloads the page as if to log me in but doesn't. If I then click the "website name" on the left of the login fields it re-directs me into the system. Sometimes I don't even have to login, I just click the name and it allows me access. Logout doesn't seem to work at all.</p>
<p>2. I've tried clearing the database completely and doing a fresh install - same issues occur.</p>
<p>3. When I add/edit content it seems to write to the database correctly and tells me it saves correctly in CMS Builder, but doesn't seem to actually save the changes or show those changes on the website. </p>
<p>4. Haven't seen any error messages at all. </p>
<p>Kind regards<br />Shawn</p>]]></description>
          <pubDate>Fri, 15 Jun 2018 00:17:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242203#post2242203</guid>
        </item>
                <item>
          <title>Moved website to another host - experiencing issues now</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242198#post2242198</link>
          <description><![CDATA[<p>Hi Guys</p>
<p>I recently had to move a website from one hosting provider to another. Since setting everything up again, I'm experiencing some issues like:</p>
<p>- Logging in issues<br />- Reading / writing to database issues</p>
<p>Can I perhaps send details to someone who can possibly check that everything is correctly setup?</p>
<p>Kind regards</p>
<p>Shawn</p>]]></description>
          <pubDate>Thu, 14 Jun 2018 12:44:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242198#post2242198</guid>
        </item>
                <item>
          <title>Error when updating database fields: &quot;403 forbidden&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236532#post2236532</link>
          <description><![CDATA[<p>Hi Guys</p>
<p>I'm having a similar issue. When I try update and save a section editor, I get the following "There was an error sending the request! (403 Forbidden)"...</p>
<p>Kindly advise?</p>]]></description>
          <pubDate>Wed, 08 Apr 2015 12:27:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236532#post2236532</guid>
        </item>
                <item>
          <title>removeDate and mySQL count</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234837#post2234837</link>
          <description><![CDATA[<p>Perfect! Thank you Greg :)</p>]]></description>
          <pubDate>Sun, 31 Aug 2014 13:19:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234837#post2234837</guid>
        </item>
                <item>
          <title>removeDate and mySQL count</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234780#post2234780</link>
          <description><![CDATA[<p>Hi Guys</p>
<p>I am listing events which use the '<strong>removeDate</strong>' field to expire the event. I'm also using <strong>&lt;? echo mysql_count('events','');?&gt;</strong> to show a count of the events.</p>
<p>Unfortunately, what is happening is that the count is still showing events that are expired because they aren't completely removed from the database.</p>
<p>Can you assist on this?<br /><br />Thank you</p>
<p>Shawn</p>]]></description>
          <pubDate>Wed, 20 Aug 2014 01:38:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234780#post2234780</guid>
        </item>
                <item>
          <title>MYSQL Record Count</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234436#post2234436</link>
          <description><![CDATA[<p>Works like a charm! Thank you Claire :)</p>]]></description>
          <pubDate>Tue, 15 Jul 2014 12:33:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234436#post2234436</guid>
        </item>
                <item>
          <title>MYSQL Record Count</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234429#post2234429</link>
          <description><![CDATA[<p>Hello Claire</p>
<p>Thank you for the reply. Not sure what you mean exactly? It's just a checkbox field type with fieldname "popular". The table name is 'tableName'   =&gt; 'listing',<br /><br />Popular (value): &lt;?php echo $record['popular'] ?&gt;<br />Popular (text):  &lt;?php echo $record['popular:text'] ?&gt;</p>
<p><br />I have a muli-list called "city".</p>
<p> City (value): &lt;?php echo $record['city'] ?&gt;<br /> City (label): &lt;?php echo $record['city:label'] ?&gt;</p>
<p>So I basically I'm filtering my listings: 'where' =&gt; "city = 'CT'", and would like to know which over those listings in "CT"are checked as "Popular".<br /><br />At the moment I can return a count for all listings checked as popular like this, but only want those 'where' =&gt; "city = 'CT'"<br /><br /><code>&lt;? echo mysql_select_count_from('listing','popular');?&gt;</code></p>]]></description>
          <pubDate>Tue, 15 Jul 2014 12:07:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234429#post2234429</guid>
        </item>
                <item>
          <title>MYSQL Record Count</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234415#post2234415</link>
          <description><![CDATA[<p>Hi guys,<br /><br />I have created a checkbox called "Popular" and at the moment its returning the count of all listings checked. However, how do I get a count of listings checked as popular belonging to my multi-list values? i.e.  'where' =&gt; "city = 'CT'",</p>
<p><code>list($listingRecords, $listingMetaData) = getRecords(array(<br />     'tableName'   =&gt; 'listing',<br />     'where' =&gt; "city = 'CT'",<br />   ));</code></p>
<p>This is giving me the record count of all listings checked "Popular".</p>
<p><code>&lt;? echo mysql_select_count_from('listing','popular');?&gt;<br /></code></p>
<p>I want to know how many listings are checked popular for the City = "CT"...</p>
<p>Any assistance greatly appreciated.</p>]]></description>
          <pubDate>Mon, 14 Jul 2014 14:54:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234415#post2234415</guid>
        </item>
                <item>
          <title>Help needed - Listing website with labels</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234378#post2234378</link>
          <description><![CDATA[<p>Ok, so I've basically setup a checkbox with the fieldname "new" - checked by default. This makes my label show correctly. If I uncheck it now, it disappears which is correct.</p>
<p>So what I need to do now, is somehow use the "createdDate" field name and after a certain time automatically set the checkbox to unchecked. Any help?</p>
]]></description>
          <pubDate>Tue, 08 Jul 2014 11:59:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234378#post2234378</guid>
        </item>
                <item>
          <title>Help needed - Listing website with labels</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234376#post2234376</link>
          <description><![CDATA[<p>Hi Claire, </p>

<p>Sadly my php knowledge is non existent. I'm more on the design and front end side. So any help doing something would be great.</p>

<p>Kind regards</p>
<p>Shawn</p>]]></description>
          <pubDate>Tue, 08 Jul 2014 10:05:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234376#post2234376</guid>
        </item>
                <item>
          <title>Help needed - Listing website with labels</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234372#post2234372</link>
          <description><![CDATA[<p>Hi Everyone,<br /><br />I'm creating a basic listings website. I have created <strong>3 labels / stickers</strong> in HTML that get added to a listing (<strong>New, Featured and Popular</strong>).<br /><br />I want to achieve the following via check boxes in CMS Builder:<br /><br />- For "<strong>New</strong>" listings, the checkbox will be checked by default (but can be unchecked). For every new listing that I add to the website, it tags a listing with the "<strong>New</strong>" label. Then after 30 days it automatically removes the "<strong>New</strong>" label from the listing. (The actual listing however remains active - only the label will be removed).<br /><br />- If you check the "<strong>Featured</strong>" checkbox, then the "<strong>Featured</strong>" label will be added to the listing. I want to then display those featured listings on the homepage of the website. (So only listings tagged as featured will appear on the homepage.)<br /><br />- If you check the "<strong>Popular</strong>" checkbox, then the "<strong>Popular</strong>" label is added to the listing. I then want any listings tagged as popular to appear highest on the page or in search results.<br /><br />In all 3 of the above, only the new listings will have their labels removed automatically. However all 3 can be manually unchecked to remove their individual labels.<br /><br />If anyone could assist me getting started with this, I would appreciate the guidance.</p>
<p>Thank you,<br />Shawn</p>]]></description>
          <pubDate>Tue, 08 Jul 2014 00:39:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234372#post2234372</guid>
        </item>
              </channel>
    </rss>
  