Topic: bbcode + html button problems
Hi,
I am currently working on adding custom bbcode to tinyMCE. I modified the bbcode->editor_plugin.js page to include the extra bbcodes I needed. Everything seems to work, the WYSIWYG is displaying correctly and when I go to HTML it converts the html to bbcode just fine but I run into a problem when I hit update within the html source editor popup window.
For some reason it keeps adding <p> around the bbcodes I added and every time you hit the update in the html editor it adds more.
Here is a testing page I am working with - http://www.teammadness.net/bbtesting.php
bbcode js page (Made a comment above my changes) - http://www.teammadness.net/assets/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js
Thanks