Possible to disable tinymce for page but enable for blog?

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
sagelike
Forum Members
Forum Members
Posts: 27
Joined: Thu Oct 11, 2007 6:55 pm

Possible to disable tinymce for page but enable for blog?

Post by sagelike »

Hi there,

We've created a complex custom one page parallax template which uses a lot of animations which tinymce has a tendency to break.

We disabled tinymce for pages to prevent that but, I would like to keep it enabled for the Blog Module which doesn't have this issue.

Is there a way to do this?

Thanks
G
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Possible to disable tinymce for page but enable for blog

Post by velden »

The options tab of pages gives you that option.
Or change the {content} tag in your template: {content wysiwyg=false}
sagelike
Forum Members
Forum Members
Posts: 27
Joined: Thu Oct 11, 2007 6:55 pm

Re: Possible to disable tinymce for page but enable for blog

Post by sagelike »

Thank You. I should have thought of that!
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Possible to disable tinymce for page but enable for blog

Post by psy »

You can also use the strip_tags modifier on any variable, eg {$myvar|strip_tags}.

This way you can have your blog summary on the home page as plain text and still show the WYSIWYG summary version on another page.
Post Reply

Return to “The Lounge”