Birthday block

Component ID

1787154

Component name

Birthday block

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

I needed to display a block of user profiles, order by their birthday (upcoming birthdays).

The block displays the upcoming birthdays for the first 5 users. For the moment everything is hard-coded, but feel free to sumbit a patch to change it to settings.

Variables you probably need to change:

  $table = 'field_data_field_user_geboortedatum';
  $field = 'field_user_geboortedatum_value';
  $view_mode = 'verjaardag';
  $limit = 5;