diff options
author | Alfredo Ramos <alfredo.ramos.sanchez@gmail.com> | 2019-01-21 12:23:05 -0600 |
---|---|---|
committer | Alfredo Ramos <alfredo.ramos.sanchez@gmail.com> | 2019-01-21 12:25:41 -0600 |
commit | 7fc8b55f8c03a8d17bc19933d9313a02b251bbdb (patch) | |
tree | f7fbb183494f4826ae303c629d0cc3a0d1bedd80 /phpBB/docs | |
parent | 713c996a0839664570ba24940e6a039ceee654ff (diff) | |
download | forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.gz forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.bz2 forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.tar.xz forums-7fc8b55f8c03a8d17bc19933d9313a02b251bbdb.zip |
[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
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8b38d554a3..9f065e4072 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2420,6 +2420,13 @@ ucp_profile_register_details_after * Since: 3.1.4-RC1 * Purpose: Add options in profile page fieldset - after confirm password field. +ucp_profile_signature_posting_editor_options_prepend +=== +* Locations: + + styles/prosilver/template/ucp_profile_signature.html +* Since: 3.2.6-RC1 +* Purpose: Add options signature posting editor - before first option. + ucp_register_buttons_before === * Locations: |