Hi,
I am trying to "get warm" with FCKeditor (would LOVE to see it on Mac and on netscape/mozilla) - so far I am doing fine.
Now I need to use bbcode ("[tags]") instead of html tags ("<tag>") - where is the area to dig and destroy this? I could do a "str_replace" everywhere but would prefer to change FCKeditor to be bbcode-aware.
Any hints? Any suggestion is highly welcome, I am very willing to share a solution if I have to do it myself
Tue, 09/09/2003 - 04:25
#1
RE: bbcode instead of html code
It currently has no menu set choices (they can only use what I give them by default), but they can use bold, italic, underline, links, and ordered/unordered lists. I also included a "remove formatting" button, a preview button and a help button to explain some of the formatting.
My editor adds true HTML code, but it could easily be modified to use bbcode. That way you could strip out the HTML they try to add and keep only what you want them to add.
It's very proprietary, but I'd be glad to share it with anyone who is looking for such a solution.
RE: bbcode instead of html code
I'd be happy to try out your solution - just let me know where to find it!
Marc