No, urls like <dchub://...> or <file://....> dosn't became clickable. But now it's ok.
1 2008-05-09 13:15
Re: How to make url <dchub://...> clickable? (3 replies, posted in General discussion)
2 2008-05-09 11:50
Re: How to make url <dchub://...> clickable? (3 replies, posted in General discussion)
Yes, I found how to do this, just in /include/parser.php edit one line like this
$text = preg_replace('#([\s\(\)])(https?|ftp|news|dchub|file){1}://([\w\-]+\.([\w\-]+\.)*[\w]+(:[0-9]+)?(/[^"\s\(\)<\[]*)?)#ie', '\'$1\'.handle_url_tag(\'$2://$3\')', $text);
May be it wiil be usefull for someboby.
Later just add possibility to make <file://...> urls clickable to.
3 2008-05-09 10:56
Topic: How to make url <dchub://...> clickable? (3 replies, posted in General discussion)
Sorry for my English. How can I make urls like <dchub://....> clickable? I didn't find any answer on forum. Thank's.