The Arcive of vBulletin Modifications Site. |
|
Admin Auto HTML Email Details »»
|
|||||||||||||||||||||||||||
This hack takes any emails sent by administrators only that has the <html> tag present, and sends it as an HTML email message.
Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| webmaster74 | ||
| Comments |
|
#2
|
|||
|
|||
|
first
|
|
#3
|
|||
|
|||
|
this is the same like this mod -> https://vborg.vbsupport.ru/showthread.php?t=231532
|
|
#4
|
||||
|
||||
|
Thanks. Tagged for later use.
|
|
#5
|
||||
|
||||
|
thanks
needed very much |
|
#6
|
||||
|
||||
|
Thank you.
|
|
#7
|
|||
|
|||
|
Thanks Cypher,
I was waiting for this for version 4 - good work RoyMogg |
|
#8
|
||||
|
||||
|
This one doesnt change the normal mail system right?
|
|
#9
|
||||
|
||||
|
Quote:
thanxx installed ________ Public movie |
|
#10
|
|||
|
|||
|
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) {
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); }
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. |
![]() |
|
|