XF 2.2 Notify thread starter of this action. (Moving threads)

Solution
Try in template helper_action

Code:
<xf:option name="{$alertName}" selected="{$selected}"
            label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}">

Change {$selected} to {{ false }}
Try in template helper_action

Code:
<xf:option name="{$alertName}" selected="{$selected}"
            label="{{ phrase('notify_thread_starter_of_this_action') }} {{ phrase('reason:') }}">

Change {$selected} to {{ false }}
 
Last edited:
Solution
Top Bottom