
04-06-2011, 04:46 PM
|
|
|
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
I read the instructions you provided with the download and that is not stated anywhere.....
Quote:
<!-- $Header: d:\cvs/3.8/Cron-mail-queue/Cron-mail-queue.txt,v 1.1 2008/10/05 15:15:58 pem Exp $ -->
Cron Mail Queue for vBulletin 3.8
---------------------------------
Step 1.
In admincp/email.php
find ;
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);
change to ;
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, false, $vbulletin->GPC['from']); // Paul M - Queue Admin Mail //
Step 2.
In includes/functions.php
find ;
exec_mail_queue();
change to ;
// exec_mail_queue(); // Paul M - Cron Mail Queue Hack //
Step 3.
Upload mailqueue.php to /includes/cron/
Step 4.
Import the product into vBulletin via the ACP Product Manager.
|
|