<?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%3ACarl</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 15:57:56 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ACarl&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Multiple includes in a foreach loop</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245108#post2245108</link>
          <description><![CDATA[<p>Hi Toledoh,<br />With Option 1 you use a colon. The equivalent PHP to this is</p>
<pre class="language-php"><code>&lt;?php foreach ($panelsRecords as $record){ ?&gt;

&lt;?php include("_panelContent.php") ?&gt;

&lt;?php } ?&gt;</code></pre>
<p>For Option 2, you're using a semi-colon which terminates the loop right away. The equivalent to this is:<br /><br /></p>
<pre class="language-php"><code>
    &lt;?php foreach ($panelsRecords as $record){ } include("_panelContent.php"); ?&gt;
</code></pre>]]></description>
          <pubDate>Mon, 19 Oct 2020 06:52:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245108#post2245108</guid>
        </item>
                <item>
          <title>Setting a time for when a record goes live on the site</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245101#post2245101</link>
          <description><![CDATA[<p>We have a few special fields you can insert into the section that allows you to perform various tasks. You can add a field called "publishDate" to accomplish this task. Here's the documentation on the special fields available to you <a href="https://www.interactivetools.com/docs/cmsbuilder/special_fieldnames.php" rel="nofollow">https://www.interactivetools.com/docs/cmsbuilder/special_fieldnames.php</a>.</p>]]></description>
          <pubDate>Thu, 15 Oct 2020 07:05:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245101#post2245101</guid>
        </item>
                <item>
          <title>Permalinks - Update tables using cron</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245098#post2245098</link>
          <description><![CDATA[<p>The constant is defined in init.php, so this should fix those errors/warnings.</p>
<pre class="language-php"><code>&lt;?php
require_once 'cmsb/lib/init.php';
require_once 'cmsb/lib/schema_functions.php';
require_once 'cmsb/lib/mysql_functions.php';
require_once 'cmsb/lib/database_functions.php';
require_once 'cmsb/plugins/permalinks/permalinks_pluginsMenu.php';

$response = _permalink_updateTable('listings');</code></pre>]]></description>
          <pubDate>Fri, 09 Oct 2020 08:28:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245098#post2245098</guid>
        </item>
                <item>
          <title>Permalinks - Update tables using cron</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245096#post2245096</link>
          <description><![CDATA[<p>Hi Greg,<br />I'm looking into whether or not this is possible or how it can be done. I will post an answer here when I find out more.</p>]]></description>
          <pubDate>Fri, 09 Oct 2020 08:01:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245096#post2245096</guid>
        </item>
                <item>
          <title>Convert to text plugin bug?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245095#post2245095</link>
          <description><![CDATA[<p>Hi Greg,<br />Thank you for finding this. I have changed the code accordingly and I will let the team know about the change.</p>]]></description>
          <pubDate>Fri, 09 Oct 2020 07:59:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245095#post2245095</guid>
        </item>
                <item>
          <title>Clear Audit Log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245091#post2245091</link>
          <description><![CDATA[<p>Hi mark,<br />This is just a follow-up.  You should be able to see a big blue box at the top of the Audit Log screen. Can you see this?</p>]]></description>
          <pubDate>Wed, 07 Oct 2020 06:43:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245091#post2245091</guid>
        </item>
                <item>
          <title>Clear Audit Log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245089#post2245089</link>
          <description><![CDATA[<p>I'm on the same version and build CMS Builder v3.53 (Build 2265). Were there any modifications done to your core site that disabled/removed it? I saw the code was added to CMS Builder core in July 2019. If you want to you can also submit a support ticket and we can look and see if it is there as well.</p>]]></description>
          <pubDate>Tue, 06 Oct 2020 07:08:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245089#post2245089</guid>
        </item>
                <item>
          <title>Clear Audit Log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245083#post2245083</link>
          <description><![CDATA[<p>Hi Mark,<br />I somehow missed this last Thursday! I was just alerted to the fact that at least the latest versions have a link. Do you see this on your CMS install?</p>

]]></description>
          <pubDate>Mon, 05 Oct 2020 16:07:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245083#post2245083</guid>
        </item>
                <item>
          <title>wysiwyg_custom.php  v.3.53</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245081#post2245081</link>
          <description><![CDATA[<p>Are you saying it does work, but when you try to insert the button, it shows up twice? Here's your code below</p>

<pre class="language-javascript"><code>// Define toolbar buttons. See list of toolbar buttons here: <a href="https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols" rel="nofollow">https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols</a>
toolbar1: "formatselect fontsizeselect | styleselect | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent | superscript subscript charmap | removeformat fullscreen",
toolbar2: "forecolor backcolor | link anchor | blockquote hr image media table | pastetext paste | customcodesample code",
toolbar3: "styleselect",</code></pre>
<p>You have the "styleselect" button in toolbar1 and toolbar3. If you remove it from toolbar3, it would show up only once.</p>

<pre class="language-javascript"><code>// Define toolbar buttons. See list of toolbar buttons here: <a href="https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols" rel="nofollow">https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols</a>
toolbar1: "formatselect fontsizeselect | styleselect | bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent | superscript subscript charmap | removeformat fullscreen",
toolbar2: "forecolor backcolor | link anchor | blockquote hr image media table | pastetext paste | customcodesample code",
toolbar3: "",</code></pre>]]></description>
          <pubDate>Mon, 05 Oct 2020 09:09:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245081#post2245081</guid>
        </item>
                <item>
          <title>wysiwyg_custom.php  v.3.53</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245079#post2245079</link>
          <description><![CDATA[<p>Hi dmn,<br />That is odd for sure. Did you save the wysiwyg_custom.php file in the /lib folder in the same folder that wysiwyg.php is in? Did you uncomment the code so it's executing the new tinyMCE code? Can you copy/paste the code for the entire function? You can improve the formatting by using the "{;}" button in the toolbar and pasting the code in there.</p>]]></description>
          <pubDate>Mon, 05 Oct 2020 07:20:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245079#post2245079</guid>
        </item>
                <item>
          <title>Clear Audit Log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245076#post2245076</link>
          <description><![CDATA[<p>We might be adding some functionality to allow you to do this. I'll post back when I know more.</p>]]></description>
          <pubDate>Thu, 01 Oct 2020 12:32:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245076#post2245076</guid>
        </item>
                <item>
          <title>Clear Audit Log</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245075#post2245075</link>
          <description><![CDATA[<p>Hi mark99,<br />I'm not sure why there isn't one but I will look into that for you.</p>]]></description>
          <pubDate>Thu, 01 Oct 2020 07:07:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245075#post2245075</guid>
        </item>
                <item>
          <title>Search form doesn&apos;t work after first search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245072#post2245072</link>
          <description><![CDATA[<p>Try this</p>

<pre class="language-php"><code>$query = @$_REQUEST['query']; // this will hold the keyword

  // load records from 'homepage_insets'
  list($homepage_insetsRecords, $homepage_insetsMetaData) = getRecords(array(
    'tableName'   =&gt; 'homepage_insets',
    'perPage'     =&gt; '10',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; true,
    'where'       =&gt; " title LIKE '%".mysql_escape($query)."%' OR content LIKE '%".mysql_escape($query)."%' ",
  ));</code></pre>]]></description>
          <pubDate>Wed, 30 Sep 2020 14:28:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245072#post2245072</guid>
        </item>
                <item>
          <title>Search form doesn&apos;t work after first search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245070#post2245070</link>
          <description><![CDATA[<p>Yes, it would search only one field. If you know the names of the other fields, you can do something like</p>

<pre class="language-php"><code>$query = @$_REQUEST['query']; // this will hold the keyword

  // load records from 'homepage_insets'
  list($homepage_insetsRecords, $homepage_insetsMetaData) = getRecords(array(
    'tableName'   =&gt; 'homepage_insets',
    'perPage'     =&gt; '10',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; true,
    'where'       =&gt; " title_keyword LIKE '%".mysql_escape($query)."%' OR content_keyword LIKE '%".mysql_escape($query)."%' ",
  ));</code></pre>
<p>and you can add all the fields you want to search using that format.</p>]]></description>
          <pubDate>Wed, 30 Sep 2020 14:19:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245070#post2245070</guid>
        </item>
                <item>
          <title>Search form doesn&apos;t work after first search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245068#post2245068</link>
          <description><![CDATA[<p>Disclaimer: I haven't tested this yet.</p>
<pre class="language-markup"><code>&lt;form action="search.php" method="post"&gt;
    &lt;div class="row no-gutters mt-3"&gt;
        &lt;div class="col"&gt;
            &lt;input type="text" name="query"&gt;
            &lt;input type="submit" name="submit" value="Search"&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/form&gt;</code></pre>
<p>After that, on search.php I would change this:</p>
<pre class="language-php"><code>  // load records from 'homepage_insets'
  list($homepage_insetsRecords, $homepage_insetsMetaData) = getRecords(array(
    'tableName'   =&gt; 'homepage_insets',
    'perPage'     =&gt; '10',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; true,
  ));</code></pre>
<p>to something similar:</p>
<pre class="language-php"><code>$query = @$_REQUEST['query']; // this will hold the keyword

  // load records from 'homepage_insets'
  list($homepage_insetsRecords, $homepage_insetsMetaData) = getRecords(array(
    'tableName'   =&gt; 'homepage_insets',
    'perPage'     =&gt; '10',
    'loadUploads' =&gt; true,
    'allowSearch' =&gt; true,
    'where'       =&gt; " title_keyword LIKE '%".mysql_escape($query)."%' ",
  ));</code></pre>
<p><br />Let me know if that works.</p>]]></description>
          <pubDate>Wed, 30 Sep 2020 13:59:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245068#post2245068</guid>
        </item>
                <item>
          <title>Search form doesn&apos;t work after first search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245066#post2245066</link>
          <description><![CDATA[<p>Hi,<br />Do you have any examples of keywords that do work?  The keywords I tried didn't show any results. Can you share the search.php file? You should use a single word without any commas in your input name and you can use the value from that variable to query the database for any item in your database you wish to query.</p>
]]></description>
          <pubDate>Wed, 30 Sep 2020 13:30:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245066#post2245066</guid>
        </item>
                <item>
          <title>Forbidden 403 after server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245064#post2245064</link>
          <description><![CDATA[<p>If you email support@interactivetools.com with the FTP and CMSB login details, we can take a closer look.</p>]]></description>
          <pubDate>Tue, 29 Sep 2020 14:13:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245064#post2245064</guid>
        </item>
                <item>
          <title>Forbidden 403 after server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245062#post2245062</link>
          <description><![CDATA[<p>I don't have a way to test my theory right now, but in the past, I have run into the same issue with the 403 error when trying to save content with HTML in it. If you try saving content in a record without html in the textarea, it might let you save without showing that 403 error.</p>
<p>If that did fix the error, your host has to adjust some server settings so it doesn't block your scripts.</p>]]></description>
          <pubDate>Tue, 29 Sep 2020 14:06:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245062#post2245062</guid>
        </item>
                <item>
          <title>Forbidden 403 after server move</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245060#post2245060</link>
          <description><![CDATA[<p>Hi Carole,<br />Where are you getting the 403 error? </p>]]></description>
          <pubDate>Tue, 29 Sep 2020 08:08:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245060#post2245060</guid>
        </item>
                <item>
          <title>Simple password generator</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245031#post2245031</link>
          <description><![CDATA[<p>Hi Toledoh,<br />You can see that the code snippet Deborah provided has md5 in it, which means the password returned is encrypted. That's what you will want when you're saving the password into the database. If you removed the md5 from the snippet, you would see 4 purely numeric values being returned.</p>
<p>Here's an example of a password being generated without the hash: 1197. </p>]]></description>
          <pubDate>Wed, 23 Sep 2020 07:20:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245031#post2245031</guid>
        </item>
                <item>
          <title>array_groupBy and display image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245029#post2245029</link>
          <description><![CDATA[<p>What if you created a $researchRecords loop first and then loop over other items? It might be easier if you submitted a support request so I can see how everything is being joined together and I can more specifically help with a code snippet.</p>
<p><a href="https://www.interactivetools.com/support/request/" rel="nofollow">https://www.interactivetools.com/support/request/</a></p>]]></description>
          <pubDate>Wed, 23 Sep 2020 07:06:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245029#post2245029</guid>
        </item>
                <item>
          <title>Booking calendar + shoppingcart: Consulting ??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245028#post2245028</link>
          <description><![CDATA[<p>Hi Kovali,<br />You can submit a request here <a href="https://www.interactivetools.com/support/request/" rel="nofollow">https://www.interactivetools.com/support/request/</a> with your project details and someone will get back to you. I don't believe I have personally seen any type of Booking calendar plugin existing yet.</p>]]></description>
          <pubDate>Wed, 23 Sep 2020 06:45:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245028#post2245028</guid>
        </item>
                <item>
          <title>array_groupBy and display image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245015#post2245015</link>
          <description><![CDATA[<p>Hi Toledoh,<br />Were you only wanting to display a single image? In your getRecords function, you are including the uploads in your results so the following code should do the trick you're wanting. Note: I haven't tested it, so you might need to change some things to get it to work. If you want to display multiple images, you can just loop the $image variable and get every image attached to the record.</p>
<pre class="language-php"><code>&lt;?php foreach($researchSeries as $series =&gt; $items): ?&gt;
	&lt;div class="row"&gt;
	&lt;div class="col"&gt;

	&lt;?php
	$image = $items['images'];
if (!empty($images[0]['urlPath'])):
	?&gt;
	&lt;img src="&lt;?php echo $images[0]['urlPath']; ?&gt;"&gt;
    &lt;?php
endif;
	?&gt;

    &lt;h3&gt;&lt;?php echo htmlencode($series) ?&gt;&lt;/h3&gt;&lt;/div&gt;

    &lt;/div&gt;
       &lt;?php foreach ($items as $record): ?&gt;.....&lt;?php endforeach ?&gt;
    &lt;?php endforeach ?&gt;</code></pre>]]></description>
          <pubDate>Fri, 18 Sep 2020 11:59:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245015#post2245015</guid>
        </item>
                <item>
          <title>Sorting a related records output in an arbitrary order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245004#post2245004</link>
          <description><![CDATA[<p>Try using this file and let me know if that solves the order output for the frontend aspect.</p>

]]></description>
          <pubDate>Tue, 08 Sep 2020 09:45:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245004#post2245004</guid>
        </item>
                <item>
          <title>Sorting a related records output in an arbitrary order</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245001#post2245001</link>
          <description><![CDATA[<p>I think one way you can solve the problem is to update your musician listings so they're sorted Alphabetically in the CMS Admin, and on the front-end wherever you're wanting to display the listings, you can re-retrieve the records using mysql_select and output the records by concert line-up order.</p>]]></description>
          <pubDate>Thu, 03 Sep 2020 11:53:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245001#post2245001</guid>
        </item>
              </channel>
    </rss>
  