We use the drupal subscriptions module to send email notifications.
I made a patch to the module ( http://drupal.org/node/32590 ) so allow our theme to override the contents of the email.
kbarr
Joined: 2005-08-29
Posts: 11
Posted: Tue, 2005-10-25 01:26
thanks for the pointer. Your patch looks a bit cleaner than the original code, but I'm not sure how it ties into a theme? Can I actually call one of your theme_ functions from a theme template to setup the contents of the email?
Posts: 8601
We use the drupal subscriptions module to send email notifications.
I made a patch to the module ( http://drupal.org/node/32590 ) so allow our theme to override the contents of the email.
Posts: 11
thanks for the pointer. Your patch looks a bit cleaner than the original code, but I'm not sure how it ties into a theme? Can I actually call one of your theme_ functions from a theme template to setup the contents of the email?
It looks like you also use the patch at http://drupal.org/node/14602 to provide a "subscribe" checkbox.
Sorry about asking you drupal questions on the gallery forums, but it's a great setup