<?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</link>
        <description></description>
        <pubDate>Fri, 10 Apr 2026 07:52:51 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: Help - Simplest approach to displaying video within CMS Builder</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248399#post2248399</link>
          <description><![CDATA[<p>For companies that wish to produce proprietary content for non-public audiences, I have found Vimeo to be superior to YouTube.</p>
<p>The folks at vimeo do not place the same restrictions upon content that YouTube does, and you can simply place the vimeo url for the video in your code and enjoy excellent streaming video that is scaled to the user's available bandwidth.</p>]]></description>
          <pubDate>Thu, 09 Apr 2026 03:33:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248399#post2248399</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248398#post2248398</link>
          <description><![CDATA[<p>Thanks, Tim.</p>]]></description>
          <pubDate>Wed, 08 Apr 2026 14:38:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248398#post2248398</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248397#post2248397</link>
          <description><![CDATA[<p>Oh good, glad that has helped.&nbsp;</p>
<p>There might be various uses for it to be separate login. When enabled, the two login sessions are completely separate. You can be logged into CMSB and separately be logged into the front end as a different user. Maybe you are a CMSB admin doing some work in the back-end as an admin, but you want to login to the front-end as a normal user to see what they see. When set to false the CMSB user and the front-end use the same login space.</p>
<p>The practical effect of setting it to false is that if you log into CMSB admin, you'd also appear logged in on the website front-end. Of course it doesn't mean that a websiteMembership user could access the CMSB back-end because there are still permission checks etc. in place.</p>
<p>Hopefully that makes sense. :)</p>
]]></description>
          <pubDate>Wed, 08 Apr 2026 14:36:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248397#post2248397</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248396#post2248396</link>
          <description><![CDATA[<p>I set it to false and that has eliminated the second login.&nbsp;</p>
<p>I guess I have been misunderstanding the setting itself. For what purpose do folks use the "true" setting of&nbsp; $GLOBALS['WSM_SEPARATE_LOGIN'] ?</p>]]></description>
          <pubDate>Wed, 08 Apr 2026 14:15:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248396#post2248396</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248395#post2248395</link>
          <description><![CDATA[<p>Yes, Tim. You have it correct. Are you saying that setting $GLOBALS['WSM_SEPARATE_LOGIN'] = false;&nbsp; will allow a logged in backend user to avoid a second login on a websiteMembership protected page?</p>]]></description>
          <pubDate>Wed, 08 Apr 2026 14:10:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248395#post2248395</guid>
        </item>
                <item>
          <title>membership plugins login form not working with 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248394#post2248394</link>
          <description><![CDATA[<p>Hi Jeff,</p>
<p>Are you still seeing this error or did you get it resolved? Did you recently upgrade to 3.82 and it stopped working or is this suddenly happening? What version of websiteMemberhip are you using?</p>
<p>If it is still happening, and your version of websiteMembership is not the most recent, try upgrading it if you can. That usually resolves the issues. If that does not solve the issue, you can certainly look in the error logs for errors and give it to us as part of opening a support ticket.&nbsp;</p>
<p>Usually when upgrading CMSB, a few plugins need to be upgraded as well.&nbsp;</p>
<p>Thanks!</p>]]></description>
          <pubDate>Wed, 08 Apr 2026 13:50:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248394#post2248394</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248393#post2248393</link>
          <description><![CDATA[<p>Hi pgplast,</p>
<p>When you say that you have separate logins, I am assuming you have set the WSM_SEPARATE_LOGIN global variable in websiteMembership.php to "true". This means that logging into CMSB is going to be a separate login than trying to login to pages that are protected by websiteMembership.</p>
<p>Your code there is testing for the websiteMembership login "CURRENT_USER" and if not, redirects them to the login page.&nbsp;</p>
<p>From what I am understand as to what you are saying, the user logs into CMSB as an admin, clicks a link which takes them to that page protected by websiteMembership. There it sees that CURRENT_USER is not set, so immediately redirects the user to the login page. Because the user has logged into CMSB doesn't mean they skip login for the page protected by websiteMembership (when using separate logins).</p>
<p>Am I understanding the process you are going through here? If not, any further clarification would help.</p>
<p>Thanks!</p>
]]></description>
          <pubDate>Wed, 08 Apr 2026 13:40:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248393#post2248393</guid>
        </item>
                <item>
          <title>Double Login with websiteMembership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248392#post2248392</link>
          <description><![CDATA[<p>I have a CMSB-based application that uses websiteMembership. It is set to allow both admin login and separate user log in.</p>
<p>Users of the backend login to perform their admin duties, one of which involves selecting a menu item that is a link to another page outside of the background interface that also requires login.</p>
<p>That page is protect like this:</p>
<p>i$libraryPath = 'xxxxxxx/lib/viewer_functions.php';<br />$dirsToCheck = ['','../','../../','../../../','../../../../'];<br />foreach ($dirsToCheck as $dir) {<br />if (@include_once("$dir$libraryPath")) { break; }<br />}<br />if (!function_exists('getRecords')) {<br />die("Couldn't load viewer library.");<br />}<br />if (!$CURRENT_USER) { websiteLogin_redirectToLogin(); }<br />if(!$CURRENT_USER['isCME_director'] &amp;&amp; !$CURRENT_USER['isCME_staff'] &amp;&amp; !$CURRENT_USER['isAdmin']) {<br />redirectBrowserToUrl("access_denied.php?msg=This feature is for administrators only."); <br />exit; <br />}</p>
<p>The problem I am having is that the logged in user who clicks the link taking him to this page is then presented with the login form once again and must log in a second time.</p>
<p>Has anyone encountered this behavior?</p>
<p>CMSB v. 3.56</p>
<p>websiteManagement v. 1.13</p>]]></description>
          <pubDate>Wed, 08 Apr 2026 12:00:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248392#post2248392</guid>
        </item>
                <item>
          <title>membership plugins login form not working with 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248391#post2248391</link>
          <description><![CDATA[<p>I am seeing an error in the login functions for the membership forum. now sure what has happened here?<br /><br /><br /></p>]]></description>
          <pubDate>Tue, 07 Apr 2026 13:37:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248391#post2248391</guid>
        </item>
                <item>
          <title>Update to CMSB v. 8 from 3.56</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248390#post2248390</link>
          <description><![CDATA[<p>You need to go to PHP 8.3 at a minimum, as 8.1 and 8.2 are obsolete. You'd better bite the bullet now.&nbsp;</p>]]></description>
          <pubDate>Tue, 07 Apr 2026 13:29:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248390#post2248390</guid>
        </item>
                <item>
          <title>Update to CMSB v. 8 from 3.56</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248389#post2248389</link>
          <description><![CDATA[<p>I am going to have to update an old, complex application for a medical institution from v. 3.56 to the most current 3.8 version. Part of the change needed on the server is to move from PHP 7.4 to 8.1.</p>
<p>Also, the site depends upon a number of plugins to include createPDF, csvImport, formGenerator, newsletterBuilder, QRCode Generator, reportBuilder, showHideDependedentFieldsPlus, showHideFieldsForUsers, and websiteMembership. Can anyone share any problems they may have encountered with similar upgrades?</p>
<p>The hospital using this application depends upon it daily, and I will need to accomplish the change over a weekend and have a working version on the following Monday. I confess to being a bit nervous.</p>]]></description>
          <pubDate>Tue, 07 Apr 2026 13:19:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248389#post2248389</guid>
        </item>
                <item>
          <title>llms.txt file (for AI)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248388#post2248388</link>
          <description><![CDATA[<p>Hi Codee,</p>
<p>The above is just a snippet that helps set up a PHP file that will load when "llms.txt" is accessed. On its own it does not generate any of the content, but it's a good first step in being able to do so.</p>]]></description>
          <pubDate>Wed, 25 Mar 2026 11:11:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248388#post2248388</guid>
        </item>
                <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>Small BUG for 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248386#post2248386</link>
          <description><![CDATA[<p>Hi Kenny,</p>
<p>Thanks for reporting this bug!</p>
<p>I've created a fix that will be included in the next version of CMSB.</p>
<p>For you or anyone else who is currently having this issue, here's a patch that should fix it.</p>
<p>In the file: <strong>cmsb/lib/schema_functions.php</strong> around line 288</p>
<p>Find this code:</p>
<pre class="language-php"><code>if (empty($schema[$name]["createThumbnails$suffix"])) {
      unset($schema[$name]["createThumbnails$suffix"]);
      unset($schema[$name]["maxThumbnailHeight$suffix"]);
      unset($schema[$name]["maxThumbnailWidth$suffix"]);
      unset($schema[$name]["cropThumbnails$suffix"]);
  }</code></pre>
<p>And replace it with this:</p>
<pre class="language-php"><code> $thumbnailDisabled =
  empty($schema[$name]["createThumbnails$suffix"]);
  if ($thumbnailDisabled) {
      unset($schema[$name]["maxThumbnailHeight$suffix"]);
      unset($schema[$name]["maxThumbnailWidth$suffix"]);
      unset($schema[$name]["cropThumbnails$suffix"]);
      if ($suffix !== '') {
          unset($schema[$name]["createThumbnails$suffix"]);
      }
  }</code></pre>
<p>Let me know if you have any futher issues.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Wed, 18 Mar 2026 14:27:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248386#post2248386</guid>
        </item>
                <item>
          <title>Is there a way to the same detail page template for different sections?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248385#post2248385</link>
          <description><![CDATA[<p>Ok, i think i have a working solution so I am sharing in case it's helpful to someone else:</p>
<pre class="language-php"><code>&lt;?php
  header('Content-type: text/html; charset=utf-8');
  include_once("../cmsb/lib/viewer_functions.php");

  // get the URI and trim leading and trailing slashes
  $uri = trim($_SERVER['REQUEST_URI'], '/');

  // lookup the URI in the permalinks table to find the corresponding section
  $section = mysql_get('cmsb__permalinks', null, [
    'permalink' =&gt; $uri,
    'old'       =&gt; '0'
  ]);

  // get the tablename for the section
  if ($section) {
    $tableName = $section['tableName'];
	
    // and then load the page
    list($page, $pageMetaData) = getRecords(array(
      'tableName'   =&gt; $tableName,
      'where'       =&gt; whereRecordNumberInUrl(0),
      'loadUploads' =&gt; true,
      'allowSearch' =&gt; false,
      'limit'       =&gt; '1',
    ));
    $page = @$page[0]; // get first record
    if (!$page) { 
      header("HTTP/1.1 301 Moved Permanently");
      header("Location: /"); 
      exit;
    }
  }

?&gt;</code></pre>]]></description>
          <pubDate>Tue, 17 Mar 2026 11:30:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248385#post2248385</guid>
        </item>
                <item>
          <title>Is there a way to the same detail page template for different sections?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248384#post2248384</link>
          <description><![CDATA[<p>Currently, I have a set up like this:</p>
<ul>
<li>About pages &gt; /pgs/<strong>about-pages.php</strong></li>
<li>Contact pages &gt; /pgs/<strong>contact-pages.php</strong></li>
<li>Service pages &gt; /pgs/<strong>service-pages.php</strong></li>
</ul>
<p>Note, I am using the Permalinks plugin.</p>
<p>But I was wondering if there is a way for me to use the same page template for all of the sections?</p>
<ul>
<li>About pages &gt; /pgs/<strong>pages.php</strong></li>
<li>Contact pages &gt; /pgs/<strong>pages.php</strong></li>
<li>Service pages &gt; /pgs/<strong>pages.php</strong></li>
</ul>]]></description>
          <pubDate>Tue, 17 Mar 2026 10:38:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248384#post2248384</guid>
        </item>
                <item>
          <title>Small BUG for 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248383#post2248383</link>
          <description><![CDATA[<p>In Database Editor &gt;&gt; *schema* &gt;&gt; <span>Input Validation &gt;&gt; Upload Settings</span>, when unchecking a "<span>Create thumbnail" and it's related "Crop" checkbox, they revert back to being checked on save.&nbsp;</span></p>]]></description>
          <pubDate>Sat, 14 Mar 2026 11:33:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248383#post2248383</guid>
        </item>
                <item>
          <title>Upload Field - Custom List Option</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248382#post2248382</link>
          <description><![CDATA[<p>Hi Ryan,&nbsp;</p>
<p>Unfortunately, there's no built-in functionality for that, or quick fixes.</p>
<p>Can you let me know what you want to use it for and how you'd want it to work?&nbsp;</p>
<p>For example, what problem are you trying to solve?</p>
<p>Thanks!</p>]]></description>
          <pubDate>Wed, 11 Mar 2026 21:05:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248382#post2248382</guid>
        </item>
                <item>
          <title>editor feature request</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248381#post2248381</link>
          <description><![CDATA[<p>Hi Jeff,&nbsp;</p>
<p>We're currently working on a big update for the next release, but I can keep this in the queue for a future release.</p>
<p>We actually wanted to redo the date component already for better multi-lingual support.</p>
<p>The browser date fields are generally considered not to have the best user experience compared to some of the custom ones.&nbsp; &nbsp;</p>
<p>The benefit of the multi-field is that it's quick to select, but it depends on your use case, though.&nbsp; You'll see most of the big sites (airbnb, google flights, etc) use custom date controls.&nbsp; We were looking into some of the more popular date field components a while back.</p>
<p>We've already got some requests for Date field modifications already. &nbsp;Can you let me know how you'd like it to work differently so we can consider that as well?</p>
<p>Thanks!</p>
]]></description>
          <pubDate>Wed, 11 Mar 2026 21:04:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248381#post2248381</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248380#post2248380</link>
          <description><![CDATA[<p>This fix works for me, too. Thanks Dave.</p>]]></description>
          <pubDate>Tue, 10 Mar 2026 13:02:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248380#post2248380</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248379#post2248379</link>
          <description><![CDATA[<p>This worked for me. Thank you.</p>]]></description>
          <pubDate>Mon, 09 Mar 2026 03:57:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248379#post2248379</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248378#post2248378</link>
          <description><![CDATA[<p>Hi all,&nbsp;</p>
<p>This took us a bit to track down.&nbsp; Can you try this fix:&nbsp;</p>
<p>In /cmsb/lib/menus/default\wysiwygMedia.php</p>
<p>Replace this:&nbsp;</p>
<pre class="language-javascript"><code>uploadIframe.contentDocument.location.reload();</code></pre>
<p>With this:&nbsp;</p>
<pre class="language-javascript"><code>uploadIframe?.contentDocument?.location.reload();</code></pre>
<p>Let me know if that works for you.&nbsp; If not, feel free to submit a 2nd level support request, and we'd be happy to help you track it down and resolve it.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Sat, 07 Mar 2026 21:36:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248378#post2248378</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248377#post2248377</link>
          <description><![CDATA[<p>Ok, I am an idiot. It seems at some point I inadvertently deleted the mediaView.php file from that directory. Now that it has been restored, it's working though still with the error message. Yay!</p>]]></description>
          <pubDate>Thu, 05 Mar 2026 16:51:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248377#post2248377</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248376#post2248376</link>
          <description><![CDATA[<p>The error does not prevent the image from being added, it is annoying but not fatal. I have been adding images, just close the error message and continue.</p>]]></description>
          <pubDate>Thu, 05 Mar 2026 15:39:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248376#post2248376</guid>
        </item>
                <item>
          <title>BUG: tinymce field can&apos;t use media library image CMSB 3.82</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2248375#post2248375</link>
          <description><![CDATA[<p>Still nothing on this? this renders the media library feature somewhat useless.&nbsp;</p>]]></description>
          <pubDate>Thu, 05 Mar 2026 15:03:16 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2248375#post2248375</guid>
        </item>
              </channel>
    </rss>
  