silverstripe-blog
silverstripe-blog copied to clipboard
Blog module for SilverStripe CMS
I've set up a vanilla CWP 2.x-dev site with blog, comments, comment notifications etc (the silverstripe/recipe-blog dependencies), added a blog with two blog posts and three comments on one of...
We've come across a few issues with pagination when using (in particular) Stackpath CDN. Sometimes, the presence of the 'start' parameter upsets the CDN (because.. reasons). My immediate thought was...
related to #620 There is a hardcoded reference to table "BlogPost" in `SilverStripe\Blog\Model\BlogFilter::stageChildren()` that breaks looping over Children (e.g. in navigation) when the table is renamed. PR will follow.
Currently I want to build a page exension that has a manymany relation to BlogTag so I can display related blog posts on other pages. Unfortunately `$this->Tags()->relation('BlogPosts')` does not work,...
It is a bit odd and confusing that one can add a blog post under pages that are not of type blog. One even gets to see the preview within...
When creating a Category/Tag for a blog through the CMS, URLSegmentFilter allows special characters (unlike the silverstripe default) and saves it as url encoded string. However, when visiting the page,...
By lazy loading the dropdown, authors cannot see the list of existing categories to pick from and have to think of one from memory and start typing it. This only...
https://github.com/silverstripe/silverstripe-blog/pull/669 added a new config to control whether the current member is added as the default author for a newly created blog post. Likely needs to live within/extend https://github.com/silverstripe/silverstripe-blog/blob/3/tests/php/BlogPostTest.php. ###...
…an be an author which causes big slowdowns for edge case only see: https://github.com/silverstripe/silverstripe-blog/issues/640
Right now tags and categories have to be the same when switching between languages. It would be nice to either be able to make the tags / categories translatable or...