ducksoupdev / dsblog
There is no license information available for the latest version (dev-master) of this package.
Blog module for SilverStripe v3.1.x
dev-master
2014-05-14 11:43 UTC
Requires
- php: >=5.3.2
- inlinestyle/inlinestyle: dev-master
- richardsjoqvist/silverstripe-optionaltreedropdownfield: dev-master
- silverstripe/cms: >=3.1.0
- silverstripe/tagfield: dev-master
This package is not auto-updated.
Last update: 2025-03-25 09:38:13 UTC
README
A simple module for creating and maintaining blog posts.
- Posts are created as DataObjects
- Posts are managed through ModelAdmin extension
- Posts can be tagged
- Tag and Date filters are provided in the templates
- Templates can be customised
- Post submission form for guest posts -
Requirements
- Silverstripe CMS v3.1.x
- TagField module
- OptionalTreeDropdownField
Installation
composer require ducksoupdev/dsblog dev-master
After installation run /dev/build?flush=1
Templates
The templates can be changed by creating a new set in the themes directory using your chosen theme. For example, if your chosen theme is 'simple', create a directory named 'simple_dsblog' and copy the templates directory from the module into that directory.
TODO
- Blog comments
Maintainer
Matt Levy - ducksoupdev (at) gmail (dot) com