You must validate your XenForo license to see quoted content
quick_reply_macros
<xf:editor name="message"
value="{$message}"
attachments="{{ $attachmentData ? $attachmentData.attachments : [] }}"
data-min-height="{$minHeight}"
placeholder="{$placeholder}"
previewable="0"
data-deferred="{{ $deferred ? 'on' : 'off' }}"
data-xf-key="{{ phrase('shortcut.quick_reply') }}" />
<xf:if is="$thread && $thread.node_id == 167">
<xf:editor name="message"
value="{$message}"
attachments="{{ $attachmentData ? $attachmentData.attachments : [] }}"
data-min-height="{$minHeight}"
placeholder="If you are reporting a bug, please click the 'Use bug report form' button below - Write your reply..."
previewable="0"
data-deferred="{{ $deferred ? 'on' : 'off' }}"
data-xf-key="{{ phrase('shortcut.quick_reply') }}" />
<xf:else />
$0
</xf:if>
node_id == 167
to your node id>
<xf:if is="$thread && $thread.node_id == 22">
<xf:editor name="message"
value="{$message}"
attachments="{{ $attachmentData ? $attachmentData.attachments : [] }}"
data-min-height="{$minHeight}"
placeholder="This is a test!"
previewable="0"
data-deferred="{{ $deferred ? 'on' : 'off' }}"
data-xf-key="{{ phrase('shortcut.quick_reply') }}" />
<xf:else />
$0
</xf:if>
<xf:if is="!$xf.visitor.user_id">
I was the one that did the original template modification (Admin->Appearance->Template modifications) and I can verify that what @Ozzy47 gave in this post is 100% correct.You must validate your XenForo license to see quoted content