HO
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
- MSAnswered
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
- HOAnswered
I made changes in sidebar.php and settings_model.php .Works great .Thank you
- Login to Reply