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.md

PHPBB3-15884
This commit is contained in:
3D-I 2018-11-29 01:56:42 +01:00
parent 8ed7ddfbb2
commit 12073855dd

View File

@ -1133,7 +1133,7 @@ memberlist_body_group_desc_after
* Locations:
+ styles/prosilver/template/memberlist_body.html
* Since: 3.2.5-RC1
* Purpose: Add data after the the group description in the group profile page.
* Purpose: Add data after the group descdiption and type in the group profile page.
memberlist_body_group_rank_before
===
@ -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_desc_after
memberlist_body_group_rank_after
===
* Locations:
+ styles/prosilver/template/memberlist_body.html
* Since: 3.2.5-RC1
* Purpose: Add data after the group desc and type in the group profile page.
* Purpose: Add data after the group rank in the group profile page.
memberlist_body_memberlist_after
===