mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -2562,6 +2562,20 @@ ucp_pm_history_row_message_author_username_prepend
|
|||||||
* Since: 3.2.8-RC1
|
* Since: 3.2.8-RC1
|
||||||
* Purpose: Prepend information to message author username of member
|
* 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
|
ucp_pm_viewmessage_avatar_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@@ -32,7 +32,12 @@
|
|||||||
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
|
<!-- IF AUTHOR_AVATAR --><a href="{U_MESSAGE_AUTHOR}" class="avatar">{AUTHOR_AVATAR}</a><!-- ENDIF -->
|
||||||
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
|
<!-- EVENT ucp_pm_viewmessage_avatar_after -->
|
||||||
</div>
|
</div>
|
||||||
{MESSAGE_AUTHOR_FULL}<!-- IF S_ONLINE --> {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }}<!-- ENDIF -->
|
{% spaceless %}
|
||||||
|
{% EVENT ucp_pm_viewmessage_author_full_before %}
|
||||||
|
{MESSAGE_AUTHOR_FULL}
|
||||||
|
{% EVENT ucp_pm_viewmessage_author_full_after %}
|
||||||
|
<!-- IF S_ONLINE --> {{ Icon('iconify', 'fa:circle', lang('ONLINE'), true, 'c-online-icon') }}<!-- ENDIF -->
|
||||||
|
{% endspaceless %}
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
<!-- EVENT ucp_pm_viewmessage_rank_before -->
|
<!-- EVENT ucp_pm_viewmessage_rank_before -->
|
||||||
|
Reference in New Issue
Block a user