Customizing the module output
Last updated on
30 April 2025
Sometimes you might want to customize the way some areas of the module look. For instance, you might want to alter the Birthdays page, or change the listing in the Birthdays blocks. This can be done by overriding the theme functions. How to do so can be found here: http://drupal.org/node/173880.
If you want to display the date of birth or age on another location (e.g. near the user name, in the forums, on nodes), you best use the functions
$age = _birthdays_show_age($account);
$date = _birthdays_show_date($date_array, $account, 'medium');
These will listen to the global or user determined visibility of the age and year of date.
More specific information might follow later.
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion