<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Notice: Roadmap &amp;amp; Feature Requests (post feature requests here)</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Notice-Roadmap-Feature-Requests-post-feature-requests-here-68780</link>
        <description></description>
        <pubDate>Fri, 14 Aug 2026 09:33:51 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Notice-Roadmap-Feature-Requests-post-feature-requests-here-68780" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Djulia] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191834#post2191834</link>
          <description><![CDATA[No date for comments, it's turned out to be a lot more challenging and we need to build up the other parts of the program first.  What I would like to do is add it to the Code Generator.<br /><br />We do have subcategories for the next release though.  And comments is still on the list.<br />]]></description>
          <pubDate>Tue, 03 Jun 2008 18:46:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191834#post2191834</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191826#post2191826</link>
          <description><![CDATA[Hi Dave, <br /><br />I would like to give the possibility to the visitors of adding comments. <br /><br />Will this option be available in the next update? <br /><br />Is a date envisaged ? <br /><br />Thank you for your answer. [:)] <br /><br />Djulia<br />]]></description>
          <pubDate>Tue, 03 Jun 2008 12:05:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191826#post2191826</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191762#post2191762</link>
          <description><![CDATA[Hi Dave,<br /><br />Yes, a pull-down option is one way to go in the short term. I've done that where the situation is predictable enough to allow it. However, there are many other times where you just don't know what will be needed.<br /><br />I can well understand that an image manager would be a complex thing to code. I'm sure the clever folks at Interactive Tools will do it well when when they tackle it.<br /><br />Cheers,<br />J.<br />]]></description>
          <pubDate>Tue, 27 May 2008 14:22:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191762#post2191762</guid>
        </item>
                <item>
          <title>Re: [InHouse] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191761#post2191761</link>
          <description><![CDATA[Jayme,<br /><br />How are the images included in the files?  Would it be possible to have a pulldown of logos they could select from to avoid having to upload multiple files?<br /><br />A shared media manager is in the plans but a lot of work and is still a ways off.<br />]]></description>
          <pubDate>Tue, 27 May 2008 14:01:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191761#post2191761</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191760#post2191760</link>
          <description><![CDATA[The biggest issue for my main client is really the lack of an image manager. They wind up loading dozens of the same images (logos mostly) over and over again.<br /><br />I wrote a simple page to show them all the images in the system and their URLs for copy-n-paste use, but that's stretching things a bit for them.<br /><br />J.<br />]]></description>
          <pubDate>Tue, 27 May 2008 13:23:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191760#post2191760</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191759#post2191759</link>
          <description><![CDATA[First, thanks for the .pdf tip. I had no problem adding my favored extensions to the $defaultValue['allowedExtensions'] statement.<br /><br />The linking dialogue box I was referring to is apparently part of the AM2 WYSIWYG field. The link icon pulls up a neat little Hypertext promp box that makes setting your a hrefs a little simpler for the novice. I turn my sites over to clients who are not as familiar with HTML tags and this box was such a nice help for them.<br /><br />Jan<br />]]></description>
          <pubDate>Tue, 27 May 2008 13:07:26 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191759#post2191759</guid>
        </item>
                <item>
          <title>Re: [Janet] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191750#post2191750</link>
          <description><![CDATA[Hi Jan,<br /><br />I've added .pdf to the default for the next version.  This is used when creating new fields.  Is that what you meant or did you mean for the preset menus as well?<br /><br />If you're comfortable editing the PHP code you can change the default now for your current version like this:<br /><br />- open /lib/menus/database/editField_functions.php<br />- make a backup copy<br />- search for $defaultValue['allowedExtensions']<br />- replace that line with this (or whatever you want):<br /><code>  $defaultValue['allowedExtensions']     = 'gif,jpg,png,wmv,mov,swf,pdf';</code><br /><br />For the wysiwyg, we actually use a different component in CMS Builder.  I had a look back at AM2, do you mean how it shows you a list of anchors on the page.  Like from &lt;a name=&quot;section&quot;&gt; tags?  Or something else?<br /><br />Thanks for your suggestions! :)<br />]]></description>
          <pubDate>Tue, 27 May 2008 10:58:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191750#post2191750</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191749#post2191749</link>
          <description><![CDATA[Hi Dave - Loving the program. <br /><br />A simple request... CMSB defaults to gif, jpg, png for extensions allowed. Could you add .pdf in that default? <br /><br />And I also miss that AM2 WYSIWYG a href box that pops up and spells out the a href choices. My clients loved that little widget. Any chance incorporating it into next version of CMSB?<br /><br />Jan<br />]]></description>
          <pubDate>Tue, 27 May 2008 10:16:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191749#post2191749</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191578#post2191578</link>
          <description><![CDATA[It would be very helpful if there was a feature for multipage sections that allow you to update the same field for many records (a global update feature).<br /><br />Also, while editing one record, to have the option to click on a link or button to edit the next record in the list without having to go back to the list of records. This would come in handy when doing many updates to a number of records in a row. Simply click &quot;Save -&gt; Go to Next Record&quot; or something like that.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Fri, 16 May 2008 13:45:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191578#post2191578</guid>
        </item>
                <item>
          <title>Re: [CWD] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191500#post2191500</link>
          <description><![CDATA[I've never used CMS Builder (I am still waiting for a Demo 10-day-trial account), but I saw the video and here are my suggestions: <br /><br />1. Products: we should be able to add products into multiple categories (and even same product should be able to appear in more than one categories). You could use something sort of labeling for this. <br /><br />2. Products: we should be able to link products to a shopping cart. So, if you turn-on the shopping-cart an &quot;add to cart&quot; kind of thing will also appear next to each product, and user would be able to make online payment (support for top 7-8 payment gateways should be included). <br /><br />3. CSS for every page and feature. CMSBuilder should be able to add div-ids or something of that sort, and include a .css script for each page. So, for example, if I want records from News to appear in a certain way, then I would be able to do them with a css-script. As opposed to being tied-down to the way they'd appear by CMSBuilder generated code. There should be complete separation of code from presentation. <br /><br />4. Different levels of access (user, editor, approver, admin, super-user etc.) <br /><br />5. Ability to add form-data to the dabatase. For example, if I want to create a sign-up form, I need the ability to add the form-data to a user-db. Another example: if I want to create a email-signup list, then visitor would type in the email-address, and then I should be able to take that email-address and put in an email-list database.  <br /><br />6. Spell check: I'd prefer Gmail styled, in-line spell checker. <br /><br /><br />Since I have never used the product, some features I mentioned may already be in there. Thanks!<br />]]></description>
          <pubDate>Fri, 09 May 2008 14:39:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191500#post2191500</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191440#post2191440</link>
          <description><![CDATA[Three features I would like to see either as paid add ons or upgrades would be :<br /><br />1: Automated password recovery<br />2: Automated requests to update info on pages published(6 month or 1 year), with some sort of alert sent to on of the admins if user/editor does not comply.<br />3: Workflow management. (What I mean by this is an editor can make changes and a manger or administrator have to approve and/or publish the page)<br />]]></description>
          <pubDate>Sun, 04 May 2008 23:06:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191440#post2191440</guid>
        </item>
                <item>
          <title>Re: [HDBC] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191383#post2191383</link>
          <description><![CDATA[HDBC, <br /><br />For the drag sorting make sure you're using the latest version and add a field called: dragSortOrder (case sensitive) and then add it to the front of &quot;Order By&quot; and &quot;List Page Fields&quot; and you'll get a drag icon the editor list page.<br /><br />Hope that helps!<br />]]></description>
          <pubDate>Mon, 28 Apr 2008 12:50:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191383#post2191383</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191362#post2191362</link>
          <description><![CDATA[The ability to add &quot;sections&quot; some what like in Article Manager.  I want the ability for my Clients to be able to add a new section to their website using a template based upon any existing section in their website site.<br />]]></description>
          <pubDate>Sat, 26 Apr 2008 22:20:30 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191362#post2191362</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191361#post2191361</link>
          <description><![CDATA[I want the &quot;Drag&quot; to reorder feature in Admin&gt;Section Editors to be available for in the list of pages when &quot;multi-page&quot; has been selected as the Section Type.  This feature could be a check box when setting up a Section so we could allow / disallow users' ability to modify the order.<br />]]></description>
          <pubDate>Sat, 26 Apr 2008 22:15:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191361#post2191361</guid>
        </item>
                <item>
          <title>Re: [Dave] Notice: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191345#post2191345</link>
          <description><![CDATA[<b>Image library</b> <br /><br />It would be nice to have all uploaded images available in one library, in a way that it is possible to select images in the wysiwyg or upload fields form this library. Now you have to upload a picture each time if you want to use it in multiple sections.<br />]]></description>
          <pubDate>Fri, 25 Apr 2008 11:23:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191345#post2191345</guid>
        </item>
                <item>
          <title>Re: [Dave] CMS Builder - Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191280#post2191280</link>
          <description><![CDATA[I would also like to see an email form manager feature. I use this a lot too and it would come in handy if CMS Builder already had the tool to create and manage forms.<br /><br />Thanks,<br />Brian<br />]]></description>
          <pubDate>Mon, 21 Apr 2008 21:54:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191280#post2191280</guid>
        </item>
                <item>
          <title>Re: [mheller] CMS Builder - Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191279#post2191279</link>
          <description><![CDATA[Ditto to this request, specifically flash, audio, video:<br /><br /><blockquote>Multiple Media formats (not just images) support for Flash, Silverlight, Audio, Video</blockquote><br /><br /><br />Brian<br />]]></description>
          <pubDate>Mon, 21 Apr 2008 21:52:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191279#post2191279</guid>
        </item>
                <item>
          <title>Re: [jsv] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191278#post2191278</link>
          <description><![CDATA[Ditto to the &quot;super user&quot; access level request.<br /><br />Brian<br />]]></description>
          <pubDate>Mon, 21 Apr 2008 21:48:59 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191278#post2191278</guid>
        </item>
                <item>
          <title>Re: [jsv] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191269#post2191269</link>
          <description><![CDATA[Thanks jsv. I agree that it can be done manually. You're quite right. I was just flagging this a Wish List item.<br /><br />No harm in asking for the moon. ;-)<br /><br />J.]]></description>
          <pubDate>Fri, 18 Apr 2008 12:54:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191269#post2191269</guid>
        </item>
                <item>
          <title>Re: [InHouse] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191259#post2191259</link>
          <description><![CDATA[I know this is not the place to discuss this, but I just want to add a short comment on the discussion above because I think this is already possible in the current version: I use several checkboxes for this (for example &quot;ShowinMenu&quot;, &quot;ShowinArchive&quot; etc.) and in the Listview I use the option &quot;where ShowinMenu = 1&quot; to select only those records I want to show in the menulist. The additional pages in the section that are not shown in the menulist can be accessed using the pagenum in a specific link. <br /><br />Hopefully I understood the discussion correct and this is an option? So the developers can work on creating a new user role in version 1.14[;)]<br />]]></description>
          <pubDate>Fri, 18 Apr 2008 02:28:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191259#post2191259</guid>
        </item>
                <item>
          <title>Re: [Dave] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191256#post2191256</link>
          <description><![CDATA[Perfect. [;)]<br /><br />Sorry to be pedantic... my client must be rubbing off on me. <br /><br />J.<br />]]></description>
          <pubDate>Thu, 17 Apr 2008 20:23:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191256#post2191256</guid>
        </item>
                <item>
          <title>Re: [InHouse] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191254#post2191254</link>
          <description><![CDATA[Maybe 'hideFromListView' as the column name? :)<br />]]></description>
          <pubDate>Thu, 17 Apr 2008 19:09:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191254#post2191254</guid>
        </item>
                <item>
          <title>Re: [Dave] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191247#post2191247</link>
          <description><![CDATA[I think that's a good way to go, although cosmetically I would suggest another name than 'welcomeOnly'. I can envision users wanting to have several records in the table that would not be seen on the List View while still being available upon direct URL access from a hard coded link or a Page View's recordNum value.<br /><br />Imagine a Welcome message to be sure, but also a disclaimer message, sales message, or a how to use this info message all as separate records in the Section Editor. Being able to flag these records as hidden from list view lets us put all our related bits into one Editor and make fewer Select statments on the page. At least, I really believe this is how many of my clients would want to think about it.<br /><br />Mind you, I suppose if there were built-in group inheritance then this need could be accomplished another way. &lt;just musing...&gt;<br /><br />J.<br />]]></description>
          <pubDate>Thu, 17 Apr 2008 13:09:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191247#post2191247</guid>
        </item>
                <item>
          <title>Re: [InHouse] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191246#post2191246</link>
          <description><![CDATA[Hmmm... Ok, what about creating a checkbox field &quot;welcomeOnly&quot; and checking for that in the foreach loop and skipping it?  Then you could have the best of both worlds.  Would that work?<br />]]></description>
          <pubDate>Thu, 17 Apr 2008 11:49:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191246#post2191246</guid>
        </item>
                <item>
          <title>Re: [Dave] Discussion: Roadmap &amp; Feature Requests (post feature requests here)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191235#post2191235</link>
          <description><![CDATA[If I understand that Hidden field function, it completely hides the article.<br /><br />What I need is to still be able to show that article if, for example it's the lead article, but I don't want it to show up in the archive.<br /><br />Example: Page loads... main text shows a welcome message (stored in TableA). Right column shows a List View of all TableA articles, but the welcome message is not needed here. It's exempted from the List View, but shown on the Page View. This lets us put all the content for that topic in one  editor.<br /><br />I could sniff for a specific record number and skip it in the foreach List View loop, but a flag in the back-end would be easier.<br /><br />J.]]></description>
          <pubDate>Wed, 16 Apr 2008 22:23:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191235#post2191235</guid>
        </item>
              </channel>
    </rss>
  