Page 1 of 1

cmsms and html5 integration in content editor

Posted: Mon Nov 22, 2010 3:31 pm
by valgibson
Hi there,

I'm using CMSMadeSimple version 1.9 and TinyMCE version 2.8.0.
When will HTML5 be integrated in CMSMS, so that I can use it's tags (for example the video tag) to insert in my pages, instead of these being automatically filtered away by Tinymce?

Does anyone know another workaround to use html5 tags? For now I keep the Tinymce WYSIWYG checkbox unchecked, but I have to be carefull with that. When it's checked again all my html5 tags are gone...

Re: cmsms and html5 integration in content editor

Posted: Wed Nov 24, 2010 1:42 pm
by valgibson
For now I made a UDT echoing my HTML5 tags, and included it in my content editor. That'll work for the time being.

Re: cmsms and html5 integration in content editor

Posted: Tue Dec 28, 2010 8:27 pm
by henson
By all accounts you can change the config of the TinyMCE module to handle the HTML5 elements as "custom elements" so it shouldn't get rid of them.  I have found this link:

https://gist.github.com/551339

Which has got a config file and I am at present trying to get it working...

I do find it weird how CMSMS is still using TinyMCE 2.8 when Moxie Code are currently on 3.4 (which is HTML5 friendly..)

I will let you know how I get on.  Nice idea for the UDT's though...

Re: cmsms and html5 integration in content editor

Posted: Mon Jan 03, 2011 1:13 pm
by valgibson
Thanks for your reply. I look forward to your investigation...