Welcome Guest, Not a member yet? Register   Sign In
auto_link with 2 urls from the same domain
#31

[eluser]Unknown[/eluser]
i had this problem too, so i modified auto_link().
not well testing, but it works for me so far.

here is the code:

Code:
function auto_link() {
        if ($type != 'email')
    {
      // only accept url start with httP(s):// or www.
          $str = preg_replace("#(https?://|www.)+[a-z0-9-]+[\.a-z]+[\/a-z0-9_\#\@\?\&\=\.\-]*#i", ("$1" != 'www.') ? "<a href='$0'>$0</a>" : "<a href='http://$0'>$0</a>", $str);
    }

}


Messages In This Thread
auto_link with 2 urls from the same domain - by El Forum - 10-29-2008, 08:15 PM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 07:25 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 07:43 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 07:48 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 08:43 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 08:55 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 11:15 AM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 01:14 PM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 01:23 PM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 07:42 PM
auto_link with 2 urls from the same domain - by El Forum - 10-30-2008, 07:56 PM
auto_link with 2 urls from the same domain - by El Forum - 11-01-2008, 11:28 AM
auto_link with 2 urls from the same domain - by El Forum - 11-02-2008, 04:04 PM
auto_link with 2 urls from the same domain - by El Forum - 11-02-2008, 07:36 PM
auto_link with 2 urls from the same domain - by El Forum - 11-02-2008, 07:57 PM
auto_link with 2 urls from the same domain - by El Forum - 11-03-2008, 08:57 AM
auto_link with 2 urls from the same domain - by El Forum - 11-03-2008, 02:48 PM
auto_link with 2 urls from the same domain - by El Forum - 11-06-2008, 10:03 AM
auto_link with 2 urls from the same domain - by El Forum - 07-13-2009, 11:13 AM
auto_link with 2 urls from the same domain - by El Forum - 07-13-2009, 11:36 AM
auto_link with 2 urls from the same domain - by El Forum - 07-13-2009, 11:46 AM
auto_link with 2 urls from the same domain - by El Forum - 07-13-2009, 08:12 PM
auto_link with 2 urls from the same domain - by El Forum - 07-15-2009, 10:44 AM
auto_link with 2 urls from the same domain - by El Forum - 07-15-2009, 05:45 PM
auto_link with 2 urls from the same domain - by El Forum - 07-15-2009, 06:42 PM
auto_link with 2 urls from the same domain - by El Forum - 07-17-2009, 10:30 PM
auto_link with 2 urls from the same domain - by El Forum - 07-18-2009, 12:20 AM
auto_link with 2 urls from the same domain - by El Forum - 07-18-2009, 10:15 AM
auto_link with 2 urls from the same domain - by El Forum - 07-27-2009, 01:24 PM
auto_link with 2 urls from the same domain - by El Forum - 08-01-2009, 04:30 PM
auto_link with 2 urls from the same domain - by El Forum - 08-23-2009, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB