hello,
I am still working on it, but I have a solution for your (this in not final solution yet - but should work)
please:
1. edit and make a copy of this file:
forum root/includes/vbenterprisetranslator_functions_hooks.php
2. in this file find and comment:
PHP Code:
$vbulletin->templatecache['header'] =
'$bbuserinfo[\'username\'] = \'<!--vBET_SNTA-->\' . $bbuserinfo[\'username\'] .\'<!--vBET_ENTA-->\';'
.$vbulletin->templatecache['header'];
3. this code should be comment, example below:
PHP Code:
//$vbulletin->templatecache['header'] =
// '$bbuserinfo[\'username\'] = \'<!--vBET_SNTA-->\' . $bbuserinfo[\'username\'] .\'<!--vBET_ENTA-->\';'
// .$vbulletin->templatecache['header'];
This is quick fix, real solution will be included in the next relase