Solved.
Can you confirm it? now should work on your forum.
quick fix:
1. edit and make a copy of this file:
Code:
vbenterprisetranslator_seo.php
2. find this line:
PHP Code:
if (isset($_GET['t']) && !isset($_GET['goto']) && false !== strpos($_SERVER['REQUEST_URI'], 'showthread.php')) {
4. and replace with this line:
PHP Code:
if (isset($_GET['t']) && !isset($_GET['p']) && false !== strpos($_SERVER['REQUEST_URI'], 'showthread.php')) {
5. save file
6. test it.
Already done on your server. can you confirm it?
this solution will be included in the next relase.