Question: Change From Username To First Name

Change From Username To First Name

The feature birthday works well. Now I tried to change the shown username to the first and maybe lastname. I expected the database to trigger the themes/default/view/sidebar.php to show the

HO

Hans van Os

Asked

The feature birthday works well. Now I tried to change the shown username to the first and maybe lastname. I expected the database to trigger the themes/default/view/sidebar.php to show the username. But when I changed this to first_name the username dissappeared and stays blank. So my question is where is the username, in birthdays, generated so I can try to make a workaround. Thank you. Hans

  • MS

    Mian Saleem

    Answered

    Hello,

    You need to make sure that the field you want display is selected in the relative model method and you have correctly change the view file. There is no work around, you need to update method to select first_name and change the view to alter it with username.

    Thank you

  • HO

    Hans van Os

    Answered

    I made changes in sidebar.php and settings_model.php .Works great .Thank you

  • Login to Reply