I have custom userprofiles with a field profile_fullname

I would like the contents of this field to be displayed on the list instead of the username. Is that possible? And if yes, how can I do this?

Thanks in advance, Erik-Jan

Comments

maartenvg’s picture

Status: Active » Fixed

You need to override theme_birthdays_page() to use $user->profile_fullname in stead of theme('username', $account).
If you want it for blocks as well, you'll need to do the same for theme_birthdays_block().

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.