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  
 
   
remove links in old signatures

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
euroman
PR0
PR0


Joined: 21 Oct 2006
Posts: 81

remove links in old signaturesPosted: 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
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15129

remove links in old signaturesPosted: Sat Jan 06, 2007 10:08 pm    Post subject: Re: remove links in old signatures

The signature control mod has a feature to reset all signatures.

It can be handy to deal with signatures as well 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
euroman
PR0
PR0


Joined: 21 Oct 2006
Posts: 81

remove links in old signaturesPosted: 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 Wink

++


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.... Confused
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15129

remove links in old signaturesPosted: Sun Jan 07, 2007 2:02 pm    Post subject: Re: remove links in old signatures

Just in case, the mod also allow for a single signature reset 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
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 812

remove links in old signaturesPosted: 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
Visit poster's website
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: