Needs review
Project:
Action email role
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 19:33 UTC
Updated:
10 Jun 2011 at 11:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
not_Dries_Buytaert commentedSubscribing. +1. I am supporting this request, which is similar to this request for the Token module.
Comment #2
twooten commentedSubscribing. +1.
Comment #3
hnln commented+++1
Comment #4
liliplanet commentedsubscribe, thx!
Comment #5
hunt3r commentedSubscribe, 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!
Comment #6
attheshow commentedsubscribing.
Comment #7
justintime commentedI 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.
Comment #8
justintime commentedQuick 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.
Comment #9
lunderlini commentedYes #8 patch works, but seems not show global tokens to use, such as [site-name].
Comment #10
dgtlmoon commentedCheck 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)