SilverStripe – A New CMS Contender

SilverStripe Content Management System.
SilverStripe Content Management System.

I’m not entirely certain how it is that I had not read anything about SilverStripe until it won a place as the ‘Most Promising Open Source CMS’ awards. My best guess is that I simply scanned past any news on it because it so closely resembles the ‘Silverlight’ technology in name, and I have no interest in reading or writing about more Microsoft technologies doomed to failure.

When I was able to take a look at the website, I was truly impressed with what I saw. Right on the front page is a listing of the key features of SilverStripe – and the words scalable, open source, BSD license, modular, standards compliant, and template freedom all lead me to check out their online video demo.

What an excellent video! As I watched, I was mentally working through a list of requirements I look for in a backend as I watched the video, and kept seeing more and more of them covered. One of the things I felt was lacking in the video was an exploration of blogging capabilities. There is a blog module that you install if you’d like a blog, and while the demo site in the video had that there, the time spent on it was minimal.

There are several modules that can be added, which are not the same as widgets (which they have also). Modules are essentially core features (such as blogging, e-commerce, and forums), whereas widgets are like WordPress sidebar widgets that include things like a Google calendar on the sidebar, a quote of the day, and so forth.

While the functionality of the system seems to be great, the one place I see a lot of room for improvement is in the way it handles the actual look and feel of the site. Templates are handled in ways I don’t feel are very user friendly at all. For example, in order to change the theme your site uses, you have to manually edit a file to change the theme name:
SSViewer::set_theme("themename");

Another thing that I find overly complex is that the MVC approach to the modular creation of the system is extended to the themes. You cannot add PHP directly into a theme. Instead, you have to separate all your PHP and create a new function controller class whereby you declare all of your PHP code as custom functions. Those functions are then called from the theme. In theory, this approach is probably best, but in practice it may prove to be a bit cumbersome. In fact, my initial impression was that they managed to make templates even more complicated than Drupal. Keep in mind, these are only initial impressions, I’ll play around with the templating system and see if it’s as complex as it seems. UPDATE: At the time I wrote the initial article, I complained a bit about the complexity of theme creation, but praised most other features. I’ll come right out and say that I was wrong – there’s nothing complex about theme creation, it’s just done so differently that it took me a bit to figure out how it works.

Overall, from the user standpoint, it seems to be powerful while not appearing to be too confusing. From a theme developer view, I’m not certain that it’s quite so easy.

~Nicole

5 Replies to “SilverStripe – A New CMS Contender”

  1. Nicole – thanks for the attention 🙂

    Happy you enjoyed the video. We started off aiming for a 30 second video, but as you can tell, it ended up getting a bit longer to demonstrate some of the key features. We hesitated from adding too much more as people will begin to drop off as each minute passes.

    Regarding templates, we’d love to hear an update once you had more of a play. The MVC style approach allows for a lot of elegance as your site grows, but any constructive feedback on improving documentation or the software is always openly taken 🙂

  2. Thanks for dropping by Sigurd.

    I completely understand the concerns about video length. It’s never easy coming up with short demo videos when you’re the project creator. Typically you want to people all the neat stuff you’re so proud of – but you know you have to cut out a lot because viewers have a short attention span. In the past, I’ve found that having more videos is always best. A super short intro video, and then in-depth videos on topics of interest.

    On the templates, I will definitely write again when I’ve had some time to experiment with the template system. As I said initially, the MVC is probably the best in theory, but as someone who develops on WordPress very heavily, I can guarantee that the WP community has a lot of developers that left many different CMS backends for the simplicity of creating highly customizable WP themes. With some recent Google statistics putting WP as the backend of 8% of the entire Internet, it’s definitely an engine to compete with. The fact that so many people have left systems with more features for one with more simplicity in theme creation speaks loudly about what our developer priorities often are.

  3. At first glance I start loving it while seeing the video.
    Please let me know if it support multi site functionality so that I can start using it in my coming project .

  4. Some of the interesting capabilities are versioning and both Push and Pull functionality. Wish it had more fluid width templates and some way to filter for those with fluid widths.

Comments are closed.