diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-01 09:50:38 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-01 09:50:38 +0200 |
commit | effb5d95d0ecf01f6f5757ea5ee28049a2e8481d (patch) | |
tree | 19f5ca4a6a32215137758cb09a215a5d3228381d /phpBB/docs | |
parent | 8ab7f6b595dbf41272c974d2e078528f13d338a5 (diff) | |
parent | cee8ac9dbe05c475be2eea0bf9226e27fb3cd353 (diff) | |
download | forums-effb5d95d0ecf01f6f5757ea5ee28049a2e8481d.tar forums-effb5d95d0ecf01f6f5757ea5ee28049a2e8481d.tar.gz forums-effb5d95d0ecf01f6f5757ea5ee28049a2e8481d.tar.bz2 forums-effb5d95d0ecf01f6f5757ea5ee28049a2e8481d.tar.xz forums-effb5d95d0ecf01f6f5757ea5ee28049a2e8481d.zip |
Merge pull request #2998 from rxu/ticket/13107
[ticket/13107] Add template events to forum row in forumlist_body.html
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e1308c71d1..dae3bce977 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -224,6 +224,38 @@ forumlist_body_category_header_before * Since: 3.1.0-a4 * Purpose: Add content before the header of the category on the forum list. +forumlist_body_forum_row_after +=== +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-RC5 +* Purpose: Add content after the forum list item. + +forumlist_body_forum_row_append +=== +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-RC5 +* Purpose: Add content at the start of the forum list item. + +forumlist_body_forum_row_before +=== +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-RC5 +* Purpose: Add content before the forum list item. + +forumlist_body_forum_row_prepend +=== +* Locations: + + styles/prosilver/template/forumlist_body.html + + styles/subsilver2/template/forumlist_body.html +* Since: 3.1.0-RC5 +* Purpose: Add content at the end of the forum list item. + forumlist_body_last_post_title_prepend === * Locations: |