Quote:
Originally Posted by skylab
Hey, wonderful mod.
The unsubscribe link doesn't show at all when emails are being sent.
Thanks!
|
The unsubscribe link works, the problem is that for some strange reason the file:
vb_dir/includes/cron/micronewsletter_campaigns.xml can't read the phrases:
Code:
// PM phrases to Buyer
$unsubscribe = $vbphrase["micronewsletter_to_unsubscribe"];
$clickhere = $vbphrase["micronewsletter_click_here"];
at lines 14 & 15. So open that file, and manually enter the text. eg:
Code:
// PM phrases to Buyer
$unsubscribe = 'To Unsubscribe from this Mailing, ';
$clickhere = 'Click Here';
Maria