Results 1 to 5 of 5

Oleg :: rel="novbseo" for usergroup

This is a discussion on Oleg :: rel="novbseo" for usergroup within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi Oleg or anyone else that can help.... Due to the nature of my site all external links are nofollowed ...

  1. #1
    rob
    rob is offline
    Senior Member Array rob's Avatar
    Real Name
    Rob
    Join Date
    Oct 2005
    Location
    Eastbourne, UK
    Posts
    982
    Liked
    2 times

    Oleg :: rel="novbseo" for usergroup

    Hi Oleg or anyone else that can help....

    Due to the nature of my site all external links are nofollowed - as set in vbseocp.

    My whitelist is now getting fairly long as I'm having to add supermember's signature link url's to the white-list manually and it's doing my head in, lol.

    Ideally I need to have rel="novbseo" appended to links (signature links only) for a certain usergroup.

    Is there anything at all that springs to mind that would make this possible without major hacking?

    **pulling out hair**

    I'm sure this would benefit a lot of other users too.
    Rob - SEO Specialist

  2. #2
    rob
    rob is offline
    Senior Member Array rob's Avatar
    Real Name
    Rob
    Join Date
    Oct 2005
    Location
    Eastbourne, UK
    Posts
    982
    Liked
    2 times
    I think it might be possible with a plugin and a reg exp, but I cant get the blasted anywhere near... :(
    Rob - SEO Specialist

  3. #3
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    Hello Rob,

    you can modify our vBSEO Conditional signatures mod, define "Excluded Usergroups" and modify "postbit_display_complete" plugin code:
    FIND:
    PHP Code:
                $vbseo_sig_usr[$this->post['userid']]++;

          } 
    add below:
    PHP Code:
          else
          {
            
    $this->post['signature']=preg_replace('#(<a\s+)#is','\\1rel="novbseo" ',$this->post['signature']);
          } 
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    rob
    rob is offline
    Senior Member Array rob's Avatar
    Real Name
    Rob
    Join Date
    Oct 2005
    Location
    Eastbourne, UK
    Posts
    982
    Liked
    2 times
    FANTASTIC!!!

    Thanks Oleg, you are as always a star!
    Rob - SEO Specialist

  5. #5
    vBSEO Staff Array Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,818
    Liked
    192 times
    You are welcome
    Oleg Ignatiuk / Crawlability Inc.
    Security bulletin - Patch Level for all supported versions released

    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. rel="novbseo" doesn't work with +
    By Fenriz in forum Bug Reporting
    Replies: 3
    Last Post: 10-07-2007, 03:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •