Log in

View Full Version : bbcode wysiwyg



motormichael12
11-23-2006, 05:00 AM
Are there any free wysiwyg editors that edit using bbcode, like the vbulletin ones?

djr33
11-23-2006, 05:14 AM
Depending on how it works, and how many features are enabled on the particular bbcode, you could just use a normal one, replacing all < and > in the script with [ and ], since many codes are similar, like <b> and [b].

Aside from that, I am not personally aware of any.

motormichael12
11-23-2006, 01:58 PM
well i need one that can do everything like quotes but i havent found any that can yet and i dont know how to make one do that.

djr33
11-23-2006, 11:43 PM
Yep. That's complex.

This is a javascript question, not PHP.

Aside from adapting another script, the only real option is just the write one.

Lots of work.

Since I'm not really a javascript person, can't help that much.

motormichael12
11-24-2006, 12:10 AM
lol got one... i have account on ipb support forums, believe it or not by using regular scripts from viewing source, i was able to get the 2.2.0rc3 post page, which happens to be wysiwyg made of bbcode...

shh!