 |

rasbro
User
Apr 21, 2008, 7:54 PM
Post #26 of 41
(782 views)
Shortcut
|
|
Re: [Dave] CMS Builder - Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
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. Thanks, Brian
|
|
|  |
 |

jsv
User
Apr 25, 2008, 9:23 AM
Post #27 of 41
(731 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Image library 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.
|
|
|  |
 |

HDBC
User
Apr 26, 2008, 8:15 PM
Post #28 of 41
(720 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
I want the "Drag" to reorder feature in Admin>Section Editors to be available for in the list of pages when "multi-page" 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.
|
|
|  |
 |

HDBC
User
Apr 26, 2008, 8:20 PM
Post #29 of 41
(719 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
The ability to add "sections" 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.
|
|
|  |
 |

Dave
Staff
/ Moderator

Apr 28, 2008, 10:50 AM
Post #30 of 41
(677 views)
Shortcut
|
|
Re: [HDBC] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
HDBC, 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 "Order By" and "List Page Fields" and you'll get a drag icon the editor list page. Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

CWD
New User
May 4, 2008, 9:06 PM
Post #31 of 41
(621 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Three features I would like to see either as paid add ons or upgrades would be : 1: Automated password recovery 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. 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)
|
|
|  |
 |

ca172
New User
May 9, 2008, 12:39 PM
Post #32 of 41
(556 views)
Shortcut
|
|
Re: [CWD] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
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: 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. 2. Products: we should be able to link products to a shopping cart. So, if you turn-on the shopping-cart an "add to cart" 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). 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. 4. Different levels of access (user, editor, approver, admin, super-user etc.) 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. 6. Spell check: I'd prefer Gmail styled, in-line spell checker. Since I have never used the product, some features I mentioned may already be in there. Thanks!
(This post was edited by ca172 on May 9, 2008, 12:40 PM)
|
|
|  |
 |

rasbro
User
May 16, 2008, 11:45 AM
Post #33 of 41
(525 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
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). 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 "Save -> Go to Next Record" or something like that. Thanks, Brian
|
|
|  |
 |

Janet
User
May 27, 2008, 8:16 AM
Post #34 of 41
(436 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Hi Dave - Loving the program. A simple request... CMSB defaults to gif, jpg, png for extensions allowed. Could you add .pdf in that default? 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? Jan
|
|
|  |
 |

Dave
Staff
/ Moderator

May 27, 2008, 8:58 AM
Post #35 of 41
(432 views)
Shortcut
|
|
Re: [Janet] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Hi Jan, 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? If you're comfortable editing the PHP code you can change the default now for your current version like this: - open /lib/menus/database/editField_functions.php - make a backup copy - search for $defaultValue['allowedExtensions'] - replace that line with this (or whatever you want):
$defaultValue['allowedExtensions'] = 'gif,jpg,png,wmv,mov,swf,pdf'; 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 <a name="section"> tags? Or something else? Thanks for your suggestions! :) Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

Janet
User
May 27, 2008, 11:07 AM
Post #36 of 41
(429 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
First, thanks for the .pdf tip. I had no problem adding my favored extensions to the $defaultValue['allowedExtensions'] statement. 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. Jan
|
|
|  |
 |

InHouse
User
May 27, 2008, 11:23 AM
Post #37 of 41
(428 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
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. 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. J.
|
|
|  |
 |

Dave
Staff
/ Moderator

May 27, 2008, 12:01 PM
Post #38 of 41
(426 views)
Shortcut
|
|
Re: [InHouse] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Jayme, 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? A shared media manager is in the plans but a lot of work and is still a ways off. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
 |

InHouse
User
May 27, 2008, 12:22 PM
Post #39 of 41
(424 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Hi Dave, 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. 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. Cheers, J.
|
|
|  |
 |

Djulia
User
Jun 3, 2008, 10:05 AM
Post #40 of 41
(359 views)
Shortcut
|
|
Re: [Dave] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
Hi Dave, I would like to give the possibility to the visitors of adding comments. Will this option be available in the next update? Is a date envisaged ? Thank you for your answer. Djulia
|
|
|  |
 |

Dave
Staff
/ Moderator

Jun 3, 2008, 4:46 PM
Post #41 of 41
(350 views)
Shortcut
|
|
Re: [Djulia] Notice: Roadmap & Feature Requests (post feature requests here)
[In reply to]
|
Can't Post
|
|
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. We do have subcategories for the next release though. And comments is still on the list. Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|