Installed Birthday and configured so the user could choose to display the year and age. This works on the user specific profile page, but if one goes to the user list page, where all users names appear, anyone who added their birthdate on their account page will have that full date displayed under there name (in the form dd/mm/yyyy) on the user list page. I also set the default to not display user year and tried, same result.

Comments

maartenvg’s picture

Because we use the /birthdays page for listing birthdays, we never got around adapting /profile. The quick solution would be to set the profile field settings (/admin/user/profile) of your date field to 'public, but not on listings'.
The longer solution is altering the theme function which produces the /profile page.

kpm’s picture

Status: Active » Closed (fixed)

Thanks! That was indeed both a quick and easy solution.