This used to work, but no longer does - I expect it may have something to do with the dev version of Entity, but I'm not sure.

The message set is <p>A new node has been created on [node:domain] and is available for review at [node:url].</p><p>You may edit the node to modify the publishing settings.</p>

This is the exact resulting email, including unescaped tags:

<p>A new node has been created on Babylon Democratic Committee and is available for review at Array.</p><p>You may edit the node to modify the publishing settings.</p>

So the [node:domain] token works, but the [node:url] token doesn't. Any ideas here? This is pretty important functionality for a Domain Access mutisite with about ten busy sites - this is a major inconvenience for the fellow who's running the sites.

Again, it used to work fine... I am stumped. Any guidance greatly appreciated!

Comments

Dave Reid’s picture

Status: Active » Postponed (maintainer needs more info)

This generally means that you have two different modules which both are trying to provide a value for [node:url]. You may want to check your status report at admin/reports/status to see if Token module displays the warning about it.

bcobin’s picture

Wow, Dave - thanks for getting back so quickly!

I had Token formatters installed - disabled it and now it works!

You are da man!

I suppose you could mark this closed, unless you 'd like me to open an issue in the Token Formatters queue. Thank you SO much!

Dave Reid’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Definitely check and see if someone has already reported this in the Token formatters module. If it's still an issue in their latest relase, then file a new issue there.