diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:10:27 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-08-22 08:10:27 +0200 |
commit | 697ccd41c40cf5f9edffd73186f02b2b943a27a2 (patch) | |
tree | 893600d0b356b13c27b9a6cfb71acc14fcfa275a /phpBB/docs | |
parent | 6c98b01ad1216f89695dbf2cc59d985e53544751 (diff) | |
parent | 6a7978965d0a2dd820bf21e13ee6206473c0cf5e (diff) | |
download | forums-697ccd41c40cf5f9edffd73186f02b2b943a27a2.tar forums-697ccd41c40cf5f9edffd73186f02b2b943a27a2.tar.gz forums-697ccd41c40cf5f9edffd73186f02b2b943a27a2.tar.bz2 forums-697ccd41c40cf5f9edffd73186f02b2b943a27a2.tar.xz forums-697ccd41c40cf5f9edffd73186f02b2b943a27a2.zip |
Merge pull request #3804 from rxu/ticket/14065
[ticket/14065] Add template events to attachment.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7ee456b649..52abbb4081 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -290,6 +290,38 @@ 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 + + styles/subsilver2/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add content after the attachment. + +attachment_file_append +=== +* Locations: + + styles/prosilver/template/attachment.html + + styles/subsilver2/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 + + styles/subsilver2/template/attachment.html +* Since: 3.1.6-RC1 +* Purpose: Add content before the attachment. + +attachment_file_prepend +=== +* Locations: + + styles/prosilver/template/attachment.html + + styles/subsilver2/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: |