|
send email with a high priority
This modification is in the archives.
hi people,
What does this modification do ? This modifies the admincp => users => email users system.It provides you with a choice wheter you want to email with a high priority or not.High priority simply means there will be a little red exclamation icon infront of the message subject.Just Like the emails you get sometimes from jelsoft "vbulletin product updates" files to modify:2
to install and use this small modification do the folowwing in /forum/admicp/email.php find this code PHP Code:
print_textarea_row($vbphrase['message_email'], 'message', '', 10, 50);
PHP Code:
print_yes_no_row('Send Email With High Priority ?','email_high',0);
find this code PHP Code:
$vbulletin->input->clean_array_gpc('p', array(
PHP Code:
'emailhigh' => TYPE_BOOL,
PHP Code:
construct_hidden_code('test', $vbulletin->GPC['test']);
PHP Code:
construct_hidden_code('email_high',$vbulletin->GPC['email_high']);
PHP Code:
$headers .= 'X-Priority: 3' . $delimiter;
PHP Code:
if($_POST['email_high'])
all done Working fine with vbulletin 3.5.4 Download No files for download. Supporters / CoAuthors
Screenshots
|
|||||||||