Is is me or does VBSEO_ACRONYM_GUESTS not work?
Shows it to both guests and members.
This is a discussion on vBSEO 3.3.0 - VBSEO_ACRONYM_GUESTS within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Is is me or does VBSEO_ACRONYM_GUESTS not work? Shows it to both guests and members....
Is is me or does VBSEO_ACRONYM_GUESTS not work?
Shows it to both guests and members.
2011 Average: 1 post every 5 seconds... 24/7
On my test installation and live board , they work correctly for me
can you please supply a link and a demo account so we can check.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I've submitted a ticket (5859-IDVN-1620) with login details (for now and future reference).
2011 Average: 1 post every 5 seconds... 24/7
on my test installation the same problem here.
$bbuserinfo seems to be always empty. My vBulletin version is 3.7.x in german.Code:functions_vbseo_seo.php: if(isset($bbuserinfo) && ($bbuserinfo['userid']>0) && VBSEO_ACRONYM_GUESTS) { $seo_replacements = array(); return; }
[19:14]
updated Testforum to 3.8.2, but same problem
Last edited by Holgi01; 04-04-2009 at 02:16 PM.
Please try to modify functions_vbseo_seo.php file:
FIND:
ADD ABOVE:PHP Code:if ($seo_replace_inurls)return;
PHP Code:if(isset($bbuserinfo) && ($bbuserinfo['userid']>0) && VBSEO_ACRONYM_GUESTS)
{
$seo_replacements = $seo_replace_inurls = $seo_preg_replace = array();
return;
}
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Hi Oleg,
I have added the code and everything is working fine now
many thanks
Holger
IMO this should have been default.
Thanks for your help Oleg
2011 Average: 1 post every 5 seconds... 24/7