Recently updated a 4.6 install to 4.7 RC. I havent been updating any content since so i never noticed untill now that my Richtext Editor isnt showing in the backend. if i inspect the field i only see a textarea field with display:hidden; on it.
I found a few topics about this on the forum but no real solution that works for me.
I also tryed updating the RC to 4.7 but that didnt do anything either.
Anyone got any idea why? The whole thing feels pretty random.
Do you happen to have the 'syntax-highlighter' add-in installed? I had a similar problem once it it was because all the files syntax-highlighter needed to run weren't in the right place(s). Once I fixed that, the rich-text editor came back.
I added it to my umbraco system (my install didn't have a syntax highlighter by default), and when I misplaced a couple of files after an upgrade, the rich-text editor went away - just like you are describing - but if you are not using that syntax highlighter, it may be a related reason.
Solved it! I have swedish activated so it was looking for a js file called se.js. But the files name was sv.js so i changed the name to se.js and voila.
Richtext editor not showing ( 4.7 )
Hello
Recently updated a 4.6 install to 4.7 RC. I havent been updating any content since so i never noticed untill now that my Richtext Editor isnt showing in the backend. if i inspect the field i only see a textarea field with display:hidden; on it.
I found a few topics about this on the forum but no real solution that works for me.
I also tryed updating the RC to 4.7 but that didnt do anything either.
Anyone got any idea why? The whole thing feels pretty random.
Do you happen to have the 'syntax-highlighter' add-in installed? I had a similar problem once it it was because all the files syntax-highlighter needed to run weren't in the right place(s). Once I fixed that, the rich-text editor came back.
Well, i got the default syntax highlighting umbraco comes with on. Is it this one you meen? and what files in that case?
I mean this one:
http://alexgorbatchev.com/SyntaxHighlighter/download/
I added it to my umbraco system (my install didn't have a syntax highlighter by default), and when I misplaced a couple of files after an upgrade, the rich-text editor went away - just like you are describing - but if you are not using that syntax highlighter, it may be a related reason.
It seems to work in Explorer, but not in Chrome and FF
Solved it! I have swedish activated so it was looking for a js file called se.js. But the files name was sv.js so i changed the name to se.js and voila.
Ah, thank you Johan - that solution worked out for me too.
I think umbraco should use a default js file when there is no such a file.
I am having this exact same problem. I suspect it might be because I changed my language to US English.
Where is this javascript file located?
Thanks!
I have change the language in Users > User Settings to Portugues Brazil and the Rich Text stop to Show
The Johan solution worked out for me. I create a copy of en.js in Umbraco\umbraco_client\tinymce3\langs and rename to pt.js.
is working on a reply...