No it's the same for all users. what about the plugin? still with no solution yet.
--------------- Added [DATE]1324327701[/DATE] at [TIME]1324327701[/TIME] ---------------
[Sighing] At loooong last it worked, I replaced the "postbit_legacy" with another containing my new code all within a plugin, the problem was in the hook, I tried and I tried till got the appropriate one, it was the "showthread_postbit_create", I used this code:
PHP Code:
$find = 'find';
$replace = 'replace by';
$vbulletin->templatecache['postbit_legacy'] = str_replace($find, $replace, $vbulletin->templatecache['postbit_legacy']);
And that's it, thanks ma fiend kh99, you been such a useful and a patient advisor, really +1.