<?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%3Arobin</link>
        <description></description>
        <pubDate>Fri, 17 Apr 2026 22:55:20 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Arobin&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Check if site visitor is logged into CMS</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247421#post2247421</link>
          <description><![CDATA[<p>Hi zip222,</p>
<p>I think using website membership would be the easiest and simplest thing to do in this case.  Let me know if you have extra concerns or run into any trouble.</p>
<p>Thanks<br />Robin</p>]]></description>
          <pubDate>Tue, 13 Aug 2024 08:08:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247421#post2247421</guid>
        </item>
                <item>
          <title>How to use textbox to display 3rd-party code items?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247418#post2247418</link>
          <description><![CDATA[<p>Hey Codee - I think a plain:<br />&lt;?php echo $galleryRecord['paypal_code']; ?&gt;<br />...should work.  </p>
<p>Another thing to look for is to make sure "Disable auto-formatting" is checked in the text box settings.  The auto-formatting can cause trouble with code.  </p>
<p>Let me know if you're still having trouble and we'll figure it out.</p>
<p>Thanks,<br />Robin</p>]]></description>
          <pubDate>Mon, 05 Aug 2024 10:07:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247418#post2247418</guid>
        </item>
                <item>
          <title>How to use textbox to display 3rd-party code items?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247416#post2247416</link>
          <description><![CDATA[<p>Hi Codee,</p>
<p>When outputting your text box with the paypal code are you using a plain echo like:</p>
<pre class="language-php"><code>&lt;?php echo $record['paypal_code']; ?&gt;</code></pre>
<p>?<br /><br />Thanks,<br />Robin</p>]]></description>
          <pubDate>Mon, 05 Aug 2024 09:37:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247416#post2247416</guid>
        </item>
                <item>
          <title>Add php user data to a java alert</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247406#post2247406</link>
          <description><![CDATA[<p>Hi Ray,</p>
<p>You can echo php variables right into the JS.  Like:<br /><br />alert("Hi &lt;?php echo $firstName; ?&gt;.");<br /><br />One thing to look out for is if there are any double quotes in the echo-ed variable they will need to be escaped.</p>
<p>Hope that helps!<br />Robin</p>]]></description>
          <pubDate>Tue, 30 Jul 2024 09:20:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247406#post2247406</guid>
        </item>
                <item>
          <title>ListPage Fields </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246685#post2246685</link>
          <description><![CDATA[<p>Hi Mabsi,</p>
<p>Looks like you want to do this in sql?  Check out the mysql DATEDIFF function.  Something like<br /><a href="https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_datediff" rel="nofollow">https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_datediff</a></p>
<p>DATEDIFF(NOW(), createdDate);</p>
<p>Hope that helps!  Thanks,<br />Robin</p>]]></description>
          <pubDate>Mon, 07 Aug 2023 10:25:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246685#post2246685</guid>
        </item>
                <item>
          <title>I am having a problem populating an email address into a php page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245744#post2245744</link>
          <description><![CDATA[<p>Hey Kurt,</p>
<p>My first suspicion for the problem here is maybe 'contact_email_address' might not be the correct field name from your contact us section in the cms.  If you check the section editor for contact us you can see the field names.</p>
<p>Does it cause an error if you remove the @ from <span>@$contact_usRecord['contact_email_address']?</span></p>
<p>Hope that helps!  Please let me know any other questions or if the problem persists.  Thanks,<br />Robin</p>]]></description>
          <pubDate>Thu, 02 Dec 2021 15:06:11 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245744#post2245744</guid>
        </item>
                <item>
          <title>UNCAUGHT_EXCEPTION: Call to undefined function uber_file_get_contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244536#post2244536</link>
          <description><![CDATA[<p>Hi <span>degreesnorth,</span></p>
<p>I'm surprised about that error since line 167 in header_functions.php is not code, it's a comment.  That file may have uploaded incorrectly like your previous problem.  Please upload that file again and see if it resolves.  If the problem persists please fill out a second level support request with your CMS/FTP details (<a href="https://www.interactivetools.com/support/request/" rel="nofollow">https://www.interactivetools.com/support/request/</a>) and we'll take a look at what's going on.</p>
<p>Thanks,<br />Robin</p>]]></description>
          <pubDate>Fri, 28 Feb 2020 09:16:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244536#post2244536</guid>
        </item>
                <item>
          <title>Error: &quot;Allowed File extensions have not been specified.&quot;</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244532#post2244532</link>
          <description><![CDATA[<p>Hi Deborah,  thanks for pointing out this inconsistency.  We'll get a resolution to this on our to-do!</p>
<p>Thanks,<br />Robin</p>]]></description>
          <pubDate>Thu, 27 Feb 2020 09:07:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244532#post2244532</guid>
        </item>
                <item>
          <title>UNCAUGHT_EXCEPTION: Call to undefined function uber_file_get_contents</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244531#post2244531</link>
          <description><![CDATA[<p>Hi degreesnorth,</p>
<p>The uber_file_get_contents() function is in:<br />/lib/file_functions.php</p>
<p>That error makes me suspect that the file_functions.php file didn't properly copy your server.  I'd try re-copying the lib folder from the CMSB install to your server.</p>
<p>Hope that helps!<br />Robin</p>]]></description>
          <pubDate>Thu, 27 Feb 2020 08:57:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244531#post2244531</guid>
        </item>
                <item>
          <title>Dynamic content combining 2 sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244521#post2244521</link>
          <description><![CDATA[<p>Hi Carole,</p>
<p>hmmm so something isn't matching up here.  Is $productsRecord['category'] the variable that contains the category name?  If so - in the record that shows the category as not found, what's the value of $productsRecord['category']?</p>
<p>Thanks!<br />Robin</p>]]></description>
          <pubDate>Tue, 25 Feb 2020 09:27:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244521#post2244521</guid>
        </item>
                <item>
          <title>Dynamic content combining 2 sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244518#post2244518</link>
          <description><![CDATA[<p>HI <span>Carole,</span></p>
<p>You can use the product record to help get the right category automatically.  In the example below i used your product category variable ($productsRecord['category']) to search for the category.</p>

<pre class="language-php"><code> // load record from 'categories'
  list($categoriesRecords, $categoriesMetaData) = getRecords(array(
    'tableName'   =&gt; 'categories',
    'where' =&gt; " title='" . mysql_escape($productsRecord['category']) . "' ",
    'orderBy'     =&gt; 'RAND()',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; false,
    'limit'       =&gt; '1',
  ));
  $categoriesRecord = @$categoriesRecords[0]; // get first record
  if (!$categoriesRecord) { dieWith404("Record not found!"); } // show error message if no record found</code></pre>

<p>Hope that helps!  Please let me know any questions.  Thanks,</p>
<p>Robin</p>


]]></description>
          <pubDate>Mon, 24 Feb 2020 16:16:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244518#post2244518</guid>
        </item>
                <item>
          <title>MYSQL Select Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244372#post2244372</link>
          <description><![CDATA[<p>Hi theclicklab,</p>
<p>Yes, it's the tabs that will be causing you trouble here.  You'll need to use LIKE conditions to get those values.  Unfortunately you can't use LIKE and IN at the same time.  You'll need to construct your sql something like this: (searching for gulet and motorsail)</p>

<pre class="language-php"><code>list($yachtsRecords, $yachtsMetaData) = getRecords(array(
'tableName' =&gt; 'yachts',
'where' =&gt; "(type LIKE '%\tgulet\t%' OR type LIKE '%\motorsail\t%') AND active ='1' AND hide ='0' AND private ='1' ",
'loadUploads' =&gt; true,
'allowSearch' =&gt; true,
'useSeoUrls' =&gt; true,
'limit' =&gt; 3,
'debugSql' =&gt; true,
));</code></pre>

<p>This is using LIKEs with ORs surrounded by brackets to achieve the same functionality as IN).   The "\t" is a tab and the % is a wildcard.  These help with the multivalue field setup in the cms.</p>

<p>Hope that helps!  Please let me know any other questions.  Thanks,<br />Robin</p>]]></description>
          <pubDate>Thu, 02 Jan 2020 10:50:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244372#post2244372</guid>
        </item>
                <item>
          <title>Download Mail - Message separator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244352#post2244352</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>The download mail plugin just downloads everything it finds in the account (then archives or deletes the mails on the server after success).</p>
<p>Some ideas:<br />-Maybe you just needed to run it again?  It might have hit the download limit.<br />-If the thread was really long I wonder if it might have overwhelmed the database field character limit. (The field type can be updated in the section editor)<br />-There may have been some broken html in that message that might cause the message to not show properly (but should still show in the raw html).</p>
<p>Hope that helps. Please let me know any other questions. Thanks,<br />Robin</p>
]]></description>
          <pubDate>Fri, 13 Dec 2019 16:15:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244352#post2244352</guid>
        </item>
                <item>
          <title>MYSQL Select Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244349#post2244349</link>
          <description><![CDATA[<p>Hi theclicklab,</p>
<p>So $CURRENT_USER['preferred_yacht_types'] contains the preferred <span>yacht</span> types separated by spaces?</p>
<p>You can use a MySQL IN statement for this kind of thing:<br /><a href="https://www.w3resource.com/mysql/comparision-functions-and-operators/in-function.php" rel="nofollow">https://www.w3resource.com/mysql/comparision-functions-and-operators/in-function.php</a></p>
<p>To you IN you'll need to make the data comma separated.  Here is another forum post we can use as a base example:<br /><a href="https://www.interactivetools.com/forum/forum-posts.php?postNum=2243600#post2243600" rel="nofollow">https://www.interactivetools.com/forum/forum-posts.php?postNum=2243600#post2243600</a></p>
<p>In this case you might try something like:</p>
<pre class="language-markup"><code>if ($CURRENT_USER['preferred_yacht_types']) {
  $preferred_yacht_types = explode(" ", trim($CURRENT_USER['preferred_yacht_types']));
  $user_yacht_type = mysql_escapeCSV($preferred_yacht_types);
} else {
  $user_yacht_type = "0";
}

list($yachtsRecords, $yachtsMetaData) = getRecords(array(
'tableName'   =&gt; 'yachts',
'where'     =&gt; "type IN (" . $user_yacht_type . ") AND active ='1' AND hide ='0' AND private ='1' ", 
'loadUploads' =&gt; true,
'allowSearch' =&gt; false,
'useSeoUrls'    =&gt; true,
'limit' =&gt; 3,
'debugSql' =&gt; true,
));

</code></pre>

<p>Hope that helps.  Please let me know any questions.  Thanks,<br />Robin</p>

]]></description>
          <pubDate>Thu, 12 Dec 2019 16:34:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244349#post2244349</guid>
        </item>
                <item>
          <title>Website Comments</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2244348#post2244348</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>There is not a built in way to expire comments. (Though I think that's a great idea for future versions).</p>
<p>For now you could accomplish this with a small modification to the plugin.  </p>
<p>In the file websiteComments.php</p>
<p>Edit line 122:</p>
<p>From:</p>
<pre class="language-markup"><code>    'where'         =&gt; mysql_escapef("tableOrTag=? AND recordNum=?", $tableOrTag, $recordNum),
</code></pre>
<p>To:</p>
<pre class="language-markup"><code>    'where'         =&gt; mysql_escapef("tableOrTag=? AND recordNum=?", $tableOrTag, $recordNum) . " AND createdDate &gt; (NOW() - INTERVAL 90 DAY)",
</code></pre>

<p>Please let me know if you run into any trouble.  Thanks,<br />Robin</p>]]></description>
          <pubDate>Thu, 12 Dec 2019 16:20:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2244348#post2244348</guid>
        </item>
                <item>
          <title>What is the placeholder for the user who created an article?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2243518#post2243518</link>
          <description><![CDATA[<p>Hi <span>Sven,</span></p>
<p><span>It sounds like you're using Article Manager?  Do you have $article.author$ available as a placeholder?</span></p>
<p><span>Thanks,<br /></span><span>Robin</span></p>]]></description>
          <pubDate>Wed, 26 Jun 2019 12:06:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2243518#post2243518</guid>
        </item>
                <item>
          <title>Field access to authors only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242902#post2242902</link>
          <description><![CDATA[<p>HI <span>Andreas,</span></p>
<p><span>Setting a field to allow author access but not viewer access is not possible with the current CMS.  However you can do it with a plugin.  I've attached a simple plugin that allows you to restrict fields to authors but not viewers.</span></p>
<p><span>Note:<br />The field permission should be set to "Everyone" or they wont have access anyway.</span></p>

<p><span>The plugin has an array at the top that you can edit (code example just below this paragraph).  "test" and "test2" are table sections.  The sub-arrays containing "field1", "field3" etc. are field names.  Change the table section names to your desired tables and the field names to the fields you want to hide from viewers.</span></p>
<pre class="language-php"><code>$GLOBALS['authorOnlyField']['tableFields'] =
    array(  'test'  =&gt; array('field1','field3'),
            'test2' =&gt; array('field2', 'field4')
         );</code></pre>

<p>Hope that helps.  Please let me know any questions.  Thanks,<br />Robin</p>]]></description>
          <pubDate>Tue, 15 Jan 2019 18:46:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242902#post2242902</guid>
        </item>
                <item>
          <title>facebook Graph API deprecation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240374#post2240374</link>
          <description><![CDATA[<p>Here is a small fix to get version 1.04 of the FaceBook Login plugin working with the FaceBook API changes.<br /><br /> We just need to replace one line in facebookLogin.php.<br /><br /> Search for this line:</p>
<p><code>   parse_str( $response, $responseValues );</code></p>
<p>Change to:</p>
<p><code>   $responseValues = $json;</code></p>
<p><br /> Please let us know how that fix works for you.  Thanks,<br /> Robin</p>

]]></description>
          <pubDate>Wed, 05 Apr 2017 11:45:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240374#post2240374</guid>
        </item>
                <item>
          <title>Re: [kdub718] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216785#post2216785</link>
          <description><![CDATA[Hi,<br /><br />What is your setup right now?  Is the user re-directed to Paypal on submit?<br /><br />Thanks<br />]]></description>
          <pubDate>Wed, 27 Jun 2012 15:48:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216785#post2216785</guid>
        </item>
                <item>
          <title>Re: [kdub718] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216783#post2216783</link>
          <description><![CDATA[Hey kdub,<br /><br />You could add the category to the next_url.  Like:<br /><br /><code>&lt;input type=&quot;hidden&quot; name=&quot;_sc_nextUrl&quot; value=&quot;?&lt;?php echo $category; ?&gt;&quot;&gt;</code><br /><br /><br />Or use the &quot;REQUEST_URI&quot; server variable<br /><br /><code>&lt;input type=&quot;hidden&quot; name=&quot;_sc_nextUrl&quot; value=&quot;&lt;?php echo $_SERVER['REQUEST_URI']; ?&gt;&quot;&gt;</code><br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Wed, 27 Jun 2012 14:27:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216783#post2216783</guid>
        </item>
                <item>
          <title>Re: [Toledoh] If.. Contains...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216684#post2216684</link>
          <description><![CDATA[Hey Tim,<br /><br />It looks like you're using data from getRecords()?  If so, CMS Builder will have made 2 arrays for you from the multi-record field that you can use for easy php comparison.<br /><br />$record['product_group:values'] and $record['product_group:labels']<br /><br />To see if &quot;4&quot; is in the product group values array you can use this:<br /><code>&lt;?php if (in_array('4', $record['product_group:values'])): ?&gt;</code><br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Mon, 18 Jun 2012 11:39:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216684#post2216684</guid>
        </item>
                <item>
          <title>Re: [mark99] Live Product List Ordering Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216681#post2216681</link>
          <description><![CDATA[Hey,<br /><br />1. Ah line two is missing a semi-colon.  Sometimes the compiler in my head isn't perfect. =)<br /><br /><br />2. I don't think you have a problem.  The other links will remain DESC no matter what you change the sfbb_cheap_dl_speed link to.<br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Mon, 18 Jun 2012 11:15:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216681#post2216681</guid>
        </item>
                <item>
          <title>Re: [mark99] Live Product List Ordering Question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216675#post2216675</link>
          <description><![CDATA[Hey<br /><br />1. Intercepting the orderBy might help keep things working as is.  Something like:<br /><code>$orderBy = @$_REQUEST['orderBy'];<br /><br />if($orderBy==&quot;sfbb_cheap_price&quot;) {<br />  $orderBy = &quot;CAST(sfbb_cheap_priceas DECIMAL(10,2))&quot;<br />}<br /><br />list($isp_listRecords, $isp_listMetaData) = getRecords(array( <br />'tableName'  =&gt; 'isp_list', <br />'perPage'      =&gt; '15', <br />'where'        =&gt; &quot; category LIKE '%Superfast Broadband%' &quot;, <br />'orderBy'      =&gt; $orderBy<br />'loadCreatedBy' =&gt; false, <br />));</code><br /><br />2. It looks like &quot;sfbb_cheap_dl_speed&quot; order by link will sort ascending in any case.  Since ASC is implied if no ASC/DESC is stated.  Did you want it to sort descending on first click?<br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 18:58:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216675#post2216675</guid>
        </item>
                <item>
          <title>Re: [sublmnl] Limit WYSIWYG options per section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216674#post2216674</link>
          <description><![CDATA[Hey, I took a look into the problem.  For section/field custom wysiwyg functions, everything still behaves the same way.  <br />You probably just need to update your custom code to match the new wysiwyg setup.  I'd just copy and paste and make the necessary changes.<br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Fri, 15 Jun 2012 18:48:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216674#post2216674</guid>
        </item>
                <item>
          <title>Re: [kdub718] SimpleCart</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216646#post2216646</link>
          <description><![CDATA[Hey,<br /><br />You can tell simple cart where to send the user by using &quot;_sc_nextUrl&quot;.  If you add something this to your form it should return to the current page.<br /><br />&lt;input type=&quot;hidden&quot; name=&quot;_sc_nextUrl&quot; value=&quot;?&quot;&gt; <br /><br />Hope that helps,<br />Robin<br />]]></description>
          <pubDate>Thu, 14 Jun 2012 11:01:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216646#post2216646</guid>
        </item>
              </channel>
    </rss>
  