Quote:
Originally Posted by Symen_4ab
Quick-note, to resolve the [ and ] problem, you just have to add quotes to the link parsed, so :
[*url=link]title[/url]
becomes
[*url="link"]title[/url]
I tried to modify the plugin, and now it does add the quotes, but the hack doesn't recognize the link as a link anymore
So, if I post a "normal" edk link (without [ or ]), it works, and adds the quotes, but if I post a link with [ in it, it doesn't parse it at all.
edit : Did some code search in the plugin, but regex are a little bit like chinese to me 
|
just a thought, did you try using this instead.
[*url='link']title[/url]
single quotes instead of double to see if that works