Hi all,

I installed Tiny MCE today and got it going. It all loks fine, but when I edit the pages I have already created, it removes line and paragraph breaks.

Have fiddled around, am sure it must be something obvious, but I haven't figured it out yet.

Any helpful suggestions would be much appreciated!

Rob

Comments

stanbroughl’s picture

have a look at your input filters and see what you've got in there - it might be removing line breaks?

reefskin’s picture

Yes I had a look at my filters and tried all sorts of variations, nothing seemed to make a difference.

When I enter content in the editor it looks fine, but then it removes all the paragraph and break formatting when I preview or publish.

stanbroughl’s picture

and you've definitly got "Line break converter" checked in the input filter of the format you are using? that should do it

Davor0901’s picture

Hi!

I'm having the same problem with tinymce and I have tried with unchecking line break converter and it still doesn't work.

Did you find the solution?

Thanks,

Davor.

aeeckhau’s picture

I had the same problem, till I add <p> to the allowed tags in Filtered HTML input format - configure.

I also changed the order of the filters to:

  • url filter
  • html filter
  • line break converter

Seems there is a filter cache. I had to empty this.

Davor0901’s picture

Thank you a lot for your reply! This solved my problem!

;)

FableForge’s picture

That was it for me too, thanks!

dovry’s picture

I had the same problem. I added <p> to the list of allowed tags in filtered html, and that solved the problem.

schorrie’s picture

hello,

i have the same problem, tried almost everything but nothing helps,

the strange thing is that when i enter or shift+enter in my editor,
it does everything allright,

but when i click on html button to see what happened, i don't see any code at that place

when i save document, the enter or shift enter hasn't been executed, so the text goes to one block

anyone knows the solution