Download the PHP package cliffparnitzky/birthday-lister without Composer
On this page you can find all versions of the php package cliffparnitzky/birthday-lister. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cliffparnitzky/birthday-lister
More information about cliffparnitzky/birthday-lister
Files in cliffparnitzky/birthday-lister
Package birthday-lister
Short Description Provides a module to list member birthdays (past, actual, upcoming).
License LGPL-3.0+
Informations about the package birthday-lister
Contao Extension: BirthdayLister
Provides a module to list member birthdays (past, actual, upcoming).
Installation
Install the extension via composer: cliffparnitzky/birthday-lister.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/BirthdayLister/releases
Tracker
https://github.com/cliffparnitzky/BirthdayLister/issues
Compatibility
- min. Contao version: >= 3.2.0
- max. Contao version: < 3.6.0
Dependency
This extension is dependent on the following extensions:
Screenshots
CSS classes
birthday_is_today
: marks a list item which birthday is todaymember_is_inactive
: marks a list item which member is inactivebirthday
: marks the span inside a list item containing the date of birthname
: marks the span inside a list item containing the name (firstname and lastname)age
: marks the span inside a list item containing the agefirst
,last
: marks the first and last list itemeven
,odd
: marks each list item as even or odd
Hooks
birthdayListerModifyBirthdayChildren
The "birthdayListerModifyBirthdayChildren" hook is triggered for modifying the list of birthday children. So custom sorting is possible or removing of birthday children.
It passes $arrBirthdayChildren
(the array of birthday children), $modulConfig
(the modul configuration to get user definings).
It expects an array of birthday children as return value.
birthdayListerCheckBirthdayInPeriod
The "birthdayListerCheckBirthdayInPeriod" hook is triggered when checking if a birthday is in the defined period. So custom periods could be added or custom checking is possible.
It passes $birthdayInPeriod
(current decision if the birthday is in period), $modulConfig
(the modul configuration to get user definings), $birthday
(the date of birth normalized to the actual year),
$birthdayChild
(the database object of a member). It expects a boolean (is birthday in period) as return value.
All versions of birthday-lister with dependencies
contao/core Version >=3.2.0,<3.6
contao-community-alliance/composer-plugin Version ~2.0
friends-of-contao/contao-associategroups Version ~1.3