The highlight function in the search does not work . Do you have a fix ?
This is a discussion on Highlight does not work within the Bug Reporting forums, part of the vBSEO SEO Plugin category; The highlight function in the search does not work . Do you have a fix ?...
The highlight function in the search does not work . Do you have a fix ?
Try manually editing your config_vbseo.php and change this:
define('VBSEO_SEARCH_REDIRECT', 1);
to this:
define('VBSEO_SEARCH_REDIRECT', 0);
It uses a cookie to store the highlight information, so that the URL will not contain extra URL parameters. If you change the setting above, it will revert to the standard vBulletin way, which will use the URL parameters. It should work for you though, unless you are disallowing cookies.
Thanks that fixes the problem !