<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Notice-CMSB-v3_03-Beta-2-April-8-2016-80499</link>
        <description></description>
        <pubDate>Sun, 14 Jun 2026 09:50:52 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Notice-CMSB-v3_03-Beta-2-April-8-2016-80499" rel="self" type="application/rss+xml" />

                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238720#post2238720</link>
          <description><![CDATA[<p>Hi mizrahi,</p>
<p>Thanks for pointing that out.</p>
<p>It seems like Safari (or older versions) doesn't support JS function's optional parameter. Ie:</p>
<p><code>function myFunction(a,<strong> b = 0</strong>)</code></p>
<p><a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/default_parameters#Browser_compatibility" rel="nofollow">https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/default_parameters#Browser_compatibility</a></p>
<p>The fix will be added in the next release (v3.04).</p>
<p>But here's the patch for v3.03 (don't forget to create a file backup first):</p>
<p>Update resizeIframe function in \cmsb\lib\admin_functions.js</p>
<p>from</p>
<p><code>function resizeIframe(id,<strong> duration = 0</strong>) {</code></p>
<p>to</p>
<p><code>function resizeIframe(id, <strong>duration</strong>) {<br /><strong>if (typeof duration === 'undefined') { duration = 0; }</strong></code></p>
<p>Thanks,</p>]]></description>
          <pubDate>Fri, 22 Apr 2016 11:37:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238720#post2238720</guid>
        </item>
                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238711#post2238711</link>
          <description><![CDATA[<p>The left navigation system isn't working in mac safari. the menugroup s won't open.</p>]]></description>
          <pubDate>Thu, 21 Apr 2016 11:34:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238711#post2238711</guid>
        </item>
                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238708#post2238708</link>
          <description><![CDATA[<p>Hi all,</p>
<p>CMSB v3.03 has been released.</p>
<p>See more details here: <a href="http://www.interactivetools.com/forum/forum-posts.php?CMSB-v3.03-Released---Collapsible-Separators-PHP-5.5---April-20th-2016-80516" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?CMSB-v3.03-Released---Collapsible-Separators-PHP-5.5---April-20th-2016-80516</a></p>
<p><span>Thanks to all our excellent beta testers for their help and support in testing this release and providing feedback.</span></p>
<p><span>Cheers,</span></p>]]></description>
          <pubDate>Wed, 20 Apr 2016 12:10:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238708#post2238708</guid>
        </item>
                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238656#post2238656</link>
          <description><![CDATA[<p>Thanks Maurice.</p>
<p>Fieldaddons are styled text added before, after, or on both sides of a text field.</p>
<p>See the attached file for a sample.</p>
<p>This can be set in Section Editors -&gt; Field Editor -&gt; Field Options of a text field.</p>
<p>Cheers,</p>]]></description>
          <pubDate>Mon, 11 Apr 2016 09:35:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238656#post2238656</guid>
        </item>
                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238649#post2238649</link>
          <description><![CDATA[<p>Just  installed the beta 2</p>
<p>works great! super job!!!!!!</p>

<p><span>Collapsible Separators pfffffffffffffffff finaly!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span></p>
<ul><li>Field Editor: Bootstrap style "Field Addons" (input-group-addons) can now be added around text fields</li>
</ul><p>How dos this work?</p>
<p>greets Maurice</p>]]></description>
          <pubDate>Sat, 09 Apr 2016 00:13:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238649#post2238649</guid>
        </item>
                <item>
          <title>Notice: CMSB v3.03 Beta 2 (April 8, 2016)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238646#post2238646</link>
          <description><![CDATA[<p>Hi everyone, </p>
<p>We've just released v3.03 beta 2 (beta list members will get an email with a download link shortly). </p>
<p>This beta version requires PHP 5.5+ and MySQL 5.0+. Servers that do not support those versions will show a notice at the top of the admin menu.</p>
<p>The major new feature are:</p>
<ul><li>Collapsible Separators: The separator bars can now be defined as "collapsible", and open or closed by default.</li>
<li>Field Editor: Bootstrap style "Field Addons" (input-group-addons) can now be added around text fields</li>
<li>PHP 5.5+ is now required, this is the oldest supported PHP version: <a href="http://php.net/supported-versions.php" rel="nofollow">http://php.net/supported-versions.php</a></li>
<li>New Upload System: Rewrote upload system to support different upload storage methods in future</li>
</ul><p><br />This second beta release for v3.03 includes bug fixes for issues from <a href="http://www.interactivetools.com/forum/forum-posts.php?80487" rel="nofollow">http://www.interactivetools.com/forum/forum-posts.php?80487</a></p>
<p>If you're not already on the beta tester email list and you'd like to help beta test (you must own at least 1 CMSB license) you can sign up here:</p>
<p><a href="http://www.interactivetools.com/news/manage.php" rel="nofollow">http://www.interactivetools.com/news/manage.php</a></p>
<p>Please post any feedback, questions, or bugs you find!</p>
<p>Thanks! </p>]]></description>
          <pubDate>Fri, 08 Apr 2016 13:08:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238646#post2238646</guid>
        </item>
              </channel>
    </rss>
  