By Ledo2 on
I am playing a bit with WYSIWYG editors. So basicaly i have installed WYSIWYG API. Great module. Then i downloaded TinyMCE and enable it. It works superb i must say. (WYSIWYG is to superb!)
I was wondering is ti possible to have image preview? But not only with < img > tags but with BBcode [ img ] tag too.
Thanks for answers!
Comments
It don't have to be TinyMCE
So the question is for all editors not just TinyMCE.
Ok i think i solved it.
I think i found solution for my problem. TinyMCE has BBcode modul for PunBB BBcode tags.
http://tinymce.moxiecode.com/examples/example_09.php#
I enabled the plugin in TinyMCE then everything changed to BBcode (all html tags). I used tinytinyMCE module and inputed these line plugins : "bbcode", Then i opened editor_opened.js in BBcode plugin directory and deleted all other "filters" but img ones i left. No it workes fine! But i didn't tested it jet on production site so test your self before enable it on production site if somebody will use these method.
I just posted solution if somebody needs it in the future and don't know how to do it.