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?
[erledigt] Kann mir da wer sagen, was ich machen muss?
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
[erledigt] Kann mir da wer sagen, was ich machen muss?
Zuletzt geändert von Rosiv am 05.09.2006 21:20, insgesamt 1-mal geändert.
Naja,
ich will, daß er mir die geburtstage im Kalender anzeigt, und dabei weiß ich nicht, was cih DAMIT:
## 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');
machen muss......
Rosiv
ich will, daß er mir die geburtstage im Kalender anzeigt, und dabei weiß ich nicht, was cih DAMIT:
## 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');
machen muss......
Rosiv
Hm,
herausgefunden, was ich machen muss, habe ich:
Ich muss in DIESER den driver definieren, in dem ich die beiden // vor dem jeweiligen Format weglösche.
Hab ich getan. Der verweist dann zu DIESER Datei.
Allerdings habe ich das Format: d.m.Y, H:i
Wie sage ich ihm jetzt, wie er es finden soll?
Rosiv
herausgefunden, was ich machen muss, habe ich:
Ich muss in DIESER den driver definieren, in dem ich die beiden // vor dem jeweiligen Format weglösche.
Hab ich getan. Der verweist dann zu DIESER Datei.
Allerdings habe ich das Format: d.m.Y, H:i
Wie sage ich ihm jetzt, wie er es finden soll?
Rosiv