Skip to content

Customised modeladmin interface for managing Blog Entries on large silverstripe sites

Notifications You must be signed in to change notification settings

icecaster/silverstripe-largeblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"));

About

Customised modeladmin interface for managing Blog Entries on large silverstripe sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages