The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
What is the code used to call the email address that's entered in the web master email field?
*I hope that question just made sense...* |
#2
|
||||
|
||||
![]()
If I am reading this right, then I think you may be after this: $vboptions[webmasteremail]
|
#3
|
|||
|
|||
![]()
Or in PHP code:
PHP Code:
|
#4
|
|||
|
|||
![]()
hrmmm - that's not what I'm looking for apparently.
I believe this is the area of the code I'm trying to modify: $formemailadress is a field that you set, that's where the email is actually SENT TO. I've searched the code and haven't found 'webmasteremail' in there...so I'm wondering if it's 'hard coded' in this code? I don't know how to code, but I can usually make things do what I want if it already exists. Perhaps it's '$email'? Code:
$emails = explode(';', $formemailaddress); foreach ($emails AS $email) { vbmail($email, $posttitle, $formsend); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|