vBSEO 3.3.0 / vB 3.8.2
Setting the option "Rewrite Member Profile" to "Yes" while having "Rewrite Albums URLs" set to "No" will cause problems. The rewritten link "member.php?tab=friends&u=123&pp=10&page=2#friends " for example will not work correct (depending on your settings: 404 or pointing to wrong page).
vbseo.php line 1121:
If "VBSEO_REWRITE_MALBUMS" isn't set ("Rewrite Albums URLs"), "$vbseo_arr4" is empty and therefore "vbseo_set_self()" will not get executed (vbseo.php line 1238):PHP Code:if ((VBSEO_REWRITE_MALBUMS &&
(
($vbseo_arr4 = vbseo_check_url_strict('VBSEO_URL_MEMBER_FRIENDSPAGE', $vbseo_url_))
||
PHP Code:if ($vbseo_arr4)
{
vbseo_set_self('member.' . VBSEO_VB_EXT . '?tab=friends&page='.$vbseo_arr['page'].'&' . VBSEO_USERID_URI . '=' . $vbseo_arr['user_id']);
$vbseo_found_fn = 'member.' . VBSEO_VB_EXT;
}



LinkBack URL
About LinkBacks





Reply With Quote
