constant BIRTHDAYS_HIDE_YEAR_YES in Birthdays 5
Same name and namespace in other branches
- 6 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.
3 uses of BIRTHDAYS_HIDE_YEAR_YES
- birthdays_page_filter in ./
birthdays.module - Return a form containing a select box to filter users by month of birth
- theme_birthdays_page in ./
birthdays.module - @desc Theme a birthdays page
- _birthdays_show_date_2 in ./
birthdays.module - Format date, optionally hide year
File
- ./
birthdays.module, line 70 - 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');