i-lateral / silverstripe-blog-frontend
Silverstripe module that adds a blog form to the front end of your website
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Type:silverstripe-module
Requires
This package is auto-updated.
Last update: 2024-10-20 23:51:27 UTC
README
Module that adds a front end editing form to the blog module, allowing users who have the correct permissions to write and edit blog posts without logging into the admin interface.
Dependancies
- SilverStripe Framework 3.1.x
- SilverStripe CMS 3.1.x
- SilverStripe Blog
- Silverstripe Trumbowyg HTMLeditor
Via composer
The default way to do this is to use composer. If you are doing this you need to add:
"i-lateral/silverstripe-blog-frontend":"*"
To your project's composer.json.
At the moment this module is still in heavy development. Once this cycle stabalises we will look into adding stable releases.
From source / manuallly
You can download this module either direct from the Silverstripe addons directory or Github.
If you do, then follow this process:
- Download a Zip or Tarball of this module
- Extract the module into a directory callled "blog-frontend" in your project
- Run http://www.yoursite.com/dev/build?flush=all
The management widget
This module includes a management widget. You will need to install the Widgets module for this to work, but when installed will allow you to add a widget to your sidebar that adds links for creting and editing posts and moderating comments.
Templates
By default the front end post form uses Page.ss but also supports a "Blog_post.ss" template (incase you want to customise the page that loads the blog post form).