Plugins

4 posts by 2 authors in: Forums > CMS Builder
Last Post: March 23, 2009   (RSS)

Re: [pothompson] Plugins

By Dave - March 12, 2009

Hi Paul,

We're still figuring out the best way to do plugins for CMS Builder.

I'm actually re-writing the plugin system for the next release to be more like wordpress. This should make it a lot easier to write plugins and then we can add hooks where needed as people request them. On top of this I know a number of programmers are already familiar with that system.

So that new release should be out soon and then you could work with that.

What kind of plugin do you want to write?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Plugins

By pothompson - March 21, 2009

Sorry for the delay Dave.

The 'plugin' that I'm hoping to include is simply a different view of the data already held in the database but only available from the Admin interface. So, I'd like to write something that's essentially a viewer, but have the software automatically create a menu option in the cmsAdmin area.

But, I think it would be good to allow any type of plugin to be added in this way. That way, someone could write a plugin to do anything and it still be included in the same look and feel as the rest of the cmsAdmin sections.

Hope that makes sense!

Thanks, Paul.

Re: [pothompson] Plugins

By Dave - March 23, 2009

Hi Paul,

We're working on how to allow that, but it's a ways off.

The simplest solution right now would be to hard code your link into the menu in: /lib/menus/header.php

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com