/silverstripe-largeblog

Customised modeladmin interface for managing Blog Entries on large silverstripe sites

Primary LanguagePHP

silverstripe-largeblog

Requirements

Not causing any errors if not there, but pointless without -

Introduction

This module provides an alternative interface for managing blog with lots of posts by excluding them from the sitetree.

Usage / Installation

clone or download into directory of your choice, recommend webroot/largeblog do the same for VersionedGridField and ExcludeChildren.

Add the following line to your _config.php to remove BlogEntries from the SiteTree in the CMS:

Object::add_extension("BlogHolder", "ExcludeChildren");
Config::inst()->update("BlogHolder", "excluded_children", array("BlogEntry"));