The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with some PHP code
I am wanting to put in a specific email address instead of using
$webmasteremail. Do I have to put this in like perl by using your\@youremail.com or what? Thanks, Parker |
#2
|
||||
|
||||
well you could just do <a href=\"mailto:you@youmail.com\">Email Me</a>
|
#3
|
||||
|
||||
Vincent]Yeah no real trick there
|
#4
|
||||
|
||||
Ok, then how would you do it for your email address in your profile? I mean, if you wanted to change to a file instead of an email address?
|
#5
|
|||
|
|||
Sorry I wasn't more clear.
I am wanting to change out the $webmasteremail in the following that gets used to send out an email. mail ($user[email],$subject,$message,"From: $webmasteremail"); would I use myname\@myplace.com in place of $webmasteremail or what? Thanks, Parker |
#6
|
||||
|
||||
Just above that line, add:
$webmaster = "parkerclark@yoursite.com"; Done. Or just replace $webmasteremail with parkerclark@yoursite.com - no need backslash. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|