Author Topic: Modify Email Notification  (Read 4194 times)

daniel_hug

  • Freshman
  • *
  • Posts: 35
    • View Profile
Modify Email Notification
« on: April 20, 2011, 11:01:30 am »
Hi all,
after changing an event, i get the email notification.
I'd like to modify its subject and message. I'd like to add the date of the event to the subject and message part.

Can someone tell me what file8s) i have to modify and if/how i can access the events date value?

THX
Daniel

Markus

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
Re: Modify Email Notification
« Reply #1 on: April 21, 2011, 03:47:17 am »
Hi all,
after changing an event, i get the email notification.
I'd like to modify its subject and message. I'd like to add the date of the event to the subject and message part.
You find all notifcation templates in
ROOT\application\views\notifier

Quote
Can someone tell me what file8s) i have to modify and if/how i can access the events date value?
Quick look: ROOT\application\controllers\EventController.class.php -> getData might be helpful for you.

cheers
markus