Notice: CMS Builder v1.21 & v1.22 released! (August 15th)

2 posts by 1 authors in: Forums > CMS Builder
Last Post: August 15, 2008   (RSS)

By Dave - August 14, 2008 - edited: August 15, 2008

Hello all!

We've just released v1.21 with some new features and many improvements and bug fixes.

Some of the new features include:
- Field Editor: Added 3 new optional thumbnail fields for up to 5 images sizes per upload
- Accounts Menu: Accounts menu is now editable through section editors
- Viewers: Added search suffix "_prefix", used in url like this: viewer.php?title_prefix=a
- Viewers: Added advanced function getCategories() to display category trees or UL/LI lists
- Record Lists: Added checkboxes and "Erase Checked" option to Advanced Commands (bottom left)
- Plugins Menu: Added plugins section to Admin Menu for future use and custom plugins.

Update: We've just released v1.22 with this fix:

- Uploads: Fixed bug where erasing an upload returned errors on some servers

For a full list of changes, visit the CMS Builder changelog:
http://www.interactivetools.com/products/cmsbuilder/changelog.html

CMS Builder users can upgrade by donation at this page:
http://www.interactivetools.com/upgrade/

Keep your feature requests and bug reports coming in! Every single release we've done is packed full of user requested changes. Post to the forum or send us an email at dave@interactivetools.com.

See you in the forum! :)
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Notice: CMS Builder v1.21 released! (August 14th)

By Dave - August 15, 2008

There's an issue where some users are getting an error when they erase an upload. We're going to release an update for the shortly.

In the mean time - If you have this problem you can fix it yourself by doing the following:

- Backing up /lib/menus/default/common.php
- Opening /lib/menus/default/common.php
- Search for "allRecordUploads"
- Replace this:

function eraseUpload($allRecordUploads) {

With this:

function eraseUpload() {

Let me know if you have any problems with this.
Dave Edis - Senior Developer
interactivetools.com