I have added a new phrase and conditional to my navbar template that displays some different messages based on different conditions. One of the messages is based on a condition of people in the User Awaiting E-mail Confirmation user group. What I want to do is within this message, display the actual e-mail address they user has registered with so they know if:
1. They have the wrong or an old e-mail address listed and need to update it or..
2. Just need to request the activation e-mail and confirm.
What is the code to use to display the users e-mail address here? I tried $bbuserinfo[email] but that doesn't work.
Thanks,
Scott Z.
1. They have the wrong or an old e-mail address listed and need to update it or..
2. Just need to request the activation e-mail and confirm.
What is the code to use to display the users e-mail address here? I tried $bbuserinfo[email] but that doesn't work.
Thanks,
Scott Z.
Comment