ttadej
8 years agoAdvisor
Context object for name of 'mover' in immediate_general email template
In the 'immediate_general' email template, I'm looking for the context object for the user who moves a post. So if $notification.moved then I need to get the username of the user who moved the message.
I've tried the following without luck:
$actorLogin
$notification.message.actor.login
$notification.actor.login
$notification.message.lastEditUser.login
The reason_box template simply uses $actorLogin.
This current documentation for the Velocity email templates does not cover this topic (among many others): https://community.lithium.com/t5/Developer-Knowledge-Base/Email-template-context-objects/ta-p/75924