diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-11-15 19:55:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-11-15 19:56:30 +0100 |
commit | 780e472458a3cba7c875f194bd6a37733ae195e3 (patch) | |
tree | 3c96e365933fffccc6bad73d8a4535fad27c8df0 /phpBB/docs | |
parent | f7a25ad8c300e8eaea48c38110929bcf03025244 (diff) | |
parent | e3f1cca911e001bcae9351d2c265deba26a752c8 (diff) | |
download | forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.gz forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.bz2 forums-780e472458a3cba7c875f194bd6a37733ae195e3.tar.xz forums-780e472458a3cba7c875f194bd6a37733ae195e3.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/prosilver/template/viewtopic_body.html
phpBB/styles/subsilver2/template/viewtopic_body.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 10d297ce9d..a785c6d81c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -2218,6 +2218,13 @@ viewtopic_body_post_buttons_list_before * Purpose: Add post button custom list to posts (next to edit, quote etc), before the original list. +viewtopic_body_post_subject_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.7-RC1 +* Purpose: Add data before post icon and subject + viewtopic_body_postrow_custom_fields_after === * Locations: |