diff options
author | PayBas <contact@paybas.com> | 2014-07-10 12:16:50 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-07-10 12:16:50 +0200 |
commit | bfdaefa7f6fb75fd28b401fc322b87d5574d66e4 (patch) | |
tree | c2c4cb5eb248d9fad795adf518f28ce23b8589db /phpBB/docs/events.md | |
parent | 1f61f3a416a4ca3f072ff453255016d158f433c7 (diff) | |
download | forums-bfdaefa7f6fb75fd28b401fc322b87d5574d66e4.tar forums-bfdaefa7f6fb75fd28b401fc322b87d5574d66e4.tar.gz forums-bfdaefa7f6fb75fd28b401fc322b87d5574d66e4.tar.bz2 forums-bfdaefa7f6fb75fd28b401fc322b87d5574d66e4.tar.xz forums-bfdaefa7f6fb75fd28b401fc322b87d5574d66e4.zip |
[ticket/12838] Update events.md
PHPBB3-12838
Diffstat (limited to 'phpBB/docs/events.md')
-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 f1c03672c3..f9b6d9227b 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -78,6 +78,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-RC2 +* 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-RC2 +* 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-RC2 +* 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-RC2 +* 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-RC2 +* 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-RC2 +* 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 |