mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
[ticket/15884] Add memberlist_body_* events
update events.md PHPBB3-15884
This commit is contained in:
parent
8ed7ddfbb2
commit
12073855dd
1 changed files with 3 additions and 3 deletions
|
@ -1133,7 +1133,7 @@ memberlist_body_group_desc_after
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/memberlist_body.html
|
+ styles/prosilver/template/memberlist_body.html
|
||||||
* Since: 3.2.5-RC1
|
* 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
|
memberlist_body_group_rank_before
|
||||||
===
|
===
|
||||||
|
@ -1142,12 +1142,12 @@ memberlist_body_group_rank_before
|
||||||
* Since: 3.2.5-RC1
|
* Since: 3.2.5-RC1
|
||||||
* Purpose: Add data before the group rank in the group profile page.
|
* Purpose: Add data before the group rank in the group profile page.
|
||||||
|
|
||||||
memberlist_body_group_desc_after
|
memberlist_body_group_rank_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/memberlist_body.html
|
+ styles/prosilver/template/memberlist_body.html
|
||||||
* Since: 3.2.5-RC1
|
* 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
|
memberlist_body_memberlist_after
|
||||||
===
|
===
|
||||||
|
|
Loading…
Add table
Reference in a new issue