diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-08-07 16:13:35 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-08-07 16:13:35 +0200 |
commit | 0194c261c3373fbe3b9d8973807e0fdc0dd6474e (patch) | |
tree | 7381207e0a5892f3def437db9b463a6caa1e0bb6 /phpBB/docs | |
parent | 6bb71e2ca9f71348516287a301c830adb0a1addf (diff) | |
parent | d8d09e0df2729df000ac8384c48262f8b2d333ac (diff) | |
download | forums-0194c261c3373fbe3b9d8973807e0fdc0dd6474e.tar forums-0194c261c3373fbe3b9d8973807e0fdc0dd6474e.tar.gz forums-0194c261c3373fbe3b9d8973807e0fdc0dd6474e.tar.bz2 forums-0194c261c3373fbe3b9d8973807e0fdc0dd6474e.tar.xz forums-0194c261c3373fbe3b9d8973807e0fdc0dd6474e.zip |
Merge pull request #2720 from PayBas/ticket/12838
[ticket/12838] Add ACP events to acp_ranks
* PayBas/ticket/12838:
[ticket/12838] Simplify normal special rank array creation
[ticket/12838] Update RC2 to RC3
[ticket/12838] Update events.md to RC3
[ticket/12838] Allow for extra columns in cache obtain_ranks()
[ticket/12838] Add raw row-data to acp_ranks core event
[ticket/12838] Simplify special rank template conditional
[ticket/12838] Add core events to acp_ranks.php
[ticket/12838] Update events.md
[ticket/12838] Add _before versions
[ticket/12838] Add template events to acp_ranks.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c537504d54..044596073c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -85,6 +85,50 @@ acp_posting_buttons_before * Since: 3.1.0-b4 * Purpose: Add content before BBCode posting buttons in the ACP +acp_ranks_edit_after +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content after the rank details when editing a rank in the ACP + +acp_ranks_edit_before +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content before the rank details when editing a rank in the ACP + +acp_ranks_list_column_after +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content before the first column in the ranks list in the ACP + +acp_ranks_list_column_before +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content after the last column (but before the action column) +in the ranks list in the ACP + +acp_ranks_list_header_after +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content before the first header-column in the ranks list in the ACP + +acp_ranks_list_header_before +=== +* Locations: + + adm/style/acp_ranks.html +* Since: 3.1.0-RC3 +* Purpose: Add content after the last header-column (but before the action column) +in the ranks list in the ACP + acp_simple_footer_after === * Location: adm/style/simple_footer.html |