1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

[ticket/16606] Add template events to ucp_pm_viewmessage.html

PHPBB3-16606
This commit is contained in:
G-T-I 2020-09-27 01:04:38 +07:00 committed by rxu
parent eefd3c0197
commit 1d398ee2c3
No known key found for this signature in database
GPG Key ID: 955F0567380E586A
2 changed files with 16 additions and 0 deletions

View File

@ -2562,6 +2562,20 @@ ucp_pm_history_row_message_author_username_prepend
* Since: 3.2.8-RC1
* Purpose: Prepend information to message author username of member
ucp_pm_viewmessage_author_full_after
===
* Locations:
+ styles/prosilver/template/ucp_pm_viewmessage.html
* Since: 3.3.3-RC1
* Purpose: Add content right after the message author when viewing a private message
ucp_pm_viewmessage_author_full_before
===
* Locations:
+ styles/prosilver/template/ucp_pm_viewmessage.html
* Since: 3.3.3-RC1
* Purpose: Add content right before the message author when viewing a private message
ucp_pm_viewmessage_avatar_after
===
* Locations:

View File

@ -32,7 +32,9 @@
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
</div>
{% EVENT ucp_pm_viewmessage_author_full_before %}
{MESSAGE_AUTHOR_FULL}
{% EVENT ucp_pm_viewmessage_author_full_after %}
</dt>
<!-- EVENT ucp_pm_viewmessage_rank_before -->