[erledigt] Kann mir da wer sagen, was ich machen muss?
Verfasst: 05.09.2006 12:26
Birthday display:
## o this edition supports three user_birthday formats :
## MMDDYYYY : eg : Birthdays mod by TerraFrost ( http://www.phpbb.com/phpBB/viewtopic.php?t=342028 )
## YYYYMMDD : eg : old PCP
## D-M-Y : eg : Birthday Event by Reddog ( http://www.reddevboard.com/forum/viewtopic.php?t=1256 )
##
## To map birthdays in calendar, you have to copy the appropriate from contrib/birthday_drivers/includes,
## then to activate it in includes/class_calendar_birthday.php by uncommenting the appropriate constant :
## Drivers :
## MMDDYYYY : driver : includes/class_calendar_birthday_mdy.php, constant : define('BIRTHDAY_FMT', 'mdy');
## YYYYMMDD : driver : includes/class_calendar_birthday_ymd.php, constant : define('BIRTHDAY_FMT', 'ymd');
## D-M-Y : driver : includes/class_calendar_birthday_dmy_sep.php, constant : define('BIRTHDAY_FMT', 'dmy_sep');
Für mich käme das unterste in Frage.
Wer kann mir da bittte weiterhelfen?
## o this edition supports three user_birthday formats :
## MMDDYYYY : eg : Birthdays mod by TerraFrost ( http://www.phpbb.com/phpBB/viewtopic.php?t=342028 )
## YYYYMMDD : eg : old PCP
## D-M-Y : eg : Birthday Event by Reddog ( http://www.reddevboard.com/forum/viewtopic.php?t=1256 )
##
## To map birthdays in calendar, you have to copy the appropriate from contrib/birthday_drivers/includes,
## then to activate it in includes/class_calendar_birthday.php by uncommenting the appropriate constant :
## Drivers :
## MMDDYYYY : driver : includes/class_calendar_birthday_mdy.php, constant : define('BIRTHDAY_FMT', 'mdy');
## YYYYMMDD : driver : includes/class_calendar_birthday_ymd.php, constant : define('BIRTHDAY_FMT', 'ymd');
## D-M-Y : driver : includes/class_calendar_birthday_dmy_sep.php, constant : define('BIRTHDAY_FMT', 'dmy_sep');
Für mich käme das unterste in Frage.
Wer kann mir da bittte weiterhelfen?