I'm using a fresh install of SilverStripe 2.4.5 en Blog 0.4.1. When setting the Blog Archive Widget to year, all blog results are shown rather than only the entries from that specific year. Is this a know bug, or should I open a bug ticket?
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Not the same issue as http://open.silverstripe.org/ticket/6306 is it?
Have a look at this ticket:
http://open.silverstripe.org/ticket/5667
This still applies to blog 4.1. I haven't tried downloading the latest trunk but it should have the fixes incorporated. Unfortunately the SS web site doesn't want to play nice and allow access to trunk downloads at the moment so I can't confirm this..
Yes, those are the same issues. I'll wait until the trunk build is available.
Unfortunately the SS web site doesn't want to play nice and allow access to trunk downloads at the moment so I can't confirm this..
If you run into any issues with the website use the Feedback link at the bottom of the page so someone can take a look at it.
The trunk (Build Date: 2011-03-09) is now accessable and the archive links plays nice now.
FYI: in BlogSummary.ss
The line: <p>$ParagraphSummary.LimitWordCountPlainText(60)</p> is changed to <p>$Content.FirstParagraph(html)</p>
If its neccessary you have to change your template.
Thomas