daniel33 wrote: From the technical side it's not so a big Problem.
But I think that most admins don't want that.
If you have +1000 registered Users you'll have about 3 birthdays a day. That are 3 topics/threads a day extra.
But let's hear what other people think.
Parse error: parse error, unexpected T_STRING in c:\program files\easyphp1-7\www\language\lang_french\lang_extend_topic_calendar.php on line 64
$lang['birthday_header'] = 'Joyeux anniversaire!';
$lang['birthday'] = '<b>%s</b> fete son anniversaire aujourd'hui!';
?>
Ptirhiik - RPGnet-fr wrote: Advice : add a new field to the users table, and translate once for all users the birthday date into a flat format (AAAAMMDD) : this has to be done on user editing and registering (usercp_register/admin_users), and you will have to write a little tool to initiate this fields for existing users (to run once, should be similar for a large part to the migration tool delivered with the PCP). This is the only way I figure to avoid a too high sql/php ressource consumption. Although it is a duplication of data, it will improve drasticely the process. You will also be able to use a copy of the today PCP process (the PCP stores its date onto AAAAMMJJ format).
muriellelapuce wrote: voilà j'ai une erreur suite à l'install de ces mods
j'ai installé birthday 1.54 em et mod Topic_calendar v1.01 et j'ai voulu installé ce mod pour visualiser les anniversaires dans mon calendrier mais j'ai cette erreur
Parse error: parse error, unexpected T_STRING in c:\program files\easyphp1-7\www\language\lang_french\lang_extend_topic_calendar.php on line 64
mais dans mon fichier lang_extend_topic_calendar.php ça correspnod à la ligne en rouge
$lang['birthday_header'] = 'Joyeux anniversaire!';
$lang['birthday'] = '<b>%s</b> fete son anniversaire aujourd'hui!';
?>
je ne vois pas d'erreur
vous avez une idée de ce qui coince
Code: Select all
$lang['birthday'] = '<b>%s</b> fete son anniversaire aujourd\'hui!';