Log in

View Full Version : Generate BBCode from HTML


developpez.com
03-26-2010, 03:19 PM
Hi,

I am trying to import external html content in my vbulletin forum. The aim is to create programmatically threads with the external content. I do not want to allow html in posts for security reasons, so the question is quite simple : how to generate bbcode post content from html content ?
I am aware that the whole html content won't be convertible into bbcode, lots of tags don't exist in bbcode, so how to convert the most of a html content in bbcode?

In fact I already know how to convert html->bbcode by using the vB_BbCodeParser class, but how to convert on the other way ?

Thanks

developpez.com
03-28-2010, 07:13 PM
Ok, I found a solution : calling ajax.php with the switchmode option, this url is called when using the wysiwyg editor.

djbaxter
08-17-2012, 12:03 AM
Ok, I found a solution : calling ajax.php with the switchmode option, this url is called when using the wysiwyg editor.

Can you be more specific about how you did this?