Hello Snake,
I have a better solution for you. My previous solution was not complete and now you dont have one from vBET functionality. Please change it.
1. make a copy and edit a file:
Code:
includes/vbenterprisetranslator_functions_hooks.php
2. in this file find function:
PHP Code:
function vbet_global_start(&$template_hook) {
3. in this function find:
PHP Code:
if ($threadrow && $threadurl != $_SERVER['VBSEO_URI']) {
4. and replace with:
PHP Code:
if ($threadrow && strpos($_SERVER['VBSEO_URI'], $threadurl)!= 0) {
5. save and update file.
This solution will be include in the next relase.