logicbrush/silverstripe-blog-utils

A collection of enhancements & utilities for the Silverstripe Blog module.

Maintainers

Package info

github.com/logicbrush/silverstripe-blog-utils

Homepage

Type:silverstripe-vendormodule

pkg:composer/logicbrush/silverstripe-blog-utils

Statistics

Installs: 2 710

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2024-09-30 15:09 UTC

This package is auto-updated.

Last update: 2026-03-10 20:09:53 UTC


README

A collection of enhancements & utilities for the Silverstripe Blog module.

These include:

  • a cron task/extension to allow the specification of an expiration date for a post, at which time it is automatically archived.

Installation

composer require "logicbrush/silverstripe-blog-utils"

To execute the cron task, you must create a cron job that calls dev/cron as illustrated here.

Blog Post Expiration

A new date time field Expired Date has been added to the Post Options tab. Enter this value to have the post automatically archived at the specified time.