• Resolved decafgeek

    (@decafgeek)


    I cannot get the first and last names of newly registered users to display in my “New User Registration” email notification. Other variables, login and display name, work perfectly. I’m using the code below:

    <p>
    Login: [user_login]<br>
    First: [user_firstname]<br>
    Last: [user_lastname]<br>
    Display: [display_name]
    </p>

    Also, what does it show “Auto Imported” next to the titles of my notifications? Example:

    (Auto Imported)

    Thank you for this plugin! And your awesome support.

    decafgeek

    https://wordpress.org/plugins/bnfw/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jack – BNFW

    (@voltronik)

    Hi decafgek,

    I’ve just tested this using the excerpt from my website and it’s outputting everything it should be.

    Here’s what I used:

    User ID: [ID]<br />
    User Login: [user_login]<br />
    User Nicename: [user_nicename]<br />
    User Email: [user_email]<br />
    User URL: [user_url]<br />
    User Registered: [user_registered]<br />
    Display Name: [display_name]<br />
    User Firstname: [user_firstname]<br />
    User Lastname: [user_lastname]<br />
    Nickname: [nickname]<br />
    User Description: [user_description]<br />
    Capabilities: [wp_capabilities]<br />
    Admin Dashboard Colour: [admin_color]<br />
    Close Post Boxes Page: [closedpostboxes_page]<br />
    Primary Blog: [primary_blog]<br />
    Rich Editing Enabled: [rich_editing]<br />
    Source Domain: [source_domain]<br />

    …and here’s a link to a screenshot of the output in my email client.

    Do you have any other plugins that might be causing a conflict? Anything to do with user profile editing, user registration, membership plugins or other email notification plugins? It’s possible that something might be hi-jacking the email before it gets sent.

    With regards to the (Auto Imported) notifications, these are the migrated notifications when updating from the Better Notifications for WordPress beta to version 1. You can safely rename them and change them as you like.

    Plugin Author Jack – BNFW

    (@voltronik)

    Closing due to inactivity.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[user_firstname] [user_lastname] Comes Up Empty’ is closed to new replies.