diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-05-15 17:52:44 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-05-15 17:52:44 +0200 |
commit | 1c0c9c1bca26744bb87f10271c636ce3b72eb85f (patch) | |
tree | f20255f3c3811486ca699e38cc957ac691167a06 /phpBB/docs/events.md | |
parent | dcb36d572ded395998c99e2a26799919647226b9 (diff) | |
parent | aef5be3d17f4b15808cb9ff8f26bc029b076bcf7 (diff) | |
download | forums-1c0c9c1bca26744bb87f10271c636ce3b72eb85f.tar forums-1c0c9c1bca26744bb87f10271c636ce3b72eb85f.tar.gz forums-1c0c9c1bca26744bb87f10271c636ce3b72eb85f.tar.bz2 forums-1c0c9c1bca26744bb87f10271c636ce3b72eb85f.tar.xz forums-1c0c9c1bca26744bb87f10271c636ce3b72eb85f.zip |
Merge pull request #3563 from rxu/ticket/13791
[ticket/13791] Add more post buttons template events to viewtopic_body.html
Diffstat (limited to 'phpBB/docs/events.md')
-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 67ac52f997..8a006fce81 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1665,6 +1665,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: |