Considering moving to CMS Builder

4 posts by 2 authors in: Forums > CMS Builder
Last Post: November 19, 2008   (RSS)

By designer - November 14, 2008

Hi, I am a designer, with experience in developing custom eZ Publish CMS websites. Working in partnership with an eZ Publish developer, I have developed some interesting sites. My area of expertise being design, (X)HTML/CSS scripting and basic PHP modifications, I have always developed front end prototype elements, with developers used to script special eZ Publish templates and functionality.

Due to the eZ Publish way of constructing sites projects are often relying on external eZ Publish specialists to make functional updates. As such I am interested to view the CMS Builder tool, it seems to offer a basic lightweight CMS tool with all the features our client’s request in terms of updating their own sites.

My questions in evaluation the CMS Builder system are;
- How easy is it to build custom Plug-in features?
- If we build special modular plug-ins can we market these features to existing CMS Builder developers?
- Does CMS Builder offer a media manager to manage media assets referenced throughout the site?
- Are there any existing plug-ins to allow user registrations to enable sites to offer secure members areas?
- I have noticed that url are posted as www.domain.com/page.php, can this be updated to remove the .php suffix
- Is there a quick way to map existing site urls, and redirect to an CMS Builder site (such as custom url entry per content item)?
- Does CMS Builder use standard PHP and MySQL, with no encryption allowing for full customisation if needed.


I would also be interested to hear from other designers formally using complex CMS frameworks such as eZ Publish who have since moved build projects to CMS Builder and the related success or difficulties experienced in the change of development approach.

p.s. sorry for the long post.

Looking forward to hear your comments :)
Martin - Sanders Design - http://www.sandersdesign.net

Re: [designer] Considering moving to CMS Builder

By Dave - November 14, 2008

Hi designer, Welcome to the CMS Builder forum! :)

If you can hand code HTML, and especially if you've used even a little PHP before, you'll find you can likely build a lot of your own CMS solutions with CMS Builder and not have to rely on specialists or developers to do the work for you.

Some answers to your questions:

>- How easy is it to build custom Plug-in features?

We're just getting starting building a plug-in system. So there's no documentation or official support for that. But because CMS Builder uses standard PHP/MySQL you can build all kinds of custom widgets on the website frontend and integrate them with the CMS.

>- If we build special modular plug-ins can we market these features to existing CMS Builder developers?

Yes, you could. Our site and these forums are for support though, so you'd want to clear it with us first if you wanted to market through it. If there was enough interest we might create a special forum for plugins. Feel free to email me directly if you want to discuss that more (dave@interactivetools.com).

>- Does CMS Builder offer a media manager to manage media assets referenced throughout the site?

No, this is on our planned feature list though (no ETA)

>- Are there any existing plug-ins to allow user registrations to enable sites to offer secure members areas?

No, we've done a number of custom jobs like this, though. Basically it's just a PHP form to add users and some PHP code to check login credentials from the accounts table.

>- I have noticed that url are posted as www.domain.com/page.php, can this be updated to remove the .php suffix

Yes, but this is done though the web server not applications. Either with .htaccess or mod_rewrite

>- Is there a quick way to map existing site urls, and redirect to an CMS Builder site (such as custom url entry per content item)?

No quick way. Quick once you set it up once. It would be with mod rewrite. You could have a unique filepath for a record in CMS "like-this.html" and then use mod_rewrite to map example.com/like-this.html to example.com/index.php?id=like-this.html behind the scenes. Which is how much CMS's do it.

>- Does CMS Builder use standard PHP and MySQL, with no encryption allowing for full customisation if needed.

Yes, and or all my no answers, there's lots of things you _can_ do that are quite cool. The best thing to do is try it out. We have a 90 day refund policy if it doesn't meet your needs.

>I would also be interested to hear from other designers formally using
>complex CMS frameworks such as eZ Publish who have since moved
> build projects to CMS Builder and the related success or difficulties
> experienced in the change of development approach.

We hear from developers who have used Drupal, Joomla, WordPress and other solutions. I'm not sure if anyone has eZ Publish experience. If they have please feel free to post here.

Hope that helps, let me know if you need anything else.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Considering moving to CMS Builder

By designer - November 18, 2008

hi Dave, thanks for the feedback.

On an additional note is it easy to allow our clients to link with youtube movies. A media import tool maybe?

I'd also like to know if the system currently has any support for contact forms. A contact form creator could work in a similar way to the editor building tools were admin users would build and publish contact forms with selected input attributes. You could also have a capture all entered data admin page were all forms posted on the site get recorded to.

Regards,
Martin - Sanders Design - http://www.sandersdesign.net