diff options
| author | rxu <rxu@mail.ru> | 2015-08-03 03:33:28 +0700 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2015-08-03 03:48:20 +0700 |
| commit | 478a4c4133a9416a40f2dfa611ced4e0963da67c (patch) | |
| tree | ca0c46d26aed2a017e5a239ca9bdf763d36d0215 /phpBB | |
| parent | f34f28f2834102714b13aeb05ca54cbb3c7d779c (diff) | |
| download | forums-478a4c4133a9416a40f2dfa611ced4e0963da67c.tar forums-478a4c4133a9416a40f2dfa611ced4e0963da67c.tar.gz forums-478a4c4133a9416a40f2dfa611ced4e0963da67c.tar.bz2 forums-478a4c4133a9416a40f2dfa611ced4e0963da67c.tar.xz forums-478a4c4133a9416a40f2dfa611ced4e0963da67c.zip | |
[ticket/14064] Add template events to ucp_pm_history.html
PHPBB3-14064
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/docs/events.md | 50 | ||||
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_history.html | 11 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_history.html | 15 |
3 files changed, 74 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 19e7d1121c..f1166cc36c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1328,6 +1328,56 @@ ucp_main_front_user_activity_before * Since: 3.1.6-RC1 * Purpose: Add content right before the user activity info viewing UCP front page +ucp_pm_history_post_buttons_after +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html + + styles/subsilver2/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add post button to private messages in history review (next to quote etc), at +the end of the list. + +ucp_pm_history_post_buttons_before +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html + + styles/subsilver2/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add post button to private messages in history review (next to quote etc), at +the start of the list. + +ucp_pm_history_post_buttons_list_after +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add post button custom list to private messages in history review (next to quote etc), +after the original list. + +ucp_pm_history_post_buttons_list_before +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add post button custom list to private messages in history review (next to quote etc), +before the original list. + +ucp_pm_history_review_after +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html + + styles/subsilver2/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add content after the private messages history review. + +ucp_pm_history_review_before +=== +* Locations: + + styles/prosilver/template/ucp_pm_history.html + + styles/subsilver2/template/ucp_pm_history.html +* Since: 3.1.6-RC1 +* Purpose: Add content before the private messages history review. + ucp_pm_viewmessage_avatar_after === * Locations: diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index 0e9c3844cc..28f217ef66 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -4,6 +4,7 @@ {L_MESSAGE_HISTORY}{L_COLON} </h3> +<!-- EVENT ucp_pm_history_review_before --> <div id="topicreview"> <script type="text/javascript"> // <