diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:11:15 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:11:15 +0200 |
commit | d30b5207b88ded150cd33730f9cfd2d56c83edaa (patch) | |
tree | c8f216b4e57119896ccef74009e59e592f149fed /phpBB/docs | |
parent | 942705e6c619d9e7676e5f0123f7a8dcd1be8b45 (diff) | |
parent | 697ccd41c40cf5f9edffd73186f02b2b943a27a2 (diff) | |
download | forums-d30b5207b88ded150cd33730f9cfd2d56c83edaa.tar forums-d30b5207b88ded150cd33730f9cfd2d56c83edaa.tar.gz forums-d30b5207b88ded150cd33730f9cfd2d56c83edaa.tar.bz2 forums-d30b5207b88ded150cd33730f9cfd2d56c83edaa.tar.xz forums-d30b5207b88ded150cd33730f9cfd2d56c83edaa.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/subsilver2/template/attachment.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index acf555ecd3..a03e0ea8d6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -290,6 +290,34 @@ acp_users_prefs_view_prepend * Since: 3.1.0-b3 * Purpose: Add user options fieldset to the top of ACP users view prefs settings +attachment_file_after +=== +* Locations: + + styles/prosilver/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add content after the attachment. + +attachment_file_append +=== +* Locations: + + styles/prosilver/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add custom attachment types displaying to the bottom of attachment block. + +attachment_file_before +=== +* Locations: + + styles/prosilver/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add content before the attachment. + +attachment_file_prepend +=== +* Locations: + + styles/prosilver/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add custom attachment types displaying to the top of attachment block. + forumlist_body_category_header_after === * Locations: |