Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dinkybluebug

    (@dinkybluebug)

    Ive fixed it all by myself. Yay

    Thread Starter dinkybluebug

    (@dinkybluebug)

    No – i havent… rubbish

    Ive added in :

    $user_nickname = $user->display_name;

    and then also

    $admin_message = str_replace(‘[nickname]’, $user_nickname, $admin_message);
    $admin_subject = str_replace(‘[nickname]’, $user_nickname, $admin_subject);
    $user_message = str_replace(‘[nickname]’, $user_nickname, $user_message);
    $user_subject = str_replace(‘[nickname]’, $user_nickname, $user_subject);

    in their respective places.

    Im using the tag [nickname] in the email and its not working. I want the email to show their displayed name

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘use tag [user_nickname}’ is closed to new replies.