switched from entity registration to node registration because entity registration lacks so many features ...

I'm now happy at node registration. Especially the mail feature is one its great assets!

When it comes to mail I'm missing the site tokens. Like site:url or site:slogan.
Any possibility to get them added to the tokenlist?

Thx!

Comments

Nchase created an issue.

rudiedirkx’s picture

They should work anyway, but the token tree might not show them. I'll add a var for it sometime, but it's not release worthy, so in the meantime you could change this line:

        '#global_types' => FALSE,

in includes/node_registration.forms.inc and it'll show them all.

rudiedirkx’s picture

Fixed in dev. Not with a checkbox somewhere, but it's a variable you can set with drush: node_registration_token_tree_globals.

Or just change the line I mentioned.