Modification have Automatic template changes. This code adding the
$nospm_newpm above to
$posticons on "pm_newpm" template automaticly:
Code:
$nostemp =& $vbulletin->templatecache['pm_newpm'];
if ($nostemp)
{
$nostemp = str_replace('$posticons', '$nospm_newpm\n\n$posticons', $nostemp);
}
Try add this code to your pm_newpm template:
$nospm_newpm
Note:
<br />$nospm_quickreply for verification at PM QuickReply