You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only contact tokens are explicitly supported in templates used for sending with this extension, but with a deprecated method CRM_Utils_Token::replaceContactTokens(). No other tokens are supported which makes it hard to extend on the functionality.
This extension should implement token replacement using CiviCRM's Token framework and deprecate the Smarty variables it is currently defining as placeholders.
The text was updated successfully, but these errors were encountered:
I think 4.7 - if we're not planning to provide our own tokens using some new stuff in Core, then it would be 5.44. Not sure about those special variables for multi-value fields of events (sessions, speakers, etc.) and special formats - maybe they can be handled with default custom field tokens.
Anyway, version 2.0 of the extension should not not move forward because of supporting legacy stuff.
Currently, only
contact
tokens are explicitly supported in templates used for sending with this extension, but with a deprecated methodCRM_Utils_Token::replaceContactTokens()
. No other tokens are supported which makes it hard to extend on the functionality.This extension should implement token replacement using CiviCRM's Token framework and deprecate the Smarty variables it is currently defining as placeholders.
The text was updated successfully, but these errors were encountered: