<?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%3ACodee</link>
        <description></description>
        <pubDate>Wed, 08 Apr 2026 15:20:28 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ACodee&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>llms.txt file (for AI)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248387#post2248387</link>
          <description><![CDATA[<p>Are you saying this little bit of code will generate all the llms.txt content for a site run by cmsb?&nbsp; I am hoping there is a method for doing so. I figured a plugin might be needed.</p>]]></description>
          <pubDate>Sat, 21 Mar 2026 19:30:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248387#post2248387</guid>
        </item>
                <item>
          <title>Re: Help - Simplest approach to displaying video within CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248374#post2248374</link>
          <description><![CDATA[<p>As mentioned in the previous post you referred to, an extremely cost-effective and controlled method is to utilize services such as youtube. Most of my customers build a channel (for free) and I've pre-set the html fields with the highest security and features google provides so the customer simply enters the youtube video id (into cmsb) and clicks save. Done.&nbsp; Video appears and plays on-page and bandwidth is provided by youtube.</p>
<p>However, some customers prefer a different solution than youtube so then it's a matter of sourcing 3rd party solutions (with varying levels of functionality and security, and cost).&nbsp; Your recommendation of utilizing a video-layer seems to be the next cost-effective and easier approach (for the customer). I've never utilized VPlayed but I have worked with companies that provide a video solution (like with sports coaching and refereeing) and have found it fairly stable and useful.&nbsp; It's typically a better branded look as well.</p>]]></description>
          <pubDate>Thu, 05 Mar 2026 14:59:32 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248374#post2248374</guid>
        </item>
                <item>
          <title>CMSB v3.82 Released (Improved UI, Menu Count Badges, &amp; .env support)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248369#post2248369</link>
          <description><![CDATA[<p>Agreed! Already done that....years ago.&nbsp; I stopped using/recommending the WYSIWYG but just recently got a new client that insists on the option so I'm providing it and adjusting it to the best of my ability. Thanks for your input and support. I appreciate it and the actions of this forum. I also appreciate CMSB and the I.T. staff for an incredible product/service over the years.</p>]]></description>
          <pubDate>Tue, 03 Mar 2026 10:44:26 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248369#post2248369</guid>
        </item>
                <item>
          <title>CMSB v3.82 Released (Improved UI, Menu Count Badges, &amp; .env support)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248366#post2248366</link>
          <description><![CDATA[<p>Thanks, zaba!&nbsp; That partially corrected it, until the content in the WYSIWYG field was modified again and, frankly, the client will have no clue about modifying the source code in the cmsb wysiwyg panel. I just modified the php page and added a second wrapper div (with the clearfix hack) inside my altpage div. This ensures the image and the surrounding divs don't run into each other.&nbsp;&nbsp;</p>
<p>So, not a bug...just needed to adjust my html/php/css code.&nbsp; I appreciate it.</p>]]></description>
          <pubDate>Mon, 02 Mar 2026 16:47:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248366#post2248366</guid>
        </item>
                <item>
          <title>CMSB v3.82 Released (Improved UI, Menu Count Badges, &amp; .env support)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248363#post2248363</link>
          <description><![CDATA[<p>Bug with the WYSIWYG function.&nbsp; Added Title (centered bold), list text (on the left) and a photo to float right.&nbsp; My WYSIWYG field title is "alternate_content"The php/html code on the Details page was simple (and has worked in the past):</p>
<pre class="language-markup"><code>&lt;?php if ($servicesRecord['alternate_content']): ?&gt;
	&lt;div&lt;?php if ($servicesRecord['alternate_color']): ?&gt; style="background-color:#&lt;?php echo $servicesRecord['alternate_color'] ?&gt;;"&lt;?php endif ?&gt;&gt;
		&lt;div class="breathingspace"&gt;
			&lt;div class="altpage"&gt;
			&lt;?php echo $servicesRecord['alternate_content'] ?&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;?php endif ?&gt;</code></pre>
<p>The stylesheet for "altpage" div is simple:</p>
<pre class="language-css"><code>.altpage	{
	width: 100%;
	padding: 10px;
	border: 10px;
}</code></pre>
<p>Attached are screenshots of the cmsb WYSIWYG field filled in, and the resulting source code.</p>
<p>What should happen, and used to happen, is all the WYSIWYG code gets dumped into the Details page between my html/php code (as outlined above in the "altpage" div) and should be fine after that.&nbsp; I typically do not use a "clearing" code in the css as haven't for years (maybe that's a fix if the WYSIWYG isn't going to change?).&nbsp; What happens in the browser is the data from the WYSIWYG field breaks out of, and through, the divs.&nbsp; I tried to deleting and redoing it...it's a consistent issue.&nbsp; Do you think I need to adjust my php/html or is this truly a bug?</p>
<p>Thanks in advance.</p>
<p>Codee</p>
]]></description>
          <pubDate>Sun, 01 Mar 2026 22:53:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248363#post2248363</guid>
        </item>
                <item>
          <title>Repeater Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248359#post2248359</link>
          <description><![CDATA[<p>An additional field (that I can't believe I overlooked) is a list field for colors that can be applied to fonts, backgrounds, etc. as a dropdown.&nbsp; For example, one client's list of colors - used with multiple fields in the same cmsb section, and used in nearly every cmsb section for that site is:</p>
<p>FFFFFF|white<br />000000|black<br />D60034|cluff red<br />ED6E77|aged red<br />FF0000|red<br />800000|deep maroon<br />E6E6E6|very light grey<br />C0C0C0|light grey<br />202020|dark gray<br />808080|smoke gray<br />404040|charcoal<br />FFF8DC|corn silk<br />A3D3FF|light blue<br />BD80BE|light pink<br />FE8A8A|light coral<br />FFC4AD|very light salmon<br />F5DEB3|wheat<br />DEB887|burlywood<br />D2B48C|tan<br />FFEFCF|faint sandy<br />F5B151|deep sand<br />F5B937|matte gold<br />94287E|warm purple<br />D8BFD8|thistle<br />E6E6FA|lavender</p>
<p>So, a repeater field would seem to be a great idea to avoid recreating this 20+ times on a site.&nbsp; Maybe there is another way to do this: If there was a place to put the master list of color choices one time, and be able to reference that list (related record?)...but it seems a repeater field for this may be most appropriate.&nbsp; Am I thinking correctly with repeater fields?</p>
]]></description>
          <pubDate>Tue, 24 Feb 2026 19:19:46 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248359#post2248359</guid>
        </item>
                <item>
          <title>Repeater Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248351#post2248351</link>
          <description><![CDATA[<p>Hi Dave, In my case the following applies.</p>
<p>Fields I repeat in multiple sections of every site I build (sometimes more than 3 of each such as for a classic car site, pets, etc. but you get the point...fields constantly retyping cmsb fields and php code for over and over):</p>
<p>* YouTube video Id fields:</p>
<p>[YT_ID1]…[YT_ID2]… 3, etc..&nbsp;&nbsp; In this text field the user simply enters the youtube id such as "EZZfRJAF9W8" for the video they want to appear on the page and [yt_video_text2 ] for any custom title text for that video.</p>
<p>On the html page I have, as a partial example for the field YT_ID2:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="video-container"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="youtube-player" data-id="&lt;?php echo ($record['yt_id2']) ?&gt;" title="RV video about &lt;?php echo $record['yt_video_text2'] ?&gt;" alt="RV video about &lt;?php echo $record['yt_video_text2'] ?&gt;"&gt;&lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>* On nearly every page, in every section, of every site I build I include fields for targeted keywords and social media tags, such as:</p>
<p>Keyword 1, Keyword 2,Keyword 3 and SocialMedia 1, SocialMedia 2, SocialMedia 3, etc.&nbsp;</p>
<p>these are text fields that get specific placement within the build of each page so they are caught and read by the search engines and may appear via the following html:</p>
<p>&lt;?php if ($faqsRecord['keyword_1']): ?&gt; - &lt;?php echo htmlencode ($faqsRecord['keyword_1']) ?&gt;&lt;?php endif ?&gt;</p>
<p>&lt;div class="socialmedia"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['social_media_1']): ?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="socialmediatext"&gt;#&lt;?php echo htmlencode ($genfaqsRecord['social_media_1']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['social_media_2']): ?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="socialmediatext"&gt;#&lt;?php echo htmlencode ($genfaqsRecord['social_media_2']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['social_media_3']): ?&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="socialmediatext"&gt;#&lt;?php echo htmlencode ($genfaqsRecord['social_media_3']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>*In many sections, especially FAQs, I put a section for "related information" in case the user wants to display relevant related information to the topic either within or without their website.&nbsp; The fields I use are related_1 with related_1_url:</p>
<p>&lt;!--begin related information area--&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['related_1']): ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="ifinterested"&gt;Additional Information...</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="inversebox"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['related_1']): ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="&lt;?php echo htmlencode($genfaqsRecord['related_1_url']) ?&gt;" target="_blank"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="tinbox"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php echo htmlencode($genfaqsRecord['related_1']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['related_2']): ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="&lt;?php echo htmlencode($genfaqsRecord['related_2_url']) ?&gt;" target="_blank"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="tinbox"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php echo htmlencode($genfaqsRecord['related_2']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php if ($genfaqsRecord['related_3']): ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="&lt;?php echo htmlencode($genfaqsRecord['related_3_url']) ?&gt;" target="_blank"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="tinbox"&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php echo htmlencode($genfaqsRecord['related_3']) ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class="centered"&gt;&lt;span class="relatedinfo"&gt;[links open in a new window]&lt;/span&gt;&lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?php endif ?&gt;</p>
<p>&lt;!--end related information area--&gt;</p>]]></description>
          <pubDate>Mon, 23 Feb 2026 16:29:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248351#post2248351</guid>
        </item>
                <item>
          <title>Is there a maximum files size limit to the autobackup plugin?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248349#post2248349</link>
          <description><![CDATA[<p>Perfect. Thanks for explaining it Dave!</p>
]]></description>
          <pubDate>Sun, 22 Feb 2026 19:10:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248349#post2248349</guid>
        </item>
                <item>
          <title>Feature Request: Editor, images and media </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248335#post2248335</link>
          <description><![CDATA[<p>Just a possible suggestion here while IT is modifying cmsb for this: Have you tried right-clicking and opening the link in a new window &gt; add the media &gt; and close the window, then you're back where you started?</p>
]]></description>
          <pubDate>Mon, 16 Feb 2026 20:12:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248335#post2248335</guid>
        </item>
                <item>
          <title>PermaLinks conflict</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248334#post2248334</link>
          <description><![CDATA[<p>Thanks Jeff!&nbsp;</p>]]></description>
          <pubDate>Wed, 11 Feb 2026 15:41:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248334#post2248334</guid>
        </item>
                <item>
          <title>Repeater Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248332#post2248332</link>
          <description><![CDATA[<p>Are we there yet?!!??&nbsp; ;-)</p>
<p>I realize it's a recent request. I do not expect it immediately of course...just submitting my approval for a GREAT request!&nbsp;</p>]]></description>
          <pubDate>Wed, 11 Feb 2026 13:03:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248332#post2248332</guid>
        </item>
                <item>
          <title>PermaLinks conflict</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248331#post2248331</link>
          <description><![CDATA[<p>So, to enforce the slash at the end of domain urls, in .htaccess you have something like this at the top (or above any kind of cms rules...like with WP)?</p>
<pre><code><span class="undefined">&lt;IfModule mod_rewrite.c&gt;
RewriteEngine On
RewriteBase /
# Exclude actual files from the rule
RewriteCond %{REQUEST_FILENAME} !-f
# Redirect to trailing slash if not ending with one
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ <a href="https://yourdomain.com/$1/" rel="nofollow">https://yourdomain.com/$1/</a> [L,R=301]
&lt;/IfModule&gt;</span></code></pre>]]></description>
          <pubDate>Wed, 11 Feb 2026 12:58:12 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248331#post2248331</guid>
        </item>
                <item>
          <title>Is there a maximum files size limit to the autobackup plugin?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248330#post2248330</link>
          <description><![CDATA[<p>I've used the autobackup plugin for years...love it and love the updates to it that enabled basically a full site backup. No problems until recently and I "think" the fix may be a simple series of upgrades...which I have NOT done yet but wanted to get clarity on the issue first.&nbsp; This particular site is still using CMSUltima v3.75 (Build 2818) with autobackup plugin v1.04.&nbsp; The plugin times out and I'm guessing it's probably a resource issue as the combined website files are a little over 4Gb (two of the pdf files are nearly a gig each). Does this sound correct that it's just too much?&nbsp;&nbsp;</p>]]></description>
          <pubDate>Wed, 11 Feb 2026 01:57:38 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248330#post2248330</guid>
        </item>
                <item>
          <title>CMSB v3.77 Released (CRITICAL UPDATE:  Upload Fixes)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248024#post2248024</link>
          <description><![CDATA[<p>Darn, Dave! I wish I had seen your message a few hours ago.  This is a new site and I've made some other strategic advancements and essentially deleted all of the prior backups. My bad. </p>]]></description>
          <pubDate>Thu, 12 Jun 2025 01:16:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248024#post2248024</guid>
        </item>
                <item>
          <title>CMSB v3.77 Released (CRITICAL UPDATE:  Upload Fixes)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248002#post2248002</link>
          <description><![CDATA[<p>Hey IT Team,</p>
<p>I just updated from cmsb 3.76 to 3.77 and found my first, hopefully only, bug.  ;-)</p>
<p>I just went into an About section I had created.  Three of the fields in that section are titled Social Media 1, Social Media 2, and Social Media 3.  After the update the name of the field had changed to "Automatically imported from MySQL" and the field type had changed to "none".</p>
<p>I simply hand modified the field name and field type to be what they should be and it corrected. Before I corrected the 3rd one I snapped a screenshot so you could see it (attached).</p>
]]></description>
          <pubDate>Sat, 07 Jun 2025 19:56:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248002#post2248002</guid>
        </item>
                <item>
          <title>CSV Import 1.18 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248001#post2248001</link>
          <description><![CDATA[<p>You are MORE than welcome! CMSB is still in my "Better than sliced bread" category. ;-)</p>]]></description>
          <pubDate>Sat, 07 Jun 2025 15:16:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248001#post2248001</guid>
        </item>
                <item>
          <title>CSV Import 1.18 Released</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247999#post2247999</link>
          <description><![CDATA[<p>Hi Dave, </p>
<p>Thank you for catching and updating this plugin.  I downloaded it from your link in this forum. I just happened to be reviewing other plugins in the plugins section of your site. Version 1.18 is listed there BUT with a date of 2024.  Maybe a correction, or uploading the corrective plugin into the plugins section of your site. </p>]]></description>
          <pubDate>Fri, 06 Jun 2025 16:55:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247999#post2247999</guid>
        </item>
                <item>
          <title>Events list -  advance dates</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247998#post2247998</link>
          <description><![CDATA[<p>I am wondering if simply utilizing the "hidden" field would be useful? I tell my clients that if they hide a record then it stays in the database but doesn't show to the public.  This way if they have specials, information, docs, etc. that may be utilized again in the future it's a lot easier and faster to just unhide and update. Example: every October they have a fall harvest event and most of the vendors, sponsors (along with their logos, pdfs, etc.) are the same so instead of rebuilding the listing from scratch each year they just unhide and update. </p>
<p>For some other clients I create replicas of certain sections and add an "Archive" field.  Any record with "archive" checked stops showing in the current publicly viewable records and then appears in archived publicly viewable records.  For them it allows any pages previously built and captured by search engines to be retained but doesn't overload their gallery or available listings.  Example: Classic Car For Sale Gallery. At any given time the business has 75 cars available, but have sold hundreds and thousands.  That's a lot of searchable and indexed data to just dump.  The business wants to keep the data out there but doesn't want their car for sale listings to be overrun by old sold car listings. So this is a win for the business and their prospective customers.</p>]]></description>
          <pubDate>Fri, 06 Jun 2025 16:50:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247998#post2247998</guid>
        </item>
                <item>
          <title>infoField Problem</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247997#post2247997</link>
          <description><![CDATA[<p>Definitely reproducible and consistent.  Thanks for posting Kenny and thanks for jumping on this Tim H. </p>]]></description>
          <pubDate>Fri, 06 Jun 2025 16:33:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247997#post2247997</guid>
        </item>
                <item>
          <title>Host upgrading php 8.3.16 to 8.3.19 &quot;seemed&quot; to cause a saving issue (406) on the general settings page, cmsb v 3.75 (build 2818) - MOD sec</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247912#post2247912</link>
          <description><![CDATA[<p>Hello Group,</p>
<p>An interesting challenge just occurred...and I realize that correlation is not causation, but...</p>
<p>I just logged in to make a couple minor changes in cmsb, on the general settings page (wanted to change language choice from en-CA to en, and a couple other items for my client).  When I clicked "save" I got a 406 error informing that something on the page violated MOD security.  I logged out. Cleared cache/cookies/hist/temp, etc. and reopened Firefox and attempted it again. Therefore, I logged in to the host and disabled MOD security. Waited a few minutes. Re-cleared all and reopened Firefox again. No change. Same error.  Just to be sure I opened up the site in Edge, went to general settings page, clicked 'save' and got the same 406 error. I went to other sections in cmsb and did small modifications and had no issues saving...the challenge is ONLY on the general settings page.</p>
<p>Reviewing the recent changes listed at the bottom of the general settings page I noticed the my client's host auto-updated PHP 8.3.16 to 8.3.19 a couple days ago. So I changed the php version to 8.2.28 and waited a few minutes.  Went into the general settings again, changed the language, clicked save, and it saved like it should.  So then I logged back into the host and turned MOD security on. Waited a few minutes. Logged back into the site's cmsb section, clicked 'save' on the general settings page and now get a 406 error again.  Did one more test. Turned MOD sec off and was able to save the general settings. Turned MOD back on and get an error.  </p>
<p>So I was considering re-uploading cmsb but remembered this forum. Until this week cmsb has been running as expected.  I am using this same version for other sites and have not run into this issue...but those sites are not running above PHP8.2.28.  </p>]]></description>
          <pubDate>Thu, 01 May 2025 14:56:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247912#post2247912</guid>
        </item>
                <item>
          <title>Can the Outgoing SMS plugin be modified for other sms/text services, that are free, like WhatsApp?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247853#post2247853</link>
          <description><![CDATA[<p>Thanks, Dave. That's why I was asking about Google because I've had google voice for over 20yrs and the only time I paid was for international live calling to europe. Funny, I put $25 on way back then, had 2 international students use it from my home to call France and Germany and still have $23 on it.  </p>
<p>Why I'm asking is this: I set up cmsb for a client and whenever an application is submitted to the backend the submitter and the site owner get confirmation emails. This customer says she is slow to pick up her emails and they get lost in all the fluff and is asking about receiving a text to her phone whenever an app is submitted. She will probably max out at 2 dozen applications per year so it's a minimal usage. She has a cellphone and she also has a google voice number so I'm trying to figure out the quickest and least expensive method to help her with that is us-based. </p>]]></description>
          <pubDate>Fri, 24 Jan 2025 17:02:43 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247853#post2247853</guid>
        </item>
                <item>
          <title>Can the Outgoing SMS plugin be modified for other sms/text services, that are free, like WhatsApp?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247851#post2247851</link>
          <description><![CDATA[<p>Hi Dave, I get it. Thanks.  What about utilizing Google Voice for sms? </p>]]></description>
          <pubDate>Fri, 24 Jan 2025 16:40:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247851#post2247851</guid>
        </item>
                <item>
          <title>Can the Outgoing SMS plugin be modified for other sms/text services, that are free, like WhatsApp?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247849#post2247849</link>
          <description><![CDATA[<p>Can the Outgoing SMS plugin be modified for other sms/text services, that are free, like WhatsApp?</p>]]></description>
          <pubDate>Thu, 23 Jan 2025 19:50:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247849#post2247849</guid>
        </item>
                <item>
          <title>qrc generator - images compromised and no longer free. fyi.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247826#post2247826</link>
          <description><![CDATA[<p>FYI: This is not a complaint, but just current information.  The QRC generator, previously user submitted and free, is no longer free without limitations of use count and additions to some of the urls that error out.  It was nice while it lasted and I would be interested in having one at a reasonable cost. </p>
<p>here's a snapshot of the use count screen.</p>]]></description>
          <pubDate>Tue, 24 Dec 2024 12:08:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247826#post2247826</guid>
        </item>
                <item>
          <title>Just moved from shared to vps and get similar issue to Re: Fatal error: Allowed memory</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2247807#post2247807</link>
          <description><![CDATA[<p>This went to support directly. </p>
<p>12212024 update: Basically what occurred was that this client may have only had 900 records in the database but each of those records had an average of 200 high-res photos...and 4 upload thumbnails of each. We moved from a heavy-horsepower shared hosting to vps entry level. So while the power and speed of the vps was essentially there, the resource usage of memory was over the top and thus that particular section would crash. By modifying the cmsb section to display 100 records at a time (instead of ALL) and also modifying the list .php page on the front end to only 100 at a time the situation immediately leveled out. Customer is happy and visitors, especially on mobile, are happy.  I want to thank Tim and Dave for jumping on this and squaring it away extremely fast. </p>
<p>Thank you gentlemen! </p>]]></description>
          <pubDate>Tue, 17 Dec 2024 17:25:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2247807#post2247807</guid>
        </item>
              </channel>
    </rss>
  