constant BIRTHDAYS_HIDE_YEAR_NO in Birthdays 6
Same name and namespace in other branches
- 5 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.admin.inc - Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays.
- 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.page.inc - 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.
- template_preprocess_birthdays_page in ./
birthdays.page.inc - Preprocess variables to format the birthdays page.
File
- ./
birthdays.module, line 58 - 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');