The Arcive of vBulletin Modifications Site. |
|
email to welcome new members Details »»
|
|||||||||||||||||||||||||
hey,
I have been looking for literally hours for this hack, but had no luck.... so I have used some old code and modified it to work.... so, here is what I did for vB version 2.3.2: in register.php find the following code: (about line 570) PHP Code:
then right above, put: PHP Code:
Code:
Dear $username, Welcome our Forums! message goes here! Kind Regards, Your Team then create another template called "welcomeemailsubject" and put something like Code:
Welcome to our Forum! ![]() (hopefully)!!! Hope it works for others! Matt Facer (mfacer) Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I may install this one in a bit, but by looking at code it looks good.
|
|
#3
|
||||
|
||||
|
As asked for here https://vborg.vbsupport.ru/showthread.php?t=57316
To add their password in the welcome mail, while in register.php find Code:
$password = trim($password); Code:
$passwordemail=$password; Code:
Dear $username, Welcome our Forums! You have signed up with the following information: Username: $username Password: $passwordemail More welcome stuff here. Kind Regards, Your Team
|
|
#4
|
|||
|
|||
|
nice one insanctus, looks good!
|
|
#5
|
|||
|
|||
|
it works fine.
If you are not yousing: "Verify Email address in registration" have to be off. Is it posible to make it to work whit dis setting on. Nice work ! |
|
#6
|
||||
|
||||
|
To do this, with it to send password at a later time it would have to be stored non encrypted, which I personaly would never do for a hack. (does not believe people should have it unencrypted).
The rest of it would be not to hard I am sure. |
|
#7
|
|||
|
|||
|
I'm getting this error when trying to register a new user:
Fatal error: Call to undefined function: vbmail() in /var/www/html/vb/register.php on line 541 |
|
#8
|
||||
|
||||
|
I tested it on my test board the other day VB 2.3.2 with no issue.
Sounds like your putting it in the wrong place. |
|
#9
|
|||
|
|||
|
Forgot to mention I'm using 2.2.9.
|
|
#10
|
||||
|
||||
|
I have not looked at 2.9 nor have it on disk no more. Perhaps someone who is on it can post the trouble.
I just hacked my hosting site board exact as said on here and it sent email no errors. Dear test, Welcome our Forums! You have signed up with the following information: Username: test Password: testing Please make sure to look at our hosting plans. Thank You, Sanoxs Solutions |
![]() |
|
|