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

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 41
  1.     
    #31
    Member
    Website's:
    undergroundforums.org crackhackforums.com
    The functions_newpost.php is different on VB4, i think you need to make a new code for vb4.

    Underground Forums Owner

  2.     
    #32
    Member
    Website's:
    undergroundforums.org crackhackforums.com
    Forget that, it works for vb4 was editting properly

    Underground Forums Owner

  3.     
    #33
    Banned
    Website's:
    google.com knownsrv.com
    Final step: Remove "..." from long urls
    1. Open file class_bbcode.php (root your forums / includes )
    2. Find this line:
    PHP Code: 
    if (!trim($link) OR $text == $rightlink)
            {
                
    $tmp unhtmlspecialchars($text);
                if (
    vbstrlen($tmp) > 55 AND $this->is_wysiwyg() == false)
                {
                    
    $text htmlspecialchars_uni(vbchop($tmp36) . '...' substr($tmp, -14));
                }
            } 
    Change "vbstrlen($tmp) > 55" to "vbstrlen($tmp) > 500"

    3. Save & Update your Post cache.

    Now, all links are clickable links and use full urls.

    Thanks Innox for testing with VB4 (http://www.innoxeon.com)

  4.   Sponsored Links

  5.     
    #34
    Banned
    superbbbbbbbbb

  6.     
    #35
    Member
    Thanks for detailed instructions - i implemented this on my forum and it's working great.
    .

  7.     
    #36
    Member
    Quote Originally Posted by Rapid4All View Post
    Final step: Remove "..." from long urls
    1. Open file class_bbcode.php (root your forums / includes )
    2. Find this line:
    PHP Code: 
    if (!trim($link) OR $text == $rightlink)
            {
                
    $tmp unhtmlspecialchars($text);
                if (
    vbstrlen($tmp) > 55 AND $this->is_wysiwyg() == false)
                {
                    
    $text htmlspecialchars_uni(vbchop($tmp36) . '...' substr($tmp, -14));
                }
            } 
    Change "vbstrlen($tmp) > 55" to "vbstrlen($tmp) > 500"

    3. Save & Update your Post cache.

    Now, all links are clickable links and use full urls.

    Thanks Innox for testing with VB4 (http://www.innoxeon.com)
    This is not working for me.
    Example thread:
    http://nitrowarez.com/apps/239620-go...8-2-460-a.html
    .

  8.     
    #37
    Member
    Website's:
    hd-scene.com babeswaiting.com pixshore.com
    Hey can anyone help me to make this work with IPB 3

    Cant find anywhere can anyone help

  9.     
    #38
    Member
    thanks a lot
    Woman asks: If I sleep with 3 men, everyone calls me a slut.But when a man sleeps with 8 girls, everyone calls him a real man.How come?
    Wiseman replies: 'It's very simple. When one lock can be opened by 3 different keys, it's a bad lock. But when one key can open 8 different locks, we call it a master key'

  10.     
    #39
    Member
    Thanks a lot! But the fileserve code is wrong

    Actual:

    PHP Code: 
    $text=preg_replace("#((http://)?(www.)?fileserve.com/[^ \n\r]+)#is",'[url]$1[/url]'',$text); 
    The good one:

    PHP Code: 
    $text=preg_replace("#((http://)?(www.)?fileserve.com/[^ \n\r]+)#is",'[url]$1[/url]',$text); 
    Without a ' between [/url] and ,$text

  11.     
    #40
    Probation
    Rapid4All
    Thank you so much!

Page 4 of 5 FirstFirst ... 2345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Make Hotfile, Fileserve, 10+ Filehost's Links Clickable
    By stefan-te in forum Webmaster Resources
    Replies: 315
    Last Post: 4th Aug 2012, 04:10 PM
  2. Make Links clickable in Code. in vBulletin 4.1.7
    By Th3KiNG in forum vBulletin
    Replies: 2
    Last Post: 15th Nov 2011, 09:04 AM
  3. Make Download Links Clickable In Joomla
    By shubhank008 in forum Web Development Area
    Replies: 14
    Last Post: 15th Jul 2011, 02:29 PM
  4. make links clickable and coded [for vbulletin]
    By saninokia in forum vBulletin
    Replies: 1
    Last Post: 5th Mar 2011, 10:04 PM
  5. [Hiring] Make Links Clickable
    By Dj Mad in forum Completed Transactions
    Replies: 0
    Last Post: 28th Jul 2010, 12:46 AM

Tags for this Thread

BE SOCIAL