diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 15:55:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 15:55:44 +0200 |
commit | 587a9445cdae10af6557317f576b449030ab3558 (patch) | |
tree | 9a6b26aaef02fa68a3fde22159ef24775c9870ad /phpBB/docs | |
parent | 96394bb04444160fb8b7b6ab97bfcbbcd3f19a12 (diff) | |
parent | aa5adbf1f78dbe9f331f43447c842bc3a148d186 (diff) | |
download | forums-587a9445cdae10af6557317f576b449030ab3558.tar forums-587a9445cdae10af6557317f576b449030ab3558.tar.gz forums-587a9445cdae10af6557317f576b449030ab3558.tar.bz2 forums-587a9445cdae10af6557317f576b449030ab3558.tar.xz forums-587a9445cdae10af6557317f576b449030ab3558.zip |
Merge pull request #2270 from PayBas/ticket/12374
[ticket/12374] Add Template events index_body_block_(name)_append
* PayBas/ticket/12374:
[ticket/12374] Fixed alphabetical sorting
[ticket/12374] Added prepend-versions of events
[ticket/12374] Updated code layout
[ticket/12374] Add Template events index_body_block_(name)_append
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9c06a56f78..a602547447 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -186,6 +186,54 @@ forumlist_body_last_row_after * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. +index_body_block_birthday_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the birthday list on the Board index + +index_body_block_birthday_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the birthday list on the Board index + +index_body_block_online_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the online list on the Board index + +index_body_block_online_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the online list on the Board index + +index_body_block_stats_append +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Append content to the statistics list on the Board index + +index_body_block_stats_prepend +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Prepend content to the statistics list on the Board index + index_body_linklist_after === * Locations: |