Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Signature Mod
This discussion has been closed.
Comments
$Text = preg_replace("/\[url=(.+?)\](.+?)\[\/url\]/ie", '\'<a href="\'.Signatures_ParseUrl(\'\\1\').\'">\\2</a>\'', $Text);
Replacing that with this will enable both urls and images (and you might also want to edit the description as well to let people know):