diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:17:50 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:17:50 +0200 |
| commit | ccd1e1eebb328172976f997646b88c7968f85b69 (patch) | |
| tree | e98935805ef2fceef6d4fd92841fc1e4fa4f6c5f | |
| parent | a959e5f4ccd045a38af74f4ff93d18f98c83ed93 (diff) | |
| parent | 478a4c4133a9416a40f2dfa611ced4e0963da67c (diff) | |
| download | forums-ccd1e1eebb328172976f997646b88c7968f85b69.tar forums-ccd1e1eebb328172976f997646b88c7968f85b69.tar.gz forums-ccd1e1eebb328172976f997646b88c7968f85b69.tar.bz2 forums-ccd1e1eebb328172976f997646b88c7968f85b69.tar.xz forums-ccd1e1eebb328172976f997646b88c7968f85b69.zip | |
Merge pull request #3803 from rxu/ticket/14064
[ticket/14064] Add template events to ucp_pm_history.html
| -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 1593181d04..1c0e8a2de2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1428,6 +1428,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"> // <