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
Comment #2
rudiedirkx commentedThey 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:
in
includes/node_registration.forms.incand it'll show them all.Comment #4
rudiedirkx commentedFixed 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.