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

Blog module


Go to End


9 Posts   4364 Views

Avatar
xmedeko

Community Member, 94 Posts

22 May 2007 at 6:19pm

Hi,
I see you have just released the 'news' module. Do you plan to release the 'blog' module soon as well, i.e. in next few weeks? I have just started to make my own simple blog. But I would rather use some existing SS blog module.

Avatar
Willr

Forum Moderator, 5523 Posts

22 May 2007 at 8:22pm

If you follow the second tutorial your pretty much half way to a blog :D.

Ingo I believe did work on a blogging module but I dont think it has been worked on or finished in a while so I wouldnt expect it in the next few weeks, I think there is a bit more coding then testing etc to do.

Features that the blogging module will have (or features we have talked about) include the BlogHolder, BlogEntries (similar to the tutorials) but also the ability to tag posts and have a 'Tag Cloud' and a more sophisticated browsing/search function for the archives eg organizing posts by date and tag etc. Commenting is already a standard SS feature.

Other personal things I am working on are a Flickr plugin for SS so that might be useful for a blog also something like a blogroll (http://en.wikipedia.org/wiki/Blogroll) that can be edited via the CMS would be neat.

Avatar
Sigurd

Forum Moderator, 628 Posts

10 September 2007 at 2:05pm

Edited: 10/09/2007 2:11pm

FYI. The very observant (and possibly obsessive) will have noticed the blog module appearing in our open-source repository recently. You can have a play using subversion;

#make a fresh install of SilverStripe from Subversion
svn co svn://open.silverstripe.com/silverstripe/open/phpinstaller/trunk ss
# now visit the webpage and install it

#install the blog module
svn co svn://svn.silverstripe.com/silverstripe/open/modules/blog/trunk blog
# now visit the webpage and run a "db/build"...

I'll put some screenshots up on our homepage shortly ! :)

Have a play around, give us feedback. We'll be releasing this later into September, and I'll make a more vocal announcement then.

Siggy

Avatar
eniope

3 Posts

16 September 2007 at 4:11am

hello,
I have just installed silverstripe. Thanks for this work and the very clear tutorials.
Trying to load blog module through svn an id and a password are required.
It's the first time i use svn so perhabs something escapes to me.

stéphane

Avatar
Sigurd

Forum Moderator, 628 Posts

16 September 2007 at 9:41am

sorry, my mistake, the address I wrote was wrong. look at our downloads page for more info, but you can get it at

svn co http://svn.silverstripe.com/open/modules/blog/trunk blog

you can browse the code/modules via web at http://open.silverstripe.com/browser

Avatar
eniope

3 Posts

16 September 2007 at 10:12pm

Hello,
I have done it then export files with Tortoise in a folder name "blog" put it by ftp on my silverstripe site then run db/build and then get :
Fatal error: Class 'Widget' not found in /home/castafiore/silverstripe/blog/code/ArchiveWidget.php on line 3.

Thanks to say what escapes to me
Stéphane

Avatar
Sean

Forum Moderator, 922 Posts

17 September 2007 at 12:00am

Edited: 17/09/2007 12:05am

Hi Stéphane,

Are you using SilverStripe 2.0.2, or a version older than 2.1 RC1? If you are, then you're missing is the latest core files that the blog module requires. They can be found in the newest SS 2.1 RC1 release, found here:

http://www.silverstripe.com/assets/rc/silverstripe-v2.1.0-rc1.tar.gz

You should be able to delete the jsparty, cms and sapphire directories in your project, and overwrite with the ones from the above download. Please also ensure you run db/build?flush=1 after upgrading, to ensure all files are flushed and the database manifest is all correct.

Also, if you discover any problems with RC1 (as it's not fully flagged as stable yet) you can post your findings into this thread here:

http://www.silverstripe.com/general-discussion/flat/5050

Hope this helps!

Sean

Avatar
Sigurd

Forum Moderator, 628 Posts

17 September 2007 at 3:00pm

Edited: 17/09/2007 3:36pm

I just added an item to the homepage...

SilverStripe releases blog module with drag n drop widget system

:)

Go to Top