any news on this ??? this is a high severity bug no one has a solution yet ?
This is a discussion on VB4.0.2 - VBSEO breaking CMS pagination within the Troubleshooting forums, part of the vBSEO SEO Plugin category; any news on this ??? this is a high severity bug no one has a solution yet ?...
any news on this ??? this is a high severity bug no one has a solution yet ?
Please create a support ticket with title Att: Mert so i can respond.
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
nice, i'll give it a try later... thanks for the fix. i'll let ya know whether it works shortly.
You could have said instead of rewriting my signature.
Hi
It seems the @oleg-ignatiuk has really helped to solve the problem.
Now the pagination is working correctly.
Thanks
Find what, replace it with what and then add what?? Because I am having the same issue- was told it was fixed ion 3.5.0 Gold, and it most definitely is NOT Fixed.
The orig post:
Update:
please modify functions_vbseo_url.php file:
find:
case 'VBSEO_URL_CMS_SECTION_PAGE':
and remove that line.
THEN find:
case 'VBSEO_URL_CMS_SECTION':
add below:
case 'VBSEO_URL_CMS_SECTION_PAGE':
and find:
$selfurl_more = '?r='.$vbseo_arr['section_id'];
replace with:
$selfurl_more = '?r='.$vbseo_arr['section_id'] .
($vbseo_arr['page'] ? '&page='.$vbseo_arr['page'] : '');
This was old code though, and these fixes are already in place on gold PR.
Brian Cummiskey / Crawlability Inc.
Security bulletin - Patch Level for all supported versions released
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
darn, was hoping this would make a difference... but it didn't.