Topic: ed2k links
I'm trying to post ed2k links but it's not clickable...
Is there a way to make ed2k links clickable?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → ed2k links
I'm trying to post ed2k links but it's not clickable...
Is there a way to make ed2k links clickable?
just a quick ideea: search for 'http://' in functions (no time to check it out), and I think a simply copy paste + changing 'http://' to 'ed2k://' will do the job.
In parser.php find
$text = preg_replace('#([\s\(\)])(https?|ftp|news){1}://([\w\-]+\.([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^"\s\(\)<\[]*)?)#ie', '\'$1\'.handle_url_tag(\'$2://$3\')', $text);
and replace it with
$text = preg_replace('#([\s\(\)])(https?|ftp|news|ed2k){1}://([\w\-]+\.([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^"\s\(\)<\[]*)?)#ie', '\'$1\'.handle_url_tag(\'$2://$3\')', $text);
PunBB Forums → PunBB 1.2 discussion → ed2k links
Powered by PunBB, supported by Informer Technologies, Inc.