MyBB Hacks

Full Version: vBulletin BBCOdes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Zinga was it you who had the BBCode collection to ease a conversion from vB to MyBB?

Just wondering if you still had them. Cheers.
Yep, cheers Smile
does any have bb code for vbulleting bbcode url. so the quotes will be removed automatically from u copy and paste vulttein post into mybb. can some one create custom url mycode.

Can anyone help pls
In inc/class_parser.php, find:

Code:
\[url=([a-z]+?://)([^\r\n\"<]+?)\]

replace with (both instances)

Code:
\[url=['"]?([a-z]+?://)([^\r\n\"<]+?)['"]?\]


Also find

Code:
\[url=([^\r\n\"<&\(\)]+?)\]

replace with (both instances)

Code:
\[url=['"]?([^\r\n\"<&\(\)]+?)['"]?\]


Not the best fix, but should be good enough.

(04-24-2012 10:07 AM)alex20_2008 Wrote: [ -> ]does any have bb code for vbulleting bbcode url. so the quotes will be removed automatically from u copy and paste vulttein post into mybb.
...

I never see like that.
What does that mean? Ouch
Biggrin
I think it's about a "compatibility" for url bbcode applied in vb and mybb.
Reference URL's