diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2016-10-02 18:11:48 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2016-10-02 18:11:48 +0200 |
| commit | 85e4566223487899f3a2789983cb50e68296a982 (patch) | |
| tree | 3ce4693af542cfb7ac0fb39aa3254cc512cde2c4 /phpBB/docs | |
| parent | 55a057056702dfadcdb2e7bb29da320c7d845859 (diff) | |
| parent | f66ca6a9cc1779270debd5240e5bb6e3f44b9759 (diff) | |
| download | forums-85e4566223487899f3a2789983cb50e68296a982.tar forums-85e4566223487899f3a2789983cb50e68296a982.tar.gz forums-85e4566223487899f3a2789983cb50e68296a982.tar.bz2 forums-85e4566223487899f3a2789983cb50e68296a982.tar.xz forums-85e4566223487899f3a2789983cb50e68296a982.zip | |
Merge pull request #4467 from Senky/ticket/14786
[ticket/14786] Add mcp_forum_actions_before/after events
* Senky/ticket/14786:
[ticket/14786] Add mcp_forum_actions_before/after events
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e556193fdf..35c6877a89 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -794,6 +794,22 @@ mcp_ban_unban_before * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP +mcp_forum_actions_after +=== +* Locations: + + styles/prosilver/template/mcp_forum.html + + styles/subsilver2/template/mcp_forum.html +* Since: 3.1.11-RC1 +* Purpose: Add some information after actions fieldset + +mcp_forum_actions_before +=== +* Locations: + + styles/prosilver/template/mcp_forum.html + + styles/subsilver2/template/mcp_forum.html +* Since: 3.1.11-RC1 +* Purpose: Add some information before actions fieldset + mcp_forum_topic_title_before === * Locations: |
