Processing malformatted bbcode
-
Hey, I was wondering if it was possible to do the following.
I use this in regular WordPress, to allow vBulletin bbcode, copied from the vBulletin forums we use, to be pasted into posts and rendered as HTML.
vBulletin is way more forgiving with formatting than this plugin is, so at times it will not process. Example:
[url=”LINK”]text{/url]
[url=LINK]text[/url]
[URL=”LINK”]text[/URL]
[URL=LINK]text[/URL]
[URL=”LINK”]text[/url] <-upper/lower mixed
[URL=LINK”]text[/url] <-upper/lower mixed
[url=”LINK”]text[/URL] <-upper/lower mixed
[url=LINK]text[/URL] <-upper/lower mixedIf what I paste into wordpress isn’t wrapped in quotes, doesn’t parse right.
If what I paste into wordpress isn’t both uppercase, or both lowercase, then it doesn’t parse right.
This goes for any code, not just url.
Would it be possible to address those situations?
It’s otherwise a great plugin and super useful when writing for both wordpress and the forums.
Thanks!
- The topic ‘Processing malformatted bbcode’ is closed to new replies.