| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Cool Dude
Joined: 13 Feb 2007 Posts: 3
|
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

Joined: 16 Oct 2006 Posts: 809
|
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 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
Cool Dude
Joined: 13 Feb 2007 Posts: 3
|
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 |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |