I was thinking it might be nice to be able to show the deadline in the email. This got me thinking that there might be other information a site admin might want to add or present differently. That would seem to require:

  1. All CCK and other nodeapi data to be present. I think we'd be OK here because we already passed the edit node object through the prepare hooks.
  2. The ability to determine what gets displayed, probably through the theme?
  3. Is there already a way to do this, or would the inclusion of a small call to a theme_project_mail_notify be useful?

Comments

aclight’s picture

Status: Active » Fixed

Now that #219734: Allow theming of changes in project issue table and email is committed, I think everything here is possible by writing a small module that implements the hook there or overrides one of the theme functions introduced in that issue. Therefore, I'm marking this as fixed. If in fact there's still part of this request that still isn't possible, please reopen this and specify what that is so we can take a look at that part of the request.

seanbfuller’s picture

I'll be working on our project module install soon and will take a look then, but I'm guessing this should work. The main issue was that someone suggested putting the meta table after the changes so that when he has his voice program reading his emails, he could get the important information first. If I run into any problems, I'll give a shout. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.