1.9.2 how to change mail content (clickable link to event)?
Brought to you by:
jberanek
Hi
When a new event is booked, the booker and the area admin get an email like this
A new entry has been booked, here are the details:
view_entry.php?id=16361
Brief description: ...
The question is now how i can customize this email? I want to
-change the text "a new entry has been booked"
-Make the link clickable to redirect to the event (ill have to prefix with my dns name for the server, maybe there is a variable for this
Can you help me try to achieve this?
Best,
Thomas
Set in your config file
In general you can change any text by finding the string in lang/lang.en and then using the corresponding tag (eg 'mail_body_new_entry') in
$vocab_override. You can have settings for multiple languages by using the language specifier, egThanks that worked :)