Closed (won't fix)
Project:
Mail Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2009 at 13:19 UTC
Updated:
17 Mar 2012 at 23:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
orb commentedfix this problem
see: http://drupal.org/node/125640#comment-2345546 and http://drupal.org/node/33044#comment-2345536
Comment #2
salvisDo not put hash signs into file names, it makes the files inaccessible.
It would help if you explained what the problem is and how your proposed solution works.
Comment #3
orb commentedAllows to insert into a letter template profile fields
Comment #4
kswan commentedThe patch is not accessible with the # in the filename. Please post a renamed patch.
Comment #5
litwol commentedtry accessing that patch with # urlencoded.. : http://drupal.org/files/issues/mail_edit.module-add-token-profile-%23652...
Comment #6
salvisRight, that works, sort of...
Here are some preliminary comments:
There must be no hard-coded dependency on Token!
$form['mail']['token_help']['help']into$form['mail']['token_help']['help']['standard']and$form['mail']['token_help']['help']['token_user']would allow client modules to remove the latter.Comment #7
salvisSome more thoughts:
Actually, it IS the client module's responsibility to provide all the variables that are useful in its context. Maybe this should be an issue against the client module that isn't providing all you need, rather than attempting to throw in tokens that may not apply?
Comment #8
chinita7 commentedAny news for this feature??
Comment #9
salvisNo, sorry, no one cared enough to work on this for years, so it will never happen.
The D7 version has full support for tokens and then some.