It seems that the token prompt in the admin form for pm_email_notify never got ported to D7, so has all the wrong tokens, and even formapi syntax that doesn't work on D7.
Here's a patch to fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| privatemsg.pm_email_notify_token_prompt.patch | 1.49 KB | rfay |
Comments
Comment #2
rfayNone of the fails here are a result of this patch; I guess privatemsg testing is broken.
Comment #5
berdirLooks fine, any chance you can throw in a module_exists and if so, add the token browser instead of the hardcoded examples? Preferable with #dialog => TRUE.
Comment #6
rfay@Berdir, it already did that, which is probably why this went undiscovered. If Token module is enabled, it works great, with the browser.
Comment #8
berdirAh of course, we're already inside an else. Committed to 7.x-1.x and 7.x-2.x, with a small change.