Announcement

Collapse
No announcement yet.

Display Registered E-mail Address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Display Registered E-mail Address

    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.
    sigpic
    Nation of Blue - Kentucky Wildcats Sports


    Some CMS Goodness: Add Avatar to Article

  • #2
    I just tried $bbuserinfo[email] in the navbar template and it worked fine. What conditionals are you using?
    Lats...

    Comment


    • #3
      Ah I found it. I had to wrap my phrase name with the phrase tag like this in the template:

      Code:
      <phrase 1="$bbuserinfo[email]">$vbphrase[phrase_name]</phrase>
      And then in my phrase I had to use {1} to call it.
      Last edited by reefland; Sat 19 Feb '05, 7:29pm.
      sigpic
      Nation of Blue - Kentucky Wildcats Sports


      Some CMS Goodness: Add Avatar to Article

      Comment

      Loading...
      Working...
      X