Closed (fixed)
Project:
Birthdays
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2007 at 20:52 UTC
Updated:
28 Sep 2007 at 18:10 UTC
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
Comment #1
maartenvg commentedBecause 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.
Comment #2
kpm commentedThanks! That was indeed both a quick and easy solution.