Closed (fixed)
Project:
Birthdays
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2008 at 13:17 UTC
Updated:
7 Dec 2008 at 09:53 UTC
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
Comment #1
maartenvg commentedYou need to override theme_birthdays_page() to use
$user->profile_fullnamein stead oftheme('username', $account).If you want it for blocks as well, you'll need to do the same for theme_birthdays_block().