Thanks for this very useful module.
Would be great to have Token module support.
TIA.

Comments

not_Dries_Buytaert’s picture

Subscribing. +1. I am supporting this request, which is similar to this request for the Token module.

twooten’s picture

Subscribing. +1.

hnln’s picture

+++1

liliplanet’s picture

subscribe, thx!

hunt3r’s picture

Subscribe, absolutely need this. I'd code it myself if I could, which I may hack something if I can make sense of the code. Thanks!

attheshow’s picture

subscribing.

justintime’s picture

Status: Active » Needs review
StatusFileSize
new1.46 KB

I needed this, and it wasn't too bad to whip up. It works for me, please test and mark RTBC if it works for you.

justintime’s picture

StatusFileSize
new1.48 KB

Quick fix - I was checking if 'token' module was enabled, but I really need to check if 'token_actions' is enabled so that we can borrow their functions.

lunderlini’s picture

Yes #8 patch works, but seems not show global tokens to use, such as [site-name].

dgtlmoon’s picture

Check latest release, I did not use token_action instead I just hooked into which ever token context was related to that action (user, node etc)