diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-01 09:53:08 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-01 09:53:08 +0200 |
| commit | d3ee8d24bc74f8895620da79e0f9fce3e373e55a (patch) | |
| tree | ca396cfbe526f5570fc64485aa930baa8e76add7 /phpBB/docs/events.md | |
| parent | d644de5217fd058e7529f5652e03ce611709156e (diff) | |
| parent | effb5d95d0ecf01f6f5757ea5ee28049a2e8481d (diff) | |
| download | forums-d3ee8d24bc74f8895620da79e0f9fce3e373e55a.tar forums-d3ee8d24bc74f8895620da79e0f9fce3e373e55a.tar.gz forums-d3ee8d24bc74f8895620da79e0f9fce3e373e55a.tar.bz2 forums-d3ee8d24bc74f8895620da79e0f9fce3e373e55a.tar.xz forums-d3ee8d24bc74f8895620da79e0f9fce3e373e55a.zip | |
Merge branch 'develop-ascraeus' into develop
Conflicts:
phpBB/styles/subsilver2/template/forumlist_body.html
Diffstat (limited to 'phpBB/docs/events.md')
| -rw-r--r-- | phpBB/docs/events.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f8897c926e..370311e8ab 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -222,6 +222,34 @@ 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 +* 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 +* 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 +* 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 +* Since: 3.1.0-RC5 +* Purpose: Add content at the end of the forum list item. + forumlist_body_last_post_title_prepend === * Locations: |
