lcp

How to add a blog in SilverStripe?

We will show you here in a few simple steps how to add a blog to your SilverStripe CMS. The blog module is not installed by default and you may add it pretty easy following the steps provided in our How to install module in SilverStripe tutorial. The blog module is available for download here. As soon as […]

How to manage the comments on your pages in SilverStripe?

In this tutorial we will show you how to manage the comments on your SilverStripe CMS pages. This is an optional function you may allow to your pages but that does not make it less important than the rest. There is an option to allow comments to be posted on any of your pages in […]

How manage the security in SilverStripe CMS?

In this tutorial we will provide you with simple instructions on how to manage your SilverStripe users/groups permissions. As (on) with any other web based application we need to keep an eye on the security roles for all the users who have access to our website. The security function in SilverStripe is available when you […]

How to create a backup of SilverStripe?

  You can easily create a backup of your SilverStripe website by simply downloading all of your SilverStripe files via FTP and exporting your database. You can access your SilverStripe files and download them via FTP following the instructions at: https://www.tmdhosting.com/tutorials/video/ftp.html Your CMS MySQL database can be easily exported via your cPanel -> phpMyAdmin following […]

SilverStripe introduction

SilverStripe CMS is an open source web content management system used from large number of government, private and nonprofit organizations.  It is a power tool for professional web development teams, and web content authors rave about how easy it is to use. As a platform, SilverStripe CMS is used to build websites, intranets, and web […]

How to install SilverStripe?

With our SilverStripe hosting package you will never be on your own. Our expert SilverStripe technical support team will make sure that you have a bug-free and secure SilverStripe installation in less than 10 minutes, complete free of charge. The SilverStripe  Installation can be requested from the client’s area -> Get Support section -> Submit Support Ticket. SilverStripe CMS is […]

How to create a new page in SilverStripe?

We will show you in a few simple steps how to create a new page and publish it using SilverStripe. The first step is to login to the administrator back-end of the CMS: https://yourdomain.com/index.php/admin The above will be valid if you installed SilverStripe under the www root folder of your hosting account. If you have […]

How to change the tagline/slogan and the site name in SilverStripe?

We will show you how to change the TagLine/Slogan and the SiteName for your SilverStripe based website in a few simple steps. These instructions are for SilverStripe version 2.4 or higher. Note that some of the older versions will require manual modifications to be set in the configuration files of the CMS. However the new […]

How to modify the meta tags in SilverStripe?

We will show you in this tutorial how to easily modify the meta tags for your SilverSrtipe The first step is to login to the administrator back-end of the CMS: https://yourdomain.com/index.php/admin The above will be valid if you have installed SilverStripe under the www root folder of your hosting account. If you have installed it […]

How to upload files in SilverStripe?

The first step is to login to the administrator back-end of the CMS: https://yourdomain.com/index.php/admin The above will be valid if you have installed SilverStripe under the www root folder of your hosting account. If you have installed it under a subfolder add the subfolder name before the index.php in the above line. The default menu […]