forum engine

kbarr

Joined: 2005-08-29
Posts: 11
Posted: Tue, 2005-10-18 02:05

The new site is Drupal-powered. Is the forum using drupal's code, too? If so, what modules have you added that allow email notification of replies?

(Or if it's not drupal, what is it, and how did you integrate it?)

Thanks,
Ken

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2005-10-18 03:25

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?

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 :)