View Full Version : Administrative and Maintenance Tools - Admin Auto HTML Email
CypherSTL
01-09-2010, 10:00 PM
This hack takes any emails sent by administrators only that has the <html> tag present, and sends it as an HTML email message.
this is the same like this mod -> https://vborg.vbsupport.ru/showthread.php?t=231532
BlackJacket
01-10-2010, 11:39 AM
Thanks. Tagged for later use.
abdobasha2004
01-10-2010, 11:38 PM
thanks
needed very much
AzzidReign
01-11-2010, 09:46 AM
Thank you.
roymogg
01-11-2010, 11:49 AM
Thanks Cypher,
I was waiting for this for version 4 - good work
RoyMogg
CRDeveloper
01-17-2010, 11:41 PM
This one doesnt change the normal mail system right?
Dr.osamA
01-18-2010, 02:08 AM
this is the same like this mod -> https://vborg.vbsupport.ru/showthread.php?t=231532
it is same 1
thanxx
installed
________
Public movie (http://www.++++tube.com/categories/35/public/videos/1)
CypherSTL
01-18-2010, 05:06 AM
it is same 1
thanxx
installed
Do you actually know how to read? As in, open the XML and look before just saying "Yes, it's the SAME", when it's not?
Or, do you just have no idea what usergroup ID 6 is? It means for ADMINISTRATORS.
So, let's go back to first grade and put things together?
if ($vbulletin->userinfo['usergroupid'] == 6) {
If you guessed, That everything after the { happens for usergroup ID 6, you're getting better!
Now, let's look at the next part:
if(strlen($message) != strlen(strip_tags($message))) { $headers = str_replace('Content-Type: text/plain', 'Content-Type: text/html', $headers); }
This part tells PHP to send email as HTML
So, if you managed to pass first grade, you could tell that this mod functions for Usergroup ID 6 Only, which was?? come on...you remember...that's right..Administrators.
Bottom line, learn to read, and look at code before saying it's the same.
4nawadir.com
01-24-2010, 02:58 PM
Thanks ...
This is very useful ...
and work 100%
http://up.ma/images/7eidlhot4g7piagnu0gz.png
Installed
cloferba
03-09-2010, 01:58 PM
this dont work with welcome mails it seems....
i have tried to upload this product, and then send a html mail using <html> and </html> tags but it didnt work
arvid
03-23-2010, 08:19 PM
Works great! Great plugin! :)
Xanlamin
03-27-2010, 02:31 AM
this dont work with welcome mails it seems....
i have tried to upload this product, and then send a html mail using <html> and </html> tags but it didnt work
No this is not for the welcome messages, only emails sent via the admincp in the users category, where you manually send emails.
Asterix_ita
04-03-2010, 07:19 AM
Since I installed the addon emails reporting new PM by admin I are converted to html is normal?
thanks
:bai
https://vborg.vbsupport.ru/
elrafei
06-18-2010, 01:30 AM
Thank you.
GONUMBER6
07-28-2010, 05:14 PM
Just what I was looking for! Thank you!!!
ravencr
10-06-2010, 12:26 AM
Is there a way to make this work with the welcome email, by chance? Or is there a mod out there that does this, because right now it's only plain text which is annoying.
Chris
maryx
10-29-2010, 06:40 PM
Can someone tell me exactly what to do with this code? Where to put it? My apologies for knowing nothing!!
maryx
10-29-2010, 09:14 PM
The nice thing about neglect is that it forces one to figure it out. I figured it out!
ravencr
10-30-2010, 09:38 AM
Can you share the results with us?
weindians
11-29-2010, 11:07 AM
Can someone tell me exactly what to do with this code? Where to put it? My apologies for knowing nothing!!
nothing much .install it via product install.... use send email from acp->users-> send emails to users-> use html codes in emails <strong> for bold letter, <color=red> for color <br /> for line break, <img src= "link" > etc are basic .. remember to close codes eg : </strong> and <br /> to break lines otherwise email will be just continous. use below link to learn more
The nice thing about neglect is that it forces one to figure it out. I figured it out!
Can you share the results with us?
if u are about how to send in htm use this tutorial
http://articles.sitepoint.com/article/code-html-email-newsletters... u can get templates in 3rd page
maryx
11-30-2010, 10:48 AM
nothing much .install it via product install.... use send email from acp->users-> send emails to users-> use html codes in emails <strong> for bold letter, <color=red> for color <br /> for line break, <img src= "link" > etc are basic .. remember to close codes eg : </strong> and <br /> to break lines otherwise email will be just continous. use below link to learn more
if u are about how to send in htm use this tutorial
http://articles.sitepoint.com/article/code-html-email-newsletters... u can get templates in 3rd page
Thanks very much for the link to how to codehtml newsletters! Finally, after a really laborious upgrade of my heavily modded site, I am ready to do the newsletter. So, give me a day or so and I will let you know how the newsletter looks to my 28,000 members.
maryx
12-03-2010, 10:48 AM
I am getting this error message when I try to use this mod --
Parse error: syntax error, unexpected '<' in /var/www/vhosts/mysite.com/httpdocs/includes/class_mail.php(292)
can anyone help me with this?
Thanks!
walter_ps2
07-30-2011, 09:01 AM
It doesn't work on 4.1.3
Any updates on this one? I'm using 4.1.4 but not sure if it will work?
Welshy2008
01-23-2012, 08:47 AM
Does this work on 4.1.10, guys?
ctrenks
04-03-2012, 12:40 PM
I triued to install on 4.1.X and it does not appear in the products list.
BasilFawlty
09-11-2012, 02:01 PM
Just installed. Very nice so far.
iadventure
09-20-2012, 03:30 PM
does this work with welcome messages?
Elric
02-16-2013, 04:05 AM
Since I installed the addon emails reporting new PM by admin I are converted to html is normal?
thanks
:bai
http://img651.imageshack.us/img651/3092/03042010102123xmfuwqgt.png
I have this Problem too can anyone modified this code for vb 4.2:
https://vborg.vbsupport.ru/showthread.php?t=137537
Works not on vb 4.2 i have test it :(
Satfool1
05-11-2013, 10:55 PM
installed 4.2.1 and this does not work anymore on it.
Great on previous ones but not on this version
artcrimes
05-19-2013, 04:38 PM
installed 4.2.1 and this does not work anymore on it.
Great on previous ones but not on this version
+1 ... 4.2.1 Not work...
cakos22
04-05-2014, 12:27 PM
Gracias me sirvio el plugin.
ozzy47
04-05-2014, 01:36 PM
Gracias me sirvio el plugin.
All posts must be in English please.
webmaster74
01-04-2016, 01:15 PM
I am surprized such a very needed feature in vbulletin has only received 120 downloads! I would have expected far more!
Does anyone know if it is compatible with the lastest version of V4?
blackberry
03-01-2016, 01:13 PM
I am surprized such a very needed feature in vbulletin has only received 120 downloads! I would have expected far more!
Does anyone know if it is compatible with the lastest version of V4?
yes it is working
webmaster74
03-01-2016, 11:48 PM
yes it is working
thank you for that.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.