2017 © Pedro Peláez
 

silverstripe-module enhancedblog

Enhanced Blog Module for SilverStripe

image

thezenmonkey/enhancedblog

Enhanced Blog Module for SilverStripe

  • Wednesday, August 10, 2016
  • by thezenmonkey
  • Repository
  • 2 Watchers
  • 3 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Enhanced Blog Module

A module to provide added functionality to the default SilverStripe Blog Module and bring it more in line with competing blogging platforms. **Please Note most of these features are now available in silver stripe/blog 2.0 ** I'll leave this module for anyone stuck using the older blog module, (*1)

Requirements

  • SilverStripe 3.1
  • silverstripe-blog module 1.0

Feature Overview

  • Custom Summaries for Blog Entries
  • Feature Image for Blog Entries
  • Enhanced Authors by Extending the Member Class ** Bio, Headshot and Social Media Profiles
  • RSS feeds of Tags

Configuration Options

The module adds a has_many/has_one relation between BlogEntry and Member. The Author drop down on BlogEntry is pulled from the 'content-author' member group by default. If you only have Default Admin you'll need to make sure you add that user to the content-author group. You can use any other member group by setting defaultGroup on BlogEntry in your config.yml to the desired group code., (*2)

BlogEntry:
  defaultGroup: 'content-authors'

Tag RSS Feed

The rss feed of any tag can be accessed via http://example.com/blogHolderTitle/tag/tagName/rss/, (*3)

The Versions

10/08 2016

dev-master

9999999-dev

Enhanced Blog Module for SilverStripe

  Sources   Download

The Requires

 

silverstripe blog