diff options
| author | Zoddo <zoddo.ino@gmail.com> | 2015-07-16 15:03:31 +0200 |
|---|---|---|
| committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-11 20:15:39 +0200 |
| commit | 146c4b1624ce991e7c9441e5fde4998b29203fa9 (patch) | |
| tree | bc6d1f0d2fe0d5abd141a9b92cb3c12ed245d835 /phpBB/docs | |
| parent | 972f04ec6a78f06bb5da25729ec1d8758514cdcb (diff) | |
| download | forums-146c4b1624ce991e7c9441e5fde4998b29203fa9.tar forums-146c4b1624ce991e7c9441e5fde4998b29203fa9.tar.gz forums-146c4b1624ce991e7c9441e5fde4998b29203fa9.tar.bz2 forums-146c4b1624ce991e7c9441e5fde4998b29203fa9.tar.xz forums-146c4b1624ce991e7c9441e5fde4998b29203fa9.zip | |
[ticket/14091] Add mcp_topic_subject_* template events
Add some options (field, checkbox, ...) before/after the subject
field when split a subject
PHPBB3-14091
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 f5238602d7..26ebbed2a6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -568,6 +568,22 @@ mcp_post_additional_options * Since: 3.1.5-RC1 * Purpose: Add content within the list of post moderation actions +mcp_topic_options_after +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some options (field, checkbox, ...) after the subject field when split a subject + +mcp_topic_options_before +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject + mcp_warn_post_add_warning_field_after === * Locations: |
