Hello ,
i'm use this code , It's correct Code but not worked with rawphrase
PHP Code:
$find ='{vb:rawphrase remove_redirects}</label></li>';
$replace ='{vb:rawphrase remove_redirects}</label></li><li><label><input tabindex=\"51\" type=\"radio\" name=\"do\" value=\"newsadd\" />{vb:rawphrase newsadd_thread}</label></li>';
$vbulletin->templatecache['SHOWTHREAD'] = str_replace($find, $replace, $vbulletin->templatecache['SHOWTHREAD']);
Thnx ...