vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Conditional Signatures - Specify Excluded Users, NOT WORKING?!

This is a discussion on Conditional Signatures - Specify Excluded Users, NOT WORKING?! within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; To show what I did in the CP I screen shot it, I am user ID 1 and put a ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply

 

LinkBack Thread Tools
  #1  
Old 08-24-2007, 12:53 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
Question Conditional Signatures - Specify Excluded Users, NOT WORKING?!

To show what I did in the CP I screen shot it, I am user ID 1 and put a link in my sig but asked that it be excluded from rel=nofollow.

Went and checked on the board and URL still had rel=nofollow.

WHY?
Attached Thumbnails
conditionalsigs.jpg  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 08-24-2007, 05:04 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
Hello,

don't you have "Rel=nofollow for external URLs" option enabled in vbseocp?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 08-24-2007, 06:50 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
I have ...

Quote:
Add rel="nofollow" to ALL External URLs
set to yes

Which means (to me anyway) that all outbound URL's are rel=nofollow

However what if a member wants his in his signature working?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 08-24-2007, 09:16 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
You should disable that option then or add external domain to the Whitelist in vbseocp.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 08-24-2007, 10:25 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
Quote:
Originally Posted by Oleg Ignatiuk View Post
You should disable that option then
Disabling that option would then allow all links out of forum!


Quote:
Originally Posted by Oleg Ignatiuk View Post
or add external domain to the Whitelist in vbseocp.
That would also allow all links for that URL out of forum, not just the sig links.

Are you staring to see the problem here?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 08-24-2007, 02:45 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
Hello,

you can try to modify Conditional Signatures postbit_display_complete plugin code:
BEFORE THE LAST CLOSING "}" add the following:

PHP Code:
                   else
$this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="novbseo" ',$this->post['signature']); 
and manually enable this option in config_vbseo.php file:
PHP Code:
    define('VBSEO_ALLOW_REL_NOVBSEO',   1); 
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 08-24-2007, 11:03 PM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
I'm sorry, I really have limited experience with this and had some-one else load this plug in.

You'll have to guide me like a guide dog to a blind person as to where I find this stuff.

I looked in templates but could not find Conditional Signatures postbit_display_complete plugin.

So please, do post heirarchial info of how to navigate to it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 08-24-2007, 11:33 PM
Loco's Avatar
Senior Member
vBSEO Pre-Release TeamBig Board Administrator
 
Real Name: Brandon Sheley
Join Date: Oct 2005
Location: Kansas
Posts: 1,923
Blog Entries: 1
Send a message via AIM to Loco Send a message via MSN to Loco Send a message via Yahoo to Loco
Oleg is referring to the plugin manager
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 08-25-2007, 09:14 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
Thanks Brandon and Oleg

I made the adjustments and now it works like this.

Whitelist in VbSEO CP:- adding a URL here will remove the rel=nofollow rule everywhere including signatures.

Conditional Signatures:- Specify excludeduser ID here means users sig will have no rel=nofollow

However if user is dropping links in posts those will have rel=nofollow .... works good.

--------------------------

What you cannot do is this:-

You cannot unblock it in the post but block it in the sig, that's because the only way you can unblock in the post is via the Whitelist (in VbSEO CP) which over rides and unblocks the sig regardless of the Conditional Signatures hack.

So, is there any way you can fix this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 08-25-2007, 12:54 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
Hello,

please try to modify the plugin code a bit differently:
BEFORE THE LAST CLOSING "}" add the following:

PHP Code:
                   $this->post['signature']=preg_replace('#(<a\s )#is','\\1rel="novbseo" ',$this->post['signature']); 
(i.e. remove "else" statement)

That will make Conditional Signatures manage all links in signatures and vBSEO will not affect them at all.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 08-25-2007, 06:02 PM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
No

That doesn't work.

The Conditional Signatures doesn't work at all, loses all influence.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #12  
Old 08-26-2007, 09:51 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
What is your full plugin code now?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #13  
Old 08-27-2007, 01:55 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
Here you go, but I reverted it to your 1st edit option.

Quote:
global $vbulletin, $vbseo_sig_usr;

if(!$vbulletin->options['sig_guests_only']||
!$vbulletin->userinfo['userid'])
{

$_vbseo_pcnt = str_replace(',', '', $this->post['posts']);
if(!$vbulletin->options['sig_vip_users_a'])
{
$vbulletin->options['sig_vip_users_a'] = preg_split('#[, ]#',$vbulletin->options['sig_vip_users']);

$vbulletin->options['sig_vip_groups_a'] = $vbulletin->options['sig_vip_groups']?preg_split('#[, ]#',$vbulletin->options['sig_vip_groups']):array();

}

$_vbseo_pg = array_merge( array($this->post['usergroupid']),
explode(',',$this->post['membergroupids'])
);
$_vbseo_pg = array_intersect($_vbseo_pg, $vbulletin->options['sig_vip_groups_a']);

if(!in_array($this->post['userid'],
$vbulletin->options['sig_vip_users_a']) &&
!count($_vbseo_pg)
)
{

$cpost_cont = preg_replace('#\[(?:quote|code|php).+?\[/(?:quote|code|php)\]#is','',$this->post['pagetext']);

$cpost_cont = preg_replace('#\[.+?\]#is','',$cpost_cont);
preg_match_all('#\w+#', $cpost_cont, $wcm);
$wcount = count($wcm[0]);

if($wcount<$vbulletin->options['sig_min_post_length'] ||
(
$vbulletin->options['sig_min_post_count'] &&
($_vbseo_pcnt<$vbulletin->options['sig_min_post_count']))
||
($vbulletin->options['sig_max_sigs_pp'] &&
$vbseo_sig_usr[$this->post['userid']]+0>=$vbulletin->options['sig_max_sigs_pp'])
)
{
if($vbulletin->options['sig_alter']==2)
{ if(stristr($this->post['signature'],'<a'))
$this->post['signature']='';
}
else
if($vbulletin->options['sig_alter']==1)
$this->post['signature']='';
else
$this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="nofollow" ',$this->post['signature']);
}else
$vbseo_sig_usr[$this->post['userid']]++;

}

else
$this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="novbseo" ',$this->post['signature']);

}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #14  
Old 08-27-2007, 03:42 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,906
You should replace
PHP Code:
else
$this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="novbseo" ',$this->post['signature']); 
with:
PHP Code:
$this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="novbseo" ',$this->post['signature']); 
That works for me.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #15  
Old 08-27-2007, 04:24 AM
Junior Member
 
Real Name: Eric Frei
Join Date: Aug 2007
Posts: 12
It does not work for me.

The board has rel=nofollow set by default.

With that modified code just above whether or not I have the user ID in the Specified Excluded Users it makes no difference.

The sig URL does not have rel=nofollow
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO Conditional Signatures Juan Muriente General Discussion 61 12-08-2008 12:06 PM
Conditional Signatures? Nicke General Discussion 5 05-09-2006 06:51 AM
vBSEO Conditional Signatures at vBSEO.com Ace Shattock vBSEO Announcements 0 04-19-2006 04:41 AM


All times are GMT -4. The time now is 02:19 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.