Hecho
Lamento que hayas tenido que esperar. Solución se incluirá en la próxima versión. Ya lo estamos usando en nuestro foro, por lo que la redirección nuevo cargo está trabajando muy bien aquí.
Para una solución rápida, por favor:
1. Editar includes / vbenterprisetranlator_functions_hooks.php
2. Buscar:
Code:
if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t']) {
3. Sustituir por:
Code:
if (THIS_SCRIPT == 'showthread' && 'VBSEO_URI' == $vbulletin->options['vbenterprisetranslator_linkstype'] && $_GET['t'] && $_REQUEST['goto'] != 'newpost') {