Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

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.

Blog Module /

Discuss the Blog Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

which template does fit to blog?


Go to End


2 Posts   2110 Views

Avatar
neros3

Community Member, 51 Posts

19 September 2013 at 3:17am

Im using SS 3.1.0 RC2 and latest blog module code + latest widgets code.
Default template in SS is simple, but surely it doesnt know about widgets, so I cant find the management widgets. And the pages in CMS doesnt have widgets any where?

Am I missing something here?

Thanks!

Avatar
Bruce B

Community Member, 164 Posts

17 October 2013 at 2:31pm

Hi,
Don't know if you have solved this one yet but have a look in the readme.md file in the blog folder. In there you will find some code to insert into the config.yml file within the blog/_config folder. Specifically, you need to add these lines:

BlogTree:
extensions:
- WidgetPageExtension
BlogEntry:
extensions:
- WidgetPageExtension

If you copy the text from the readme.md, be sure to remove the tabs. .yml files don't like them.

cheers
Bruce