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.

All other Modules /

Discuss all other Modules here.

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

2.3.2 Newsletter module and tinymce.template.js


Go to End


3 Posts   2822 Views

Avatar
martimiz

Forum Moderator, 1391 Posts

25 June 2009 at 2:14am

It looks like the SVN stable version of the Newsletter module is no longer compatible with version 2.3.2 (since it still requires tinymce.template.js) I would like to implement this module on a production site. Would the unstable trunk be the version of choice now? Is it somewhat ready for production?

Or would just changing the requirements bit in NewsletterAdmin.php line 67 in the stable version to the new way of configuring TinyMCE be enough for now?

Avatar
Sam

Administrator, 690 Posts

25 June 2009 at 8:30pm

Newsletter trunk should be stable enough for you to use.

Avatar
martimiz

Forum Moderator, 1391 Posts

25 June 2009 at 8:58pm

Edited: 25/06/2009 9:00pm

Thanks, I'll do that. And thanks for a cool module as well :-)

Found a little thingy in NewsletterAdmin.php line 70. I think maybe 'ContentCSS' should be replaced by 'content_css' to select a new editor stylesheet:

HtmlEditorConfig::get('cms')->setOption('ContentCSS', project() . '/css/editor.css');

[EDIT - replaced content-css, should be content_css]