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

Problems enabeling WYSIWYG in Post a new blog entry


Go to End


2 Posts   2998 Views

Avatar
justjc51

Community Member, 23 Posts

23 September 2008 at 12:56am

I'm using Silverstripe version 2.2.2 and have been trying to enable the WYSIWYG editor for the Post a new blog entry menu using the advice from this forum to other users.

I've downloaded the Blog module from 2008-09-22 and in blog\code\BlogEntry.php changed the code self::$allow_wysiwyg_editing = false; to self::$allow_wysiwyg_editing = true;

I've edited mysite/_config.php and added the line BlogEntry::allow_wysiwyg_editing();

So what am I doing wrong that makes the Post a new blog entry form continue to use BBCode and not be able to make linechanges?

Avatar
justjc51

Community Member, 23 Posts

23 September 2008 at 1:01am

Forgot to say I have used the db/build?flush=1 and ?flush=1, however they didn't seem to change anything.

The blog is replacing the default Blog module(from module pages) that was deleted via. FTP and then the new was added.