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

Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Hybrid View

exiles How to make codded link clickable 9th Dec 2009, 11:34 AM
Chutad i guess.. u need to ... 9th Dec 2009, 11:47 AM
The Coon it loses the whole point of coding... 9th Dec 2009, 11:49 AM
Danny1986 Wouldn't that make coding the links... 9th Dec 2009, 11:50 AM
Chutad u both are rite.. but if he still... 9th Dec 2009, 11:52 AM
exiles I want that for HF sales. It's just... 9th Dec 2009, 11:53 AM
WarezMania yes i think one method editing of... 9th Dec 2009, 11:55 AM
The Coon Ah like that.. higher HF ranks? :D.... 9th Dec 2009, 11:58 AM
exiles WHY? (The message you have... 9th Dec 2009, 12:09 PM
Danny1986 I think you can do it like this, I... 9th Dec 2009, 11:59 AM
CyberJ37 A better way would be to hook a... 9th Dec 2009, 12:16 PM
SLiMRiDER Get the Linkification addon. 9th Dec 2009, 12:29 PM
exiles Linkification addon? Where? 9th Dec 2009, 12:54 PM
WarezFreaks Linkification is a Firefox... 9th Dec 2009, 02:30 PM
Profit http://userscripts.org/scripts/show/... 9th Dec 2009, 02:37 PM
Mr Happy @ everyone who suggested the... 9th Dec 2009, 03:02 PM
Chutad yeah happy is rite.. n also d reply... 9th Dec 2009, 03:10 PM
exiles Definitely not what I'm looking... 9th Dec 2009, 04:14 PM
bumilad20 im After the same sort of thing... 31st Jan 2010, 03:35 AM
user02 any1 fount anything yet ? i also... 10th Mar 2010, 10:21 PM
Ash Me too looking for it. 20th Mar 2010, 09:25 AM
BounceR me looking also.l 23rd Jul 2010, 05:37 PM
Psycho a javascript solves the problem 23rd Jul 2010, 06:29 PM
Comkid That won't work, phpBB does not... 24th Jul 2010, 05:12 AM
rohansakhale The above code will make it general... 11th Aug 2010, 03:37 AM
Rapid4All Check this thread mate:... 11th Aug 2010, 03:40 AM
rohansakhale thanks, checking now :D 11th Aug 2010, 03:44 AM
Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Me too looking for it.
    Ash Reviewed by Ash on . How to make codded link clickable Hello Guys. May I know how to make a link clickable inside code or quote bbcode. right now if we post link under code or quote, the link is not clickable. maybe there is easy way I dont know. I want by default entering links inside code and quote will convert them into working links. http://xxlimg.com/images/89921541226448329521.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    me looking also.l

  4.     
    #3
    Member
    Website's:
    shexy.net
    a javascript solves the problem

  5.     
    #4
    Member
    That won't work, phpBB does not parse anything inside code BBCodes unless it is direct HTML Which is what mine does

    There is another way, modifying the php code

    Here's

    OPEN: includes/message_parser.php

    FIND:
    PHP Code: 
    return '[code:' $this->bbcode_uid ']' $this->bbcode_specialchars($code) . '[/code:' $this->bbcode_uid ']'
    REPLACE WITH:
    PHP Code: 
    $str_from = array('<''>''['']''.'':');
                    
    $str_to = array('<''>''['']''.'':');
                    
                    
    $lines_code str_replace("\n" ' /\ '$this->bbcode_specialchars($code));
                    
                    
    $exploded_code explode(' '$lines_code);
                    
                    foreach (
    $exploded_code as $v)
                    {
                        if (!
    $v == '/\\')
                        {
                            if (
    preg_match('#^' get_preg_expression('url') . '$#i'str_replace($str_from$str_to$v)) || preg_match('#^' get_preg_expression('www_url') . '$#i'str_replace($str_from$str_to$v)) || preg_match('#^' preg_quote(generate_board_url(), '#') . get_preg_expression('relative_url') . '$#i'$url))
                            {
                                
    str_replace($v'<a href="$v">$v</a>'str_replace($str_from$str_to$lines_code));
                            }
                        }
                    }
                    
                    
    $code str_replace(' /\ '"\n"$lines_code);
                    
                    return 
    '[code:' $this->bbcode_uid ']' $code '[/code:' $this->bbcode_uid ']'
    Credits to me

    Untested

  6.     
    #5
    Member
    The above code will make it general to all links inside code ??
    How do we make it specific for hf & fs ??

  7.     
    #6
    Banned
    Website's:
    google.com knownsrv.com

  8.     
    #7
    Member
    thanks, checking now

Page 3 of 3 FirstFirst 123

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 PHPBB3 codded link clickable
    By fry1943 in forum phpBB
    Replies: 7
    Last Post: 4th Jul 2011, 03:27 PM
  4. How to make Clickable Hf Links?
    By Itkraze in forum vBulletin
    Replies: 2
    Last Post: 10th Feb 2011, 02:52 PM
  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