dev-master
9999999-devEnhanced Blog Module for SilverStripe
The Requires
by Richard Rudy
silverstripe blog
Enhanced Blog Module for SilverStripe
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)
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'
The rss feed of any tag can be accessed via http://example.com/blogHolderTitle/tag/tagName/rss/, (*3)
Enhanced Blog Module for SilverStripe
silverstripe blog