more than one content block wysiwyg is not working [solved]

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Locked
babel
Forum Members
Forum Members
Posts: 149
Joined: Fri Oct 19, 2012 8:58 pm

more than one content block wysiwyg is not working [solved]

Post by babel »

I have more than one content block, but if I uncheck the wysiwyg on the second or third content block, nothing happens. I'm using TinyMCE because it's more usefull than MicroTiny
Last edited by babel on Thu Jan 08, 2015 8:38 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: more than one content block wysiwyg is not working

Post by Dr.CSS »

Can you paste the {content block......} tags here..?
babel
Forum Members
Forum Members
Posts: 149
Joined: Fri Oct 19, 2012 8:58 pm

Re: more than one content block wysiwyg is not working

Post by babel »

Code: Select all

{content block="foto's producten"} {content block="foto's sfeerimpressie"}
are some of the blocks. Offcourse the first one is just

Code: Select all

{content}
JohnnyB
Dev Team Member
Dev Team Member
Posts: 731
Joined: Tue Nov 21, 2006 5:05 pm

Re: more than one content block wysiwyg is not working

Post by JohnnyB »

This may or may not be related to your TinyMCE problem, but you can't (safely) use spaces and characters in your block name

{content block="foto's producten"}
{content block="foto's sfeerimpressie"}

Should Be

{content block="fotosproducten" label="foto's producten"}
{content block="fotossfeerimpressie" label="foto's sfeerimpressie"}

label is what the person sees in the backend. block is how the field is called in the database.

Reference: http://docs.cmsmadesimple.org/tags/core/content
"The art of life lies in a constant readjustment to our surroundings." -Okakura Kakuzo

--
LinkedIn profile
--
I only speak/write in English so I may not translate well on International posts.
--
Locked

Return to “The Lounge”