| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
euroman PR0

Joined: 21 Oct 2006 Posts: 81
|
Posted: Sat Jan 06, 2007 9:57 pm Post subject: remove links in old signatures |
|
|
There are some links I would like to remove from some old signatures. Anyway to remove or change these links to something else besides manually ?
The wordcensor only changes the aperance not the actual underlying link. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
euroman PR0

Joined: 21 Oct 2006 Posts: 81
|
Posted: Sat Jan 06, 2007 10:26 pm Post subject: Re: remove links in old signatures |
|
|
| dcz wrote: | The signature control mod has a feature to reset all signatures.
It can be handy to deal with signatures as well
++ |
Well, I just discovered that the signature is global - I will just ask the user to change his signature.
Dont know why I got into my head signature wasent global....  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15129
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 812
|
Posted: Wed Jan 10, 2007 4:03 am Post subject: Re: remove links in old signatures |
|
|
| euroman wrote: | | There are some links I would like to remove from some old signatures. Anyway to remove or change these links to something else besides manually ? |
If you're concerned about linking an undesirable site, another option is to add rel=nofollow to bbcode.php's make_clickable, i.e.:
| Code: | | $ret = preg_replace("...<a href=\"\\2\" target=\"_blank\">\\2</a>", $ret); |
becomes:
| Code: | | $ret = preg_replace("...<a href=\"\\2\" target=\"_blank\" rel=\"nofollow\">\\2</a>", $ret); |
Note it appears in two places. And a similar change in bbcode.tpl:
| Code: | | <!-- BEGIN url --><a href="{URL}" target="_blank" rel="nofollow" class="postlink">{DESCRIPTION}</a><!-- END url --> |
The Deter Comment Spam MOD does the same thing, but has admin options to make it conditional. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |