1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 04:50:51 +02:00

[ticket/14064] Add template events to ucp_pm_history.html

PHPBB3-14064
This commit is contained in:
rxu
2015-08-03 03:33:28 +07:00
parent f34f28f283
commit 478a4c4133
3 changed files with 74 additions and 2 deletions

View File

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