Okay, I deleted that one line of php code, from the
register.php file.
I kept the
error_moderateuser template code the way it was.
PHP Code:
field 5 = $bbuserinfo[field5] <br>
field 6 = $bbuserinfo[field6] <br>
username = $bbuserinfo[username] <br>
email = $bbuserinfo[email] <br>
================== <br>
field 5 = $field5 <br>
field 6 = $field6 <br>
email = $email <br>
================== <br>
field 5 = $userprofile[field5] <br>
field 6 = $userprofile[field6] <br>
email = $userinfo[email] <br>
================== <br>
<br>
Thank you for registering, $username.
And here's what was displayed by the error_moderateuser template.
[color=sky blue]
field 5 =
field 6 =
username = Unregistered
email =
==================
field 5 =
field 6 =
email =
==================
field 5 =
field 6 =
email = my-email-address@my-domain.com
==================
Thank you for registering, test.[/color]
The only variables that work now, are these...
- email = $userinfo[email]
- username = $username