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.

Archive /

Our old forums are still available as a read-only archive.

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

Datastorage for extension


Go to End


2 Posts   1879 Views

Avatar
Tobi2

Community Member, 4 Posts

29 March 2008 at 1:21am

Hello,

I've installed the blog and forum extensions for SS. What I didn't like was the the way blog posts and forum threads are stored like regular pages in the page tree.

This doesn't scale well. If I have 3 blog entries per day and 7 to the forum that makes about 300 new page entries per month.

In typo3 I add a page containing the extension but the extension's data doesn't touch the page tree. It's up to the extension to deliver presenetation of the data.

Now that's exactly the type of behaviour I'd like to implement for SS. Is there an extension which is already implemented that way?

If not what is a good approach to implement it without breaking the SS way of extension building.

Avatar
Ingo

Forum Moderator, 801 Posts

29 March 2008 at 4:36pm

forum threads are extending DataObject, not Page, right?
but you're right, blog entries pose a problem. i still think they're well suited as tree elements, but need better filtering. there's been some thinking around this, see http://doc.silverstripe.com/doku.php?id=gsoc:2008 and http://www.silverstripe.com/site-builders-forum/flat/15416?showPost=24632