diff options
| author | vinny <vinnykun@hotmail.com> | 2017-12-18 02:52:35 -0300 |
|---|---|---|
| committer | vinny <vinnykun@hotmail.com> | 2017-12-18 02:52:35 -0300 |
| commit | 5bfd609cc8f6682b48530ccd63f276ecca76aec1 (patch) | |
| tree | f396926f01973ab3658af3878c78255fa7ca3dbc /phpBB/docs | |
| parent | 57772a0d327ff97490e952e275a0d26e70fea753 (diff) | |
| download | forums-5bfd609cc8f6682b48530ccd63f276ecca76aec1.tar forums-5bfd609cc8f6682b48530ccd63f276ecca76aec1.tar.gz forums-5bfd609cc8f6682b48530ccd63f276ecca76aec1.tar.bz2 forums-5bfd609cc8f6682b48530ccd63f276ecca76aec1.tar.xz forums-5bfd609cc8f6682b48530ccd63f276ecca76aec1.zip | |
[ticket/15485] Add template event for forum images
PHPBB3-15485
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6af3f55d21..2725109355 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -673,6 +673,33 @@ forumlist_body_category_header_row_prepend * Since: 3.1.5-RC1 * Purpose: Add content before the header row of the category on the forum list. +forumlist_body_forum_image_after +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content after the forum image on the forum list. + +forumlist_body_forum_image_append +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content at the start of the forum image on the forum list. + +forumlist_body_forum_image_before +=== +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content before the forum image on the forum list. + +forumlist_body_forum_image_prepend +* Locations: + + styles/prosilver/template/forumlist_body.html +* Since: 3.2.2-RC1 +* Purpose: Add content at the end of the forum image on the forum list. + forumlist_body_forum_row_after === * Locations: |
