SilverStripe Migration to Another Server
If you are running your site on SilverStripe CMS and need to migrate it to another machine but don't know how, you are at the right place.
If you are running your site on SilverStripe CMS and need to migrate it to another machine but don't know how, you are at the right place.
A blog dedicated to software design and development, as our company blog is, usually has many articles that contain program code examples. It would be very useful to have code highlighting enabled by default in SilverStripe CMS.
However, we can add it easyily. One of the most used JavaScript tool fo code highlighting is SyntaxHighligher created by Alex Gorbatchev (http://alexgorbatchev.com). We're going to describe the procedure for implementing SyntaxHiglighter to SilverStripe CMS in step-by-step tutorial.
Website field in comment form in many cases doesn't have any purpose. Spammers often use it for posting their links and unfortunately WordPress doesn't have option for disabling the URL field.
URL moniker is simply the name for a "nice address" of web page on ocPortal powered site. In current ocPortal version, v7.1.5, length of url monikers is limited to no more than 24 characters for a page part and 255 characters for the whole URL moniker.
ocPortal is a content management system that has many features out of the box without any additional plugins or modifications.
We wrote an article about creating new theme in ocPortal and now we are going how to create new logo with builtin logo wizard. Easy to achieve but still effective.