$code = "SOME HTML CODE";$find = '<fieldset class="blockrow" id="attachfiles">';$vbulletin->templatecache['newpost_attachment'] = str_replace($find, $code.$find , $vbulletin->templatecache['newpost_attachment']);