Hey everybody.
I just found drupal.org and installed it on my local Webserver - great! It's really powerful but still pretty easy to use.
I'm developing websites just for the fun of it and for my school. Since I'm from Germany most of the people using/accessing my page(s) are German, too -- therefor I'd prefer a German interface.
Well, OK, I found the localization module which allows me to translate everything string by string but I wonder if there is a complete German translation and if there is one wether I could use it (and how). :)
I'm working on a digest module which is based on notify.module.
My idea is that, in user profile, there is a select field where you specify 'subscribe' o 'dont subscribe'.
A cron module selects from DB all users that have this field set to 'subscribe' and sends newsletter, with the same logic as notify.module.
My problem is that I don't know how to retrieve that field from user profile.
If I try and save my user information on my installation of Drupal PHP crashes (Application error) - this is a new install and I'm logged on as the administrator of the Drupal site