Activity Stream
48,167 MEMBERS
63018 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 8 of 8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    I'm pretty sure he means he wants to have the links clickable server-side, not client-side like GreaseMonkey script functions.

    You can check the includes\bbcode.php file, look for
    PHP Code: 
    function bbcode_second_pass_code($type$code
    Add the following line after the three lines starting with $code:

    PHP Code: 
    $code preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([-\w/_\.]*(\?\S+)?)?)?)@''<a href="$1">$1</a>'$code); 
    note: I just looked around and did this quick and dirty, if there is another better way to do it - please post

    EDIT: Fixed the RegEx that it also catches a dash (-)
    Jueki Reviewed by Jueki on . How to make PHPBB3 codded link clickable Guys How to make PHPBB3 forum codded link clickable Like this http://www.legendw.com/viewtopic.php?f=40&t=599743 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Quote Originally Posted by Jueki View Post
    I'm pretty sure he means he wants to have the links clickable server-side, not client-side like GreaseMonkey script functions.

    You can check the includes\bbcode.php file, look for
    PHP Code: 
    function bbcode_second_pass_code($type$code
    Add the following line after the three lines starting with $code:

    PHP Code: 
    $code preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([-\w/_\.]*(\?\S+)?)?)?)@''<a href="$1">$1</a>'$code); 
    note: I just looked around and did this quick and dirty, if there is another better way to do it - please post

    EDIT: Fixed the RegEx that it also catches a dash (-)
    GREAT!
    I do it
    It's so cool ,so simple
    It's OK
    Thanks

  4.     
    #3
    Member
    Website's:
    forumhookers.com
    its worling well

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to make clickable link
    By Mr.leg in forum Webmaster Discussion
    Replies: 3
    Last Post: 10th Sep 2011, 02:56 PM
  2. How To Make Link Clickable By CSS @Wordpress
    By NigelART in forum Webmaster Discussion
    Replies: 5
    Last Post: 12th Jul 2011, 11:08 AM
  3. How to make Clickable Hf Links?
    By Itkraze in forum vBulletin
    Replies: 2
    Last Post: 10th Feb 2011, 02:52 PM
  4. How to make codded link clickable
    By exiles in forum phpBB
    Replies: 26
    Last Post: 11th Aug 2010, 03:44 AM
  5. [Req]How to Make Clickable link[HF]
    By Mr.WT in forum vBulletin
    Replies: 10
    Last Post: 26th Jul 2010, 03:57 PM

Tags for this Thread

BE SOCIAL