phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Link diabler!

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
Cool Dude



Joined: 13 Feb 2007
Posts: 3

Link diabler!Posted: Tue Feb 13, 2007 11:05 pm    Post subject: Link diabler!

Every time i type an url:

http://www.phpbb.com

it bbcodes itself to [url] ....

can i disable it.....

and yes i tried the method specified in the other topics.....
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

Link diabler!Posted: Wed Feb 14, 2007 2:02 am    Post subject: Re: Link diabler!

Cool Dude wrote:
can i disable it.....

Not sure what other topics you refer to, but make_clickable in bbcode.php handles adding the implicit links (like this www.example.com link). If you don't want implicit links, modify that routine. Note it is called in several places, e.g., viewtopic.php (message body and signature), search.php, etc.

_________________
Dan Kehn
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14403

Link diabler!Posted: Wed Feb 14, 2007 11:36 am    Post subject: Re: Link diabler!

exactly.

To fully disable the auto link feature, you can open includes/bbcode.php and find :
Code:
function make_clickable($text)
{


And add after :
Code:

   return $text;

This topic gives more clues about it Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Cool Dude



Joined: 13 Feb 2007
Posts: 3

Link diabler!Posted: Wed Feb 14, 2007 11:55 pm    Post subject: Re: Link diabler!

eeerrmmmm.....did not work ......

But this worked...

Find in viewtopic.php:
Code:


$message = make_clickable($message);

Replace with:
Code:

// $message = make_clickable($message);
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 1

Navigation Similar Topics

Jump to: