1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[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
This commit is contained in:
rxu
2014-08-11 19:49:04 +08:00
parent 91df95a90d
commit 1d4c040d4f
3 changed files with 20 additions and 0 deletions

View File

@@ -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: