Hy everybody!
I don't speak english very vell - don't scold me.
Ckeditor - interesting editor vith many functions. I an used it on forum. For good and safe work i used bbcode plugin. I am write it plugin for many functions editor like:"hr", "video", "sup", "center" e t.c.
and i find interesting thin:
for example i download last standart wersion of editor. then run "ckeditor\plugins\bbcode\dev\bbcode.html". type in editor:
"
1
2
3
4
5
"
and "2" made blockquote and after that shut down blockquote and i see that in editor all be fine and in window bbcode:
"
123
4
5
"
It mean that user wen work with forum and type text dot have full control with text.
i see solution: 1. erase bbcode plugin
2. made new plugin that work only when function "gettext" call and with
"data.replace "
modify text for bbcode. I know that not very safe operation but it work.
Maby anybody can help with fix this problem?