1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

[ticket/13791] Add more post buttons template events to viewtopic_body.html

The purpose is to allow adding custom post buttons outside of original post
buttons conditionals/list in prosilver (for subsilver2 it's not the issue).

PHPBB3-13791
This commit is contained in:
rxu
2015-04-29 00:45:30 +07:00
parent 0bc352ea7e
commit aef5be3d17
2 changed files with 18 additions and 0 deletions

View File

@@ -1635,6 +1635,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: