Notice: CMSB Upcoming Features and Development Plan
81 posts by 36 authors in: Forums > CMS Builder
Last Post: August 31, 2012 (RSS)
2 bad but the page previews are oke but not wanted badly by our customers.
Greetz
Dropmonkey.nl
Re: [Dave] Notice: CMSB Upcoming Features and Development Plan
By Kenny - September 11, 2010
1. Have a checkbox that allows to designate a textfield or textbox HTML free. This way the code generator automatically inserts <?php echo htmlspecialchars ($record['name']) ?> type format. Now, we have to do it manually. This will save a few seconds and mouse clicks.
2. Be able to designate a textfield as a website. Then the code would generate the statement <?php if ($record['website']): ?><?php if (!preg_match("/^http:\/\//", $record['website'])) { $record['website'] = "http://" . $record['website']; } ?>
OR
Be able to designate a textfield as a website and it would require the http:// or designate it an email address and require the @ character. This could also be opened to almost any character if you could add a fourth option to allowed content such as, "Must Contain".
Thanks,
Kenny
By Djulia - September 12, 2010 - edited: September 12, 2010
> I'm curious: what do you mean by an "accordian function" for long sections?
1) Often [font "Verdana"][font "Verdana"]I organize my sections in sub-sections with a Header Bar. Also, sometimes my sections can have ten sub-sections. It would be interesting to open or close the sub-sections according to the needs.
http://docs.jquery.com/UI/Accordion
2) It would be also interesting to be able to split in columns (2, 3…) the use of the checkbox.
This
[] checkbox 1
[] checkbox 2
[] checkbox 3
[] checkbox 4
would give this
[] checkbox 1 [] checkbox 2
[] checkbox 3 [] checkbox 4
---
Thanks for the feedback. :)
Djulia
Re: [Djulia] Notice: CMSB Upcoming Features and Development Plan
By Dave - September 13, 2010
Thanks for the suggestions. I've added them to the request list and we'll try to get them in the next release.
interactivetools.com
Re: [Dave] Notice: CMSB Upcoming Features and Development Plan
I'd like to be able to control the appearance of date fields in the list views. Right now a date shows up like: 2010-09-14 14:37:27. I'd love to be able to apply a standard PHP date format option to make it 2010-Sept-14 2:37PM or similar.
A small item perhaps but I don't think this is easily done ATM.
The other thing, I love the recent ability in Related Records "fields" to choose different List Actions than the default for the parent table. Would love to take this one step further and select the display fields for the embedded Related Record area differently from the displayed columns shown when the entire table is viewed.
J.
Re: [Djulia] Notice: CMSB Upcoming Features and Development Plan
Djulia, you read our minds! In fact, I just signed in to find a solution for this EXACT feature. No kidding. We have a client which is a rental home business and we need to include over 30 amenities (check boxes) which will add length to the admin page - makes the page look generic.
I may look into the forum for a solution, even if we had to go into the php that’s fine, but this feature will be a nice improvement!
We really like this application and we’ve been building clients’ websites with CMS Builder since version v1.34 Great work guys!
Thanks
studio-a
Re: [Dave] Notice: CMSB Upcoming Features and Development Plan
By zip222 - September 14, 2010
Re: [zip222] Notice: CMSB Upcoming Features and Development Plan
By isdoo - September 15, 2010
Instead of clicking up and down several time, it would be nice to have drag and drop on sections similar to other software.
This way the user could simply drag a section to where they wanted it to be.
Re: [Dave] Notice: CMSB Upcoming Features and Development Plan
By sidcam - September 24, 2010
I don't want users going into edit mode to add items to a list so I currently create seperate, single field "Categories" Section Tables for each blog which is display as a list (checkboxes) for the user when creating a blog post. Problem is, if a user decides they want a new category as they're creating a blog post they have to save their work, open up the categories section, add/save the new category record, then go back and reload their blog post.
A multi value List Option that lets users edit/add records to it or edit/add records to a second section table (which is being loaded as a list) would make things more elegant for the users.
Sid/St Louis
Re: [Dave] Notice: CMSB Upcoming Features and Development Plan
By JeffC - September 30, 2010
Any thoughts?