Viewing entries tagged with 'silverstripe'

Username Authentication for SilverStripe Websites

Posted by Jeremy Shipman on 5 January 2010 | 1 Comments

Tags: ,

This set of instructions and code will help you to set up username authentication for your SilverStripe website. Note that the SilverStripe CMS has typically relied on E-Mail authentication, so this could cause problems if developers have assumed email authentication. I've provided a patch and information for issues I've found so far.

1 comments | Read the full post

How to set up email bounce handling using SilverStripe and cPanel

Posted by Jeremy on 2 December 2009 | 0 Comments

Tags: ,

These are instructions for setting up bounce handling for SilverStripe, and assumes you use cPanel for site managment. You should be able to mirror these steps accross to other systems also.

0 comments | Read the full post

New Version of SilverStripe Log-In Widget Released

Posted by Jeremy Shipman on 24 October 2009 | 0 Comments

Tags: ,

Finally, I got around to properly coding my log in widget to use a SilverStripe login form, rather than a hack form that submits to the Security controller.

0 comments | Read the full post

Adding FLV videos to SilverStripe page content

Posted by on 11 June 2009 | 2 Comments

Tags: , ,

I came up with a hack way to add flv videos to SilverStripe page content.

2 comments | Read the full post