1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15949] Add ucp_profile_signature_posting_editor_options_prepend

It adds a template event in the signature posting editor to add custom
options to be consistent with the default posting editor.

PHPBB3-15949
This commit is contained in:
Alfredo Ramos
2019-01-21 12:23:05 -06:00
parent 713c996a08
commit 7fc8b55f8c
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
<!-- INCLUDE posting_editor.html -->
<h3>{L_OPTIONS}</h3>
<fieldset>
{% EVENT ucp_profile_signature_posting_editor_options_prepend %}
<!-- IF S_BBCODE_ALLOWED -->
<div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div>
<!-- ENDIF -->