The configurable email subject and body on admin/settings/forward are not being used when forwarding nodes or views. It uses the default settings.
this small patch fixes that.

thanks.

CommentFileSizeAuthor
#1 forward_subject_body.patch2.64 KBloze
forward_subject_body.patch809 bytesloze

Comments

loze’s picture

StatusFileSize
new2.64 KB

sorry, the first patch didn't do the job.
this one does.

basically all it does is make the $emailtype variable either 'epostcard' or 'page' instead of 'epostcard' or 'email', which I think makes more sense, since you're either forwarding a page or a postcard. And since your config variables are forward_page_subject and forward_epostcard_subject, this now matches

loze’s picture

Status: Active » Needs review
seanr’s picture

Status: Needs review » Fixed

Thanks. This will be fixed in the next version.

Status: Fixed » Closed (fixed)

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