The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HTML E-mail Users in VB3
We want to use the "Email Users" feature in the Admin CP to email our users to send out HTML e-mails to our users.
I have searched on this board and found the html hack but they are for an older verison of vbulletin.. Is there a newer HTML e-mail hack that works with Vbulletin 3? Thanks for your help in advance. |
#2
|
|||
|
|||
hmm what this hack does ?
if you will give me link to the older version of the hack so i can upgrade it for you |
#3
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=46710&highlight=e-mail+html" target="_blank">https://vborg.vbsupport.ru/showt...ht=e-mail+html</a>
read that and the fix at the bottom... that works with vb2 only.. i was looking for something that works with vb3 |
#4
|
|||
|
|||
Quote:
Cheers, Robert |
#5
|
||||
|
||||
Quote:
|
#6
|
||||
|
||||
Can say it would be very sexay to have this hack....
|
#7
|
|||
|
|||
I needed it today.. i done a quick edit in includes/functions.php
find: @header('Content-Type: text/main' replace with @header('Content-Type: text/html' |
#8
|
||||
|
||||
goodness i try....
|
#9
|
|||
|
|||
includes/functions.php
Around line 1322 FIND $headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter; REPLACE WITH $headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter; |
#10
|
|||
|
|||
Can anyone confirm whether or not this has unwanted side-effects. Or can anyone suggest a mailing list manager they've managed to integrate with vbulletin, perhaps through an outsourced mysql list function. I'd really like to be able to send out html and text version and track the bounce backs, delivery stats etc.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|