Welcome Guest, Not a member yet? Register   Sign In
auto_link with <p> tags
#4

[eluser]infinivert[/eluser]
I'm running into this same bug. Wouldn't this just be a quick adjustment to the RegEx here?

Code:
if ($type != 'email')
        {
            if (preg_match_all("#(^|\s|\()((http(s?)://)|(www\.))(\w+[^\s\)\<]+)#i", $str, $matches))
            {

I'm not very good with RegEx. Anybody know how to fix this so links within paragraph (or other) tags will be auto-linked?

Thanks!


Messages In This Thread
auto_link with <p> tags - by El Forum - 07-26-2010, 03:40 AM
auto_link with <p> tags - by El Forum - 07-27-2010, 03:12 AM
auto_link with <p> tags - by El Forum - 07-27-2010, 04:59 AM
auto_link with <p> tags - by El Forum - 03-15-2011, 03:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB