meinst duVerlinke mal bitte deine profile_viewbody.tpl
profile_view_body?
Code: Alles auswählen
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
// Start add - Birthday MOD
'L_BIRTHDAY' => $lang['Birthday'],
// End add - Birthday MOD
'AVATAR_IMG' => $avatar_img,Code: Alles auswählen
'INTERESTS' => ( $profiledata['user_interests'] ) ? $profiledata['user_interests'] : ' ',
// Start add - Birthday MOD
'BIRTHDAY' => $user_birthday,
// End add - Birthday MOD
'AVATAR_IMG' => $avatar_img,Und zwar sowohl am Geburtstag, als auch als verspätete Nachricht... immer das Gleiche.Hui! Wir kommen zu spät zu deinem 36ten Geburtstag, der am 31.12. war, stimmt's? Wir wünschen dir auch nachträglich noch alles Gute und hoffen, dass du einen schönen Purzeltag hattest.
Das Management
Daran könnte es liegen:Und zwar sowohl am Geburtstag, als auch als verspätete Nachricht... immer das Gleiche.
Kriegt man das auch noch hin?
Code: Alles auswählen
if ( $userdata['user_birthday']!=999999 && $board_config['birthday_greeting'] && create_date('Ymd', time(), $board_config['board_timezone']) >= $userdata['user_next_birthday_greeting'].realdate ('md',$userdata['user_birthday'] ) )Code: Alles auswählen
if ( $userdata['user_birthday']!=999999 && $board_config['birthday_greeting'] && create_date('Ymd', time(), $board_config['default_timezone']) >= $userdata['user_next_birthday_greeting'].realdate ('md',$userdata['user_birthday'] ) )