SilverStripe
This section contains SilverStripe modules and other SilverStripe code snippets that are hopefully useful.
-
-
EmailVerifiedMember is a plug and play module for SilverStripe CMS that requires users to confirm their email address before accessing the CMS. Can be applied to sub-classes of Member only if required.
-
Easily create a user friendly sitemaps for your whole or parts of your website. Ideal for your users when they have created a page with several sub pages and want the parent page to show the available underlying pages.
-
The InvisibleSpamProtection module is a simple anti spam protection based on principle that automated spammers enter bogus information in all form fields. It is based on the SpamProtection module, enabling the anti-spam measures to be applied to any form, including forms created with UserDefineForms module.
-
-
The following shared widgets have been created by Exadium.
-
Receive an email when a new page comment has been posted. Works with SilverStripe 2.3+ including version 2.4.
-
Tips & tricks and various other code examples for SilverStripe.
-
Sample code: Tables in SilverStripe that follow the Model View Controller pattern: this SilverStripe code snippet shows how to maintain seperation between Model/Controller and View when generating tabular data. I is easy to resort to quickly including som
-
Solutions to some common SilverStripe errors - partly for my own benefit, for when I forget what causes a certain error.
-
On this page you can find an example of my default _config.php for fresh SilverStripe installs.
-
-