vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   HTML E-mail Users in VB3 (https://vborg.vbsupport.ru/showthread.php?t=69920)

PeetaGTS 09-27-2004 04:04 PM

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.

miz 09-27-2004 04:54 PM

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

PeetaGTS 09-27-2004 05:11 PM

<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

Noiz Pollution 09-27-2004 06:34 PM

Quote:

Originally Posted by PeetaGTS
https://vborg.vbsupport.ru/showthrea...ht=e-mail+html


read that and the fix at the bottom... that works with vb2 only..
i was looking for something that works with vb3

I'd really like to see this get released for vB3 as well, with an option in the UserCP where users can choose between HTML email and plain text. A great addition to it would be customised HTML email, to match whatever style the member is using, just by having the HTML for the message in the template system.


Cheers,
Robert

Bieddos 10-04-2004 10:35 PM

Quote:

Originally Posted by PeetaGTS
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.

me too.... there is a hack for this?

SupraT 10-04-2004 10:44 PM

Can say it would be very sexay to have this hack....

Steve123 10-06-2004 05:12 AM

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'

Bieddos 10-06-2004 07:10 PM

goodness i try.... :D

OsMoSiS.it 10-07-2004 10:19 AM

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;

pigsy 11-16-2004 11:58 AM

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.


All times are GMT. The time now is 06:09 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01095 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete