Closed (won't fix)
Project:
Drupal core
Version:
6.10
Component:
system.module
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 16:33 UTC
Updated:
5 Jan 2012 at 20:06 UTC
The "Send email..." advanced action is missing a base url variable and thus quite some flexibility.
Please add a %site_url variable to the available action variables. E-Mail actions will benefit quite much from this. E.g. consider this mail action template:
Login to %site_name at %site_url/user to ...
I'll create a patch to system.module if needed.
Comments
Comment #1
dave reidIn the meantime you do know about Token module right?
Comment #2
zany commentedDave, thanks for the suggestion. I already use token and then some patches. What I really meant to say is: I'd like to see this added (as opposed to "need"). Among %node_url, %site_name and such the proposed %site_url looks like the missing piece. I'm not familiar with D7, are feature requests better targeted at D7 then?
Comment #3
gbaudoin commentedas #1 suggested, token will give you the variable you need.