constant BIRTHDAYS_HIDE_YEAR_YES in Birthdays 6
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_HIDE_YEAR_YES
- 7 birthdays.module \BIRTHDAYS_HIDE_YEAR_YES
Hide the year of birth and age of users. This goes for all pages generated by the Birthdays module.
4 uses of BIRTHDAYS_HIDE_YEAR_YES
- BirthdaysTestCase::testHideYearOption in ./
birthdays.test - Test the year of birth visibility options.
- birthdays_page_filter in ./
birthdays.page.inc - Return a form containing a select box to filter users by month of birth
- template_preprocess_birthdays_page in ./
birthdays.page.inc - Preprocess variables to format the birthdays page.
- _birthdays_show_date_2 in ./
birthdays.module - Format date, optionally hide year
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_YES', '1');