OK, našao sam ga. Nisam mogao naći, jer kod pobjeći znakova prije '. Kod je u datoteci vbenterprisetranslator_functions_hooks.php
Code:
$vbulletin->templatecache['forumhome_lastpostby'] =
'$lastpostinfo[\'lastposter\'] = \'<!--vBET_SNTA-->\' . $lastpostinfo[\'lastposter\'] .\'<!--vBET_ENTA-->\';'
.$vbulletin->templatecache['forumhome_lastpostby'];
Ne možete reproducirati problem tako da nisam u mogućnosti provjeriti rješenje. Opišite kako reproducirati ili pokušati zamijeniti one ispod. Ovo rješenje je ček.
Code:
$vbulletin->templatecache['forumhome_lastpostby'] =
'$lastpostinfo[lastposter] = \'<!--vBET_SNTA-->\' . $lastpostinfo[lastposter] .\'<!--vBET_ENTA-->\';'
.$vbulletin->templatecache['forumhome_lastpostby'];
To može biti to - greška kod govori o neočekivano ' i od vBulletin stavlja kod u "()eval('$final_rendered = "' . $template_code . '";');) to može dovesti do pogreške. Recite nam, kako to ponoviti, ili provjeriti moguće rješenje i pošaljite nam svoj status.