Skip to main content

CMS

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.

SilverStripe Syntax Highlighter

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.

Remove Website URL From Comment Form in WordPress

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.    

How to change URL moniker length in ocPortal CMS

What is URL moniker in ocPortal CMS

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.

How to change logo in ocPortal themes

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.