Archive for December, 2011

Silverstripe Tips

Monday, December 12th, 2011

I have been working with Silverstripe lately and thought I would add some tips for a few various things as documentation is pretty hard to find what you are looking for.

1. Page comments moderation

By default moderation for page comments is turned off. To turn it back on again so all comments require admin approval before being visible, add this code to /mysite/_config.php

PageComment::enableModeration();

(more…)