diff options
author | rxu <rxu@mail.ru> | 2014-08-11 19:49:04 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-09-02 01:02:17 +0800 |
commit | 1d4c040d4f7b38370c0b0f08581cb54ea1a3792f (patch) | |
tree | 8562dd125716935ae724341cb606452bcc403614 /phpBB/docs | |
parent | 91df95a90dd3266f4beeb7df7534f75882909581 (diff) | |
download | forums-1d4c040d4f7b38370c0b0f08581cb54ea1a3792f.tar forums-1d4c040d4f7b38370c0b0f08581cb54ea1a3792f.tar.gz forums-1d4c040d4f7b38370c0b0f08581cb54ea1a3792f.tar.bz2 forums-1d4c040d4f7b38370c0b0f08581cb54ea1a3792f.tar.xz forums-1d4c040d4f7b38370c0b0f08581cb54ea1a3792f.zip |
[ticket/12969] Add template events around username link on composing pm
Add template event before/after find username link on composing pm
to allow extensions perform additional actions on user finding.
PHPBB3-12969
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 4f39e71c3c..d4c27183c7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -732,6 +732,22 @@ posting_editor_subject_before * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject +posting_pm_header_find_username_after +=== +* Locations: + + styles/prosilver/template/posting_pm_header.html + + styles/subsilver2/template/ucp_header.html +* Since: 3.1.0-RC4 +* Purpose: Add content after the find username link on composing pm + +posting_pm_header_find_username_before +=== +* Locations: + + styles/prosilver/template/posting_pm_header.html + + styles/subsilver2/template/ucp_header.html +* Since: 3.1.0-RC4 +* Purpose: Add content before the find username link on composing pm + quickreply_editor_panel_after === * Locations: |