Activity Stream
48,167 MEMBERS
6738 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
    Website's:
    google.com

    Default Disable Live Links?

    Is there a way to make any link someone posts on a forum automatically show up coded or just disable hyperlinks?
    Trueno22 Reviewed by Trueno22 on . Disable Live Links? Is there a way to make any link someone posts on a forum automatically show up coded or just disable hyperlinks? Rating: 5
    Trusted Members:
    DjEuro | jayfella | Sandin0 | Benign| Elio

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    porntonight.info
    in which board , there are some mods who code link automatically

  4.     
    #3
    Member
    Website's:
    google.com
    vbulletin 4.0.3
    Trusted Members:
    DjEuro | jayfella | Sandin0 | Benign| Elio

  5.     
    #4
    Member
    Simple Google helps sometimes

    Tested vbulletin 4 works

    This mod involves editing a PHP file from vBulletin.

    open the includes/functions_newpost.php

    Find


    PHP Code: 
    $urlReplaceArray = array( 
                
    "[url]\\2\\4[/url]" 
            
    ); 
    And replace with


    PHP Code: 
    $urlReplaceArray = array(
                
    "[spoiler][code]\\2\\4[/code][/spoiler]"
            
    ); 
    [/QUOTE]


    OR

    This mod involves editing a PHP file from vBulletin.

    open the includes/functions_newpost.php

    Find


    PHP Code: 
    $urlReplaceArray = array( 
                
    "[url]\\2\\4[/url]" 
            
    ); 
    And replace with


    PHP Code: 
     $urlReplaceArray = array( 
                
    "[code]\\2\\4[/code]" 
            
    ); 
    What this will do is make any link such as Google appear like this:

    Code: 
    http://google.com

    Last Way Just Can Put Code Tag Near Every URl And Cant Code Multi Urls Near Like It :

    Google
    Google
    Google
    Google

    If You Want To Code Links Like That To This:



    Code: 
    http://www.google.com
    http://www.google.com
    http://www.google.com
    http://www.google.com
    Just Do It :

    Replace This :



    PHP Code: 
    $urlReplaceArray = array(
                
    "[url]\\2\\4[/url]"
            
    ); 
    With This :



    PHP Code: 
    $urlReplaceArray = array(
                
    "[code]\\2\\4[/code]"
            
    ); 
    And After This :



    PHP Code: 
    $text preg_replace($urlSearchArray$urlReplaceArray$messagetext); 
    Put This Line :



    PHP Code: 
    $text str_replace("[/code]\r\n[code]","\r\n",$text);
    $text str_replace("[/code]\n[code]","\n",$text); 


  6.     
    #5
    Member
    Website's:
    FlowForums.com
    Warezlobby auto codes links.

  7.     
    #6
    OH GOD!!!!!
    Website's:
    HotNewHipHop.com
    is it bad having RS,MU,HF links not code?

  8.     
    #7
    Member
    There is nothing bad in that

  9.     
    #8
    Member
    Website's:
    deviantWarez.com warezaholics.com rapidfilez.com wallz4u.com skullb0y.com reflexive-games.com
    I had this working OK but for some reason its stopped. I made sure the file still had the edits mentioned above as well.

    EDIT: it was a post with URL tag. For some weird reason the URL tags were not showing when editing the post

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How can i disable live links ?
    By archmak in forum IP.Board
    Replies: 7
    Last Post: 6th Nov 2012, 04:39 PM
  2. Replies: 0
    Last Post: 6th Jun 2012, 06:22 AM
  3. Checking Links Are Live
    By daveborg in forum Webmaster Discussion
    Replies: 8
    Last Post: 11th Sep 2011, 07:29 AM
  4. IPB3 Disable Links Parsing in topics
    By elmazagangi in forum IP.Board
    Replies: 1
    Last Post: 15th Jun 2010, 11:02 PM
  5. Disable Live Links? Need the mod?
    By Whoo in forum vBulletin
    Replies: 18
    Last Post: 4th Feb 2009, 03:54 PM

Tags for this Thread

BE SOCIAL