constant BIRTHDAYS_HIDE_YEAR_NO in Birthdays 5
Same name and namespace in other branches
- 6 birthdays.module \BIRTHDAYS_HIDE_YEAR_NO
- 7 birthdays.module \BIRTHDAYS_HIDE_YEAR_NO
Do not hide the year of birth and age of users. This goes for all pages generated by the Birthdays module. Default.
7 uses of BIRTHDAYS_HIDE_YEAR_NO
- birthdays_admin_settings in ./
birthdays.module - Implementation of hook_form().
- birthdays_form_user in ./
birthdays.module - Adds user options to the profile form which are saved in {users}.data and are loaded during a user_load().
- birthdays_page_filter in ./
birthdays.module - Return a form containing a select box to filter users by month of birth
- birthdays_profile_alter in ./
birthdays.module - Alter the way the birthday is shown. This is fired after every module has filled the profile.
- theme_birthdays_page in ./
birthdays.module - @desc Theme a birthdays page
File
- ./
birthdays.module, line 64 - The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an e-mail on their birthday automatically, and the administrator can receive daily reminders of…
Code
define('BIRTHDAYS_HIDE_YEAR_NO', '0');