1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 15:17:16 +01:00

[ticket/15884] Add memberlist_body_* events

update events name
update events.md

PHPBB3-15884
This commit is contained in:
3D-I 2018-11-29 01:44:28 +01:00
parent ad0c85293b
commit 1345642c49
2 changed files with 3 additions and 3 deletions

View File

@ -1142,12 +1142,12 @@ memberlist_body_group_rank_before
* Since: 3.2.5-RC1
* Purpose: Add data before the group rank in the group profile page.
memberlist_body_group_rank_desc
memberlist_body_group_rank_desc_after
===
* Locations:
+ styles/prosilver/template/memberlist_body.html
* Since: 3.2.5-RC1
* Purpose: Add data after the group rank in the group profile page.
* Purpose: Add data after the group rank desc and type in the group profile page.
memberlist_body_memberlist_after
===

View File

@ -21,7 +21,7 @@
<!-- ENDIF -->
<p>{GROUP_DESC} {GROUP_TYPE}</p>
{% EVENT memberlist_body_group_desc_after %}
{% EVENT memberlist_body_group_rank_desc_after %}
<p>
<!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ENDIF -->