http://vb4.rcdesign.ru/group.php?gmid=4698#gmessage4698
is converted to
http://vb4.rcdesign.ru/group.php#gmessage4698
It doesn't work then (gmid param lost, but nothing atdded instead). Such links exists when search in groups messages. How to fix?
This is a discussion on Error link to SG message convertion within the Bug Reporting forums, part of the vBSEO SEO Plugin category; http://vb4.rcdesign.ru/group.php?gmid=4698#gmessage4698 is converted to http://vb4.rcdesign.ru/group.php#gmessage4698 It doesn't work then (gmid param lost, but nothing atdded instead). Such links exists when ...
http://vb4.rcdesign.ru/group.php?gmid=4698#gmessage4698
is converted to
http://vb4.rcdesign.ru/group.php#gmessage4698
It doesn't work then (gmid param lost, but nothing atdded instead). Such links exists when search in groups messages. How to fix?
Hello,
please try to modify functions_vbseo.php file:
find:
replace with:PHP Code:unset($apars['gmid']);
find:PHP Code://unset($apars['gmid']);
replace with:PHP Code:$excpars = array('do', 'discussionid', 'groupid', 'page');
PHP Code:$excpars = array('do', 'discussionid', 'groupid', 'page', 'gmid');
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
It works.
Thanks, Oleg.
You are welcome!
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!