Hi
First of all:
What is LinkVault:
Interested?Originally Posted by The LinkVault Website
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:
and replace it with:Code:define('VBSEO_ALLOW_REL_NOVBSEO', 0);
in the linkvault php file find:Code:define('VBSEO_ALLOW_REL_NOVBSEO', 1);
and add above:Code:return $OutputThis;
then go to your vBulletin ACP > Add-ons & Plug-ins > manage plug-insCode:$OutputThis = str_replace('<a ', '<a rel="novbseo" ', $OutputThis);
and edit vBSEO Global Hook
replace
withCode:if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php')) $output = make_crawlable($output);
click saveCode:if(@include_once(($GLOBALS['vbpath']?$GLOBALS['vbpath'].'/includes':dirname(__FILE__)).'/functions_vbseo.php')) $output = make_crawlable($output); $output=str_replace("rel=\"novbseo\" ","",$output);
Now everything is working like a charm
StarBuG


LinkBack URL
About LinkBacks





Reply With Quote
