diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-10-06 22:22:05 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-10-06 22:22:05 +0200 |
| commit | 1ed3eb7b0b4de1f95302341a4e910124f93f8e39 (patch) | |
| tree | c05499b9178c1f36073615c5ea48f9abce58d4b8 /phpBB/docs | |
| parent | 084adc61bcce8a5f00f3895d1e72521a3e05bfea (diff) | |
| parent | 2f2a30699419f000abc5513ba8b72abf40843a36 (diff) | |
| download | forums-1ed3eb7b0b4de1f95302341a4e910124f93f8e39.tar forums-1ed3eb7b0b4de1f95302341a4e910124f93f8e39.tar.gz forums-1ed3eb7b0b4de1f95302341a4e910124f93f8e39.tar.bz2 forums-1ed3eb7b0b4de1f95302341a4e910124f93f8e39.tar.xz forums-1ed3eb7b0b4de1f95302341a4e910124f93f8e39.zip | |
Merge branch 'develop-ascraeus' into develop
Conflicts:
phpBB/styles/subsilver2/template/viewforum_body.html
phpBB/styles/subsilver2/template/viewtopic_body.html
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 370311e8ab..240ed07b42 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1050,6 +1050,62 @@ ucp_friend_list_after * Since: 3.1.0-a4 * Purpose: Add optional elements after list of friends in UCP +viewforum_buttons_bottom_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons before New Topic button on the bottom of the topic's list + +viewforum_buttons_bottom_after +=== +* Locations: + + styles/prosilver/template/viewforum_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons after New Topic button on the bottom of the topic's list + +viewforum_buttons_top_before +=== +* Locations: + + styles/prosilver/template/viewforum_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons before New Topic button on the top of the topic's list + +viewforum_buttons_top_after +=== +* Locations: + + styles/prosilver/template/viewforum_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons after New Topic button on the top of the topic's list + +viewtopic_buttons_bottom_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons before Post Reply button on the bottom of the posts's list + +viewtopic_buttons_bottom_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons after Post Reply button on the bottom of the posts's list + +viewtopic_buttons_top_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons before Post Reply button on the top of the posts's list + +viewtopic_buttons_top_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html +* Since: 3.1.0-RC5 +* Purpose: Add buttons after Post Reply button on the top of the posts's list + viewforum_forum_name_append === * Locations: |
