mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16400] Add posting_editor_* events
PHPBB3-16400
This commit is contained in:
parent
f6b121758b
commit
b0e7221b3a
1 changed files with 4 additions and 4 deletions
|
@ -1898,28 +1898,28 @@ posting_editor_topic_icons_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/posting_editor.html
|
+ styles/prosilver/template/posting_editor.html
|
||||||
* Since: 3.2.10-rc1
|
* Since: 3.2.10-RC1
|
||||||
* Purpose: Add custom data after the topic icons loop
|
* Purpose: Add custom data after the topic icons loop
|
||||||
|
|
||||||
posting_editor_topic_icons_append
|
posting_editor_topic_icons_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/posting_editor.html
|
+ styles/prosilver/template/posting_editor.html
|
||||||
* Since: 3.2.10-rc1
|
* Since: 3.2.10-RC1
|
||||||
* Purpose: Append custom data to the topic icon
|
* Purpose: Append custom data to the topic icon
|
||||||
|
|
||||||
posting_editor_topic_icons_before
|
posting_editor_topic_icons_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/posting_editor.html
|
+ styles/prosilver/template/posting_editor.html
|
||||||
* Since: 3.2.10-rc1
|
* Since: 3.2.10-RC1
|
||||||
* Purpose: Add custom data before the topic icons loop
|
* Purpose: Add custom data before the topic icons loop
|
||||||
|
|
||||||
posting_editor_topic_icons_prepend
|
posting_editor_topic_icons_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/posting_editor.html
|
+ styles/prosilver/template/posting_editor.html
|
||||||
* Since: 3.2.10-rc1
|
* Since: 3.2.10-RC1
|
||||||
* Purpose: Prepend custom data to the topic icon
|
* Purpose: Prepend custom data to the topic icon
|
||||||
|
|
||||||
posting_layout_include_panel_body
|
posting_layout_include_panel_body
|
||||||
|
|
Loading…
Add table
Reference in a new issue