diff options
| author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-05-15 17:54:10 +0200 |
|---|---|---|
| committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-05-15 17:54:10 +0200 |
| commit | c1ab364e28ad628b3942fb9b9945751830647521 (patch) | |
| tree | 3f74801047089693d595b3c13e022cc27fc6c199 /phpBB/docs | |
| parent | 10e625d30a60b8e59f0739aad71f8a1393dbcad6 (diff) | |
| parent | 1c0c9c1bca26744bb87f10271c636ce3b72eb85f (diff) | |
| download | forums-c1ab364e28ad628b3942fb9b9945751830647521.tar forums-c1ab364e28ad628b3942fb9b9945751830647521.tar.gz forums-c1ab364e28ad628b3942fb9b9945751830647521.tar.bz2 forums-c1ab364e28ad628b3942fb9b9945751830647521.tar.xz forums-c1ab364e28ad628b3942fb9b9945751830647521.zip | |
Merge branch '3.1.x'
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 dc821f6c15..b7b5e7de61 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1511,6 +1511,22 @@ viewtopic_body_post_buttons_before * Purpose: Add post button to posts (next to edit, quote etc), at the start of the list. +viewtopic_body_post_buttons_list_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.5-RC1 +* Purpose: Add post button custom list to posts (next to edit, quote etc), +after the original list. + +viewtopic_body_post_buttons_list_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.5-RC1 +* Purpose: Add post button custom list to posts (next to edit, quote etc), +before the original list. + viewtopic_body_postrow_custom_fields_after === * Locations: |
