aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-04 15:58:33 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-04 15:58:33 +0200
commit28f2c1eb08a022f422a3737a3e45e79d5bfd7ede (patch)
treef3858f8c4a3100d58f6888886f20746d91fd666e /phpBB/docs
parent587a9445cdae10af6557317f576b449030ab3558 (diff)
parent36aa8ecad860a5a83d790939668078c18442ad22 (diff)
downloadforums-28f2c1eb08a022f422a3737a3e45e79d5bfd7ede.tar
forums-28f2c1eb08a022f422a3737a3e45e79d5bfd7ede.tar.gz
forums-28f2c1eb08a022f422a3737a3e45e79d5bfd7ede.tar.bz2
forums-28f2c1eb08a022f422a3737a3e45e79d5bfd7ede.tar.xz
forums-28f2c1eb08a022f422a3737a3e45e79d5bfd7ede.zip
Merge pull request #2273 from PayBas/ticket/12376
[ticket/12376] Add template events viewtopic_body_polls * PayBas/ticket/12376: [ticket/12376] Changed to viewtopic_body_poll_option_before and after [ticket/12376] Added viewtopic_body_poll_question_append [ticket/12376] Add template events viewtopic_body_polls
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index a602547447..fdf4eaeb71 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -757,6 +757,40 @@ viewtopic_body_footer_before
and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in
Subsilver2.
+viewtopic_body_poll_option_after
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-b3
+* Purpose: Add content after the poll option
+the list.
+
+viewtopic_body_poll_option_before
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-b3
+* Purpose: Add content before the poll option
+the list.
+
+viewtopic_body_poll_question_append
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-b3
+* Purpose: Add content directly after the poll question on the View topic screen
+
+viewtopic_body_poll_question_prepend
+===
+* Locations:
+ + styles/prosilver/template/viewtopic_body.html
+ + styles/subsilver2/template/viewtopic_body.html
+* Since: 3.1.0-b3
+* Purpose: Add content directly before the poll question on the View topic screen
+
viewtopic_body_post_buttons_after
===
* Locations: