Hi Yves,
I'm not sure if it's a bug or a feature request. You decide.
When someone sends a mail to a organizer they can do so in two ways.
They can click the contact button in a event. When sending a mail that way, the mail gets a subject that is "<eventno.> : <eventname>".
So far so good.
But, when they send a mail from the organizer profile page, then the resulting email has a subject that only contains " :".
I would like to have a extra required field "Subject" in the html pop-up where you can write the mail. And when send from an event the event title should be filled as the subject of the mail.
Now there are only the fields Name, Email and Text.
Because my organizers have pointed out that it's very clumsy not to have a subject in the mail, I have coded this on my own site.
It involves changes in rendering.php, organizer view default.php, contact_organizer.php and utils_event.php
If you want to I can give you some pointers in what to change