I want to modify the email notification message to reflect the following:
The following user is awaiting moderation:
$bbuserinfo[username]
Please visit this link to moderate this user:
$vboptions[bburl]/$admincpdir/user.php?do=moderate
View member profile: $memberlink
Check IP location in Melissa: http://www.melissadata.com/lookups/iplocation.asp?ipaddress=$ipaddress
Check for Spam (email): http://www.stopforumspam.com/search?q=$email
Check for Spam (name): http://www.stopforumspam.com/search?q=$username
Check for Spam (IP): http://www.stopforumspam.com/search?q=$ipaddress
Thank you
This 'works', except that the contents of the variables $email, $username, and $ipaddress don't appear in the email that I get. Why?
|