The user settings to enable/disable email notification at the account level used to be at messages/notify, but were later moved to the user account edit page. The default notification email still contains a link to messages/notify, that should instead point to user/{userid}/edit. The attached patch hopefully fixes this. I had to add a new token, !author_uid, to create the correct url.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | real_fix_this_time.patch | 2.36 KB | berdir |
| pm_email_notify.module.patch | 1.92 KB | sja1 |
Comments
Comment #1
sja1 commentedchanging status
Comment #2
berdirDid not actually test it, but the changes are obvious and the patch still applies.
Comment #3
litwol commentedComment #4
litwol commentedComment #5
berdirPatch applies to 7.x-1.x too :)
Comment #6
litwol commentedWith offsets.
Comment #7
berdirWell, that happens when you RTBC a patch without testing..
The fix is actually wrong, it does insert the UID of the *author* into the edit link, however, the recipient does not have access to that, obvously...
Comment #8
litwol commentedComment #9
berdirPatch applies and works. With fuzz, but I assume that's because of a changed comment or something like that.
Comment #10
litwol commentedSorry please re-roll
Comment #11
berdirThis has already been commited as part of http://drupal.org/cvs?commit=264130.