Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Umpqua

    (@umpqua)

    I figured this out.

    Replace:
    $post_content .= $item['text'];

    With:

    $find_links = $item['text'];
    $linkified_text = ereg_replace(":alpha:+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\">\</a>", $find_links);
    $post_content .= $linkified_text;

    Plugin Author badbreze

    (@badbreze)

    try 0.6.1 and give feedback if is ok for you

    Thread Starter Umpqua

    (@umpqua)

    It works great! Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making links active’ is closed to new replies.