vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 2 of 2

Getting LinkVault to work with vBSEO

This is a discussion on Getting LinkVault to work with vBSEO within the Link Building forums, part of the vBulletin SEO Discussion category; Hi First of all: What is LinkVault : Originally Posted by The LinkVault Website The ideal solution for a free ...

  1. #1
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    307

    Getting LinkVault to work with vBSEO

    Hi

    First of all:

    What is LinkVault:

    Quote Originally Posted by The LinkVault Website
    The ideal solution for a free and effective online advertising campaign.

    Link Vault is made up of a large group of quality websites. Each new member must bring to the network at least one high quality website and make available a few links slots for existing members. In return you receive 'Vaultage' which you use to receive links from the other members websites which is in effect a link exchange.

    Each website added to the network will be vetted by a person before any links are placed to ensure it meets our strict quality guidelines. Should you wish to use your Vaultage quota to provide text link adverts to a website not in the system, then this website will also need to pass the vetting.

    Link Vault is completely free and the set up is straightforward, flexible and easily customized. All the links are static, unless you delete them or the site is removed. You also have full control over the number of text links you receive.
    Interested?

    Have a look: Link Vault - Free Online Advertising via Link Exchange

    Getting LinkVault to work with vBSEO enhanced vBulletin Forums

    I stumbled upon problems after trying to use linkvault on my vbulletin forum with vbseo installed, I managed to get it to work with the help of you guys here and T2DMan from New Zealand Restaurants Guide & Food Reviews-Forum-Time2Dine NZ.

    I thought I'd share the solution with you.

    In your vBSEO config file config_vbseo.php find:

    Code:
    define('VBSEO_ALLOW_REL_NOVBSEO',   0);
    
    and replace it with:

    Code:
    define('VBSEO_ALLOW_REL_NOVBSEO',   1);
    
    in the linkvault php file find:

    Code:
    return $OutputThis;
    
    and add above:

    Code:
    $OutputThis = str_replace('<a ', '<a rel="novbseo" ', $OutputThis);
    
    then go to your vBulletin ACP > Add-ons & Plug-ins > manage plug-ins

    and edit vBSEO Global Hook

    replace
    Code:
    if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php'))
        $output = make_crawlable($output);
    
    with

    Code:
    if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php'))
        $output = make_crawlable($output);
    $output=str_replace("rel=\"novbseo\" ","",$output);
    
    click save

    Now everything is working like a charm

    StarBuG
    Last edited by Ace Shattock; 07-30-2007 at 04:31 PM.

  2. #2
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    13,923
    ** Moved to the link building forum **

    Thanks for compiling this info.
    Juan Muriente / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


LinkBacks (?)


Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM