Blog

New Adobe and Lucee CF Engines available for CommandBox

Brad Wood |  September 29, 2016

We've updated ForgeBox.io to have updated CF Engines for Adobe ColdFusion as well as Lucee Server to include some recent security fixes from each as well as some new yet-to-be-released Lucee features.

Here are the new Adobe ColdFusion versions:

  • ColdFusion 11 Update 21 (10.0.21+300068)
  • ColdFusion 11 Update 10 (11.0.10+300066)

Here are the new Lucee Server versions

  • Lucee 4.5 Stable (4.5.3+020)
  • Lucee 5.0 Stable (5.0.0+254)
  • Lucee 5.0 Snapshot (5.0.1-snapshot+067)
  • Lucee 5.1 Beta 2 (5.1.0-beta.2+031)
Read More

Ortus Developer Week 2016 - Hey you developer, What do you want to learn?

Jorge Reyes |  August 24, 2016

Ortus Developer Week
November 14-18, 2016

5 days, 20 Live Sessions

A FREE Training Extravaganza

CBCMS2016 - Building your Own Admin Modules - Part 4 - Extending ContentBox 3

Gavin Pickin |  August 11, 2016

Ready for part 4? Yes, part 4. We continue our small walkthrough of building your own Admin Module in ContentBox 3. The last few blog posts we learned the minimum requirements for a new module, to be controlled from inside of ContentBox. Then we learned how to add a handler and a view, and how to access the module from the front end entry point, and through the ContentBox admin entrypoint. In the last blog post in this mini series, we looked at adding a Submenu for your module, to an existing top level Menu item inside of the ContentBox admin. This blog post is going to show you how to add your very own top level Menu item, give it an icon, set permissions, and then add Submenu items to access your module.

Read More

CBCMS2016 - Building your Own Admin Modules - Part 3 - Extending ContentBox 3

Gavin Pickin |  August 09, 2016

In previous posts, we learned how to create a module inside of ContentBox, and then we added a handler and view so we could view the module behind the security of the login, but having an admin module, without menu items, is fairly silly ( usually ). In this blog post, we'll learn how you can add Submenu items to existing menus, like the Modules Main Menu.

Read More

CBCMS2016 - ContentBox ColdFusion CMS Roadshow 2016 - Links to Recordings, Posts and Closing Remarks

Jorge Reyes |  August 09, 2016

We definitely had fun sharing the latest features of our new ContentBox 3.0 modular CMS. We hope you boys and girls enjoyed it and are falling even more in love with our Open Source CMS and how it can get your projects done and out the door in not time.

For those of you who want to revisit the content from the Roadshow we have included the link to the webinars, recordings, ...

Read More

Content Box Theme Development: Creating a CI Pipeline

Jon Clausen |  August 05, 2016

An incredibly powerful feature of ContentBox 3 is the increasing availability of open source themes to jump start your custom development.   For those wishing to contribute back to the community, creating your own theme is as simple as cloning one of our boilerplate themes, creating a new GitHub repo for your customizations, and publishing your theme on Forgebox.  

Read More

ContentBox 3.0.0 is Released - The wait is over

Gavin Pickin |  August 02, 2016

We are happy to announce, ContentBox 3.0 FINAL is now available to the public. After a lot of hard work, we are finally ready to cut the release. With 100+ issues included in this release, this major release is nothing short of massive. With ColdBox 4 updates, Theme updates, Enterprise updates, Security Updates, JSON Support and Exports, Native Markdown Support, Autosave and much more, this major release has something for everyone. ContentBox 3.1.0 is already in development as well and can be installed via CommandBox using the contentbox@be Identifier.

Alongside the release we have many other announcements around the CMS. So get ready!

Read More

CBCMS2016 - ContentBox Themes Deep Dive - What we'll cover in the webinar

Gavin Pickin |  August 02, 2016

In Luis Majanos last webinar, "Widgets, Modules, Themes Oh My" ( View Recording ), there was so much to say about Widgets and Modules, there was no time left for Themes. Since there was a lot of interest, we have extended our whole roadshow one more week, so you'll get this blog post, and 2 more this week, and the final webinar will be Friday August 5th ( 9am PST 11am Central), a Deep Dive on Themes. ContentBox 3 has a lot of updates regarding themes, we'll give you a taste below on what you'll learn about in the webinar.

Register Now

Read More

CBCMS2016 - Building your Own Admin Modules - Part 2 - Extending ContentBox 3

Gavin Pickin |  July 29, 2016

In our last post, we started building an Admin Module. This process isn't actually that difficult or long, but we have broken it into separate blog posts to make it easier to read each piece. We have built our basic ModuleConfig.cfc, now we need to build an event handler and view, so the default action when you hit your new module have something visible. Our module was called mySecrets, so lets move on.

Read More