links with a ":" or "-" do not work with bbcode
foxhound |
|
---|---|
I have a problem on my website. The bbcode for urls is not working correctly as how it should.
I checked it on this site and here it is working just fine as you can see below. The problem is with links like these: http://community.bistudio.com/wiki/ArmA2:_MovesThe ":" makes the bbcode being unable to paste the link correctly. If you use bbcodes the output looks like this: - [url=http://community.bistudio.com/wiki/ArmA2:_Moves]Animation list 3[/url] - [url]http://community.bistudio.com/wiki/ArmA2:_Moves[/url]While if I post these links here they are pasted correctly: - Animation list 3 - [url]http://community.bistudio.com/wiki/ArmA2:_Moves[/url] <----hmmm, seems not to work here neither? You can have a look for yourself how it looks in the forums: http://www.armaholic.com/forums.php?m=posts&q=6751 This is my bbcode: \[url=((?:http://|https://|ftp://)?[^\s"':\[]+)\](.+?)\[/url\]with html: <a href="$1" target="_blank">$2</a> And here is the other bbcode: \[url\]((?:http://|https://|ftp://)?[^\s"':]+)\[/url\]with html: <a href="$1" target="_blank">$1</a> Anyone able to see what is wrong? <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|