XF 2.2 Add text to Edit Signature page

BlueGreen91

Member
Hello,

Can anyone advise how to add text to the Edit Signature page, ideally above the signature editor box? We want to add our signature rules so people can see them easily when creating their signatures.

Thank you. :)
 
Admin Panel -> Appearance -> Styles & templates -> Templates -> Make sure you're on the right theme -> account_signature

Above this line:
Code:
<xf:form action="{{ link('account/signature') }}" ajax="true" class="block" data-redirect="off">
Add your custom code/text.

You can also use the Notice feature:
Page criteria -> Page information -> Content template is: account_signature
 
Top Bottom