Quote:
Originally Posted by MioTraGusa
God job, but if the ed2k link contain [ ] don?t work correctly :surprised:
is a minor bug, but it is possible to be solved?
tanks for the modification *installed
|
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