vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Admin Auto HTML Email (https://vborg.vbsupport.ru/showthread.php?t=232687)

CypherSTL 01-09-2010 10:00 PM

Admin Auto HTML Email
 
1 Attachment(s)
This hack takes any emails sent by administrators only that has the <html> tag present, and sends it as an HTML email message.

iask 01-10-2010 09:31 AM

first :)

BBF 01-10-2010 09:40 AM

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

Quote:

Originally Posted by BBF (Post 1951800)
this is the same like this mod -> https://vborg.vbsupport.ru/showthread.php?t=231532

it is same 1

thanxx

installed
________
Public movie

CypherSTL 01-18-2010 05:06 AM

Quote:

Originally Posted by Dr.osamA (Post 1958799)
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?

Code:

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:
Code:

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

Quote:

Originally Posted by cloferba (Post 2000450)
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

Quote:

Originally Posted by maryx (Post 2115773)
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


Quote:

Originally Posted by maryx (Post 2115833)
The nice thing about neglect is that it forces one to figure it out. I figured it out!

Quote:

Originally Posted by ravencr (Post 2115985)
Can you share the results with us?

if u are about how to send in htm use this tutorial
http://articles.sitepoint.com/articl...il-newsletters... u can get templates in 3rd page

maryx 11-30-2010 10:48 AM

Quote:

Originally Posted by ukindian (Post 2127093)
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/articl...il-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

TTF 09-07-2011 05:58 AM

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

Quote:

Originally Posted by Asterix_ita (Post 2015032)
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/3...23xmfuwqgt.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

Quote:

Originally Posted by Satfool1 (Post 2421419)
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

Quote:

Originally Posted by cakos22 (Post 2491628)
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

Quote:

Originally Posted by webmaster74 (Post 2561946)
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

Quote:

Originally Posted by blackberry (Post 2565962)
yes it is working

thank you for that.


All times are GMT. The time now is 07:40 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.01969 seconds
  • Memory Usage 1,788KB
  • 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_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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