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

Results 1 to 8 of 8
  1.     
    #1
    Member

    Default How to make PHPBB3 codded link clickable

    Guys

    How to make PHPBB3 forum codded link clickable

    Like this

    Code: 
    http://www.legendw.com/viewtopic.php?f=40&t=599743
    fry1943 Reviewed by fry1943 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
    Website's:
    MSAHost.net MegaDizajn.info URLFor.us
    Did you try this?
    Code: 
    http://www.besthostingforums.com/showthread.php?t=42226


    "Better to remain silent and be thought a fool than to speak out and remove all doubt"
    - A. Lincoln

  4.     
    #3
    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 (-)

  5.     
    #4
    Member
    Quote Originally Posted by Marvi.Konvic View Post
    Did you try this?
    Code: 
    http://www.besthostingforums.com/showthread.php?t=42226
    YES,I try this before
    My wp blog use this method,but phpbb forum failed

  6.     
    #5
    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

  7.     
    #6
    Member
    Website's:
    forumhookers.com
    its worling well

  8.     
    #7
    Member
    Website's:
    zomgbbqpizza.com evilddl.com scenemarket.org
    Does this not completely destroy the whole point of coding links in the first place?? LOL

  9.     
    #8
    Member
    Website's:
    forumhookers.com
    cant get you???

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