Notice: CMSB v2.04 Released (Viewer Pseudo-fields)
1 posts by 1 authors in: Forums > CMS Builder
Last Post: April 27, 2010 (RSS)
By Chris - April 27, 2010
We've just released v2.04, the main new feature of which is Viewer Pseudo-fields:
- Date fields now have a :unixtime psuedo-field, which is useful for passing to date(). Example: $record['startdate:unixtime']
- Checkboxes now have :text, which displays the checked or unchecked text you've set up in your section editor. Example: $record['hidden:text']
- Single-value list fields have a new :label psuedo-field which makes it easy to display the label of the selected option. Example: $record['category:label']
- Multi-value list fields have two new psuedo-fields -- :values and :labels, which provide an array of either the values or labels of selected options. Example: $record['categories:labels']
For a full list of changes, visit the CMS Builder changelog:
http://www.interactivetools.com/tour/changelog.php
CMS Builder users can upgrade by donation at this page:
http://www.interactivetools.com/upgrade/
Please feel free to post your feedback and questions! We're always eager to get your feature requests and bug reports, every single release is full of user requested fixes and features. Post in the forum or email Dave at dave@interactivetools.com.
Thanks!
- Date fields now have a :unixtime psuedo-field, which is useful for passing to date(). Example: $record['startdate:unixtime']
- Checkboxes now have :text, which displays the checked or unchecked text you've set up in your section editor. Example: $record['hidden:text']
- Single-value list fields have a new :label psuedo-field which makes it easy to display the label of the selected option. Example: $record['category:label']
- Multi-value list fields have two new psuedo-fields -- :values and :labels, which provide an array of either the values or labels of selected options. Example: $record['categories:labels']
For a full list of changes, visit the CMS Builder changelog:
http://www.interactivetools.com/tour/changelog.php
CMS Builder users can upgrade by donation at this page:
http://www.interactivetools.com/upgrade/
Please feel free to post your feedback and questions! We're always eager to get your feature requests and bug reports, every single release is full of user requested fixes and features. Post in the forum or email Dave at dave@interactivetools.com.
Thanks!
All the best,
Chris
Chris