• Hello Xootix,

    I’m testing your login plugin before I buy, but I’m wondering if in the menu item ‘HELLO, username’ we can change it to the user first name?

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

    (@bttmrc)

    Ok, so I was able to achieve what I wanted by going to:
    /includes/xoo-el-functions.php

    and change
    $item->title = get_avatar($user->ID).str_replace( 'username' , $user->user_login , $item->title );

    to

    $item->title = get_avatar($user->ID).str_replace( 'username' , $user->first_name , $item->title );

    Is there anything I can do to not lose the changes in the next update, or better yet can you add this as a option? Or even better, is this an option on the paid version?

    Rose

    (@thorned-rose)

    Agree that at minimum this should be first name by default.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu item ‘Hello, username’ change to firstname’ is closed to new replies.