diff options
author | PayBas <contact@paybas.com> | 2014-06-24 13:27:08 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-25 14:19:01 +0200 |
commit | 5c90b82fdeb84d3c9b685d4ae5db477341de58f6 (patch) | |
tree | e7732250896452d7265c9d2e5bf7ea8ab9252c53 /phpBB/docs | |
parent | bd0110ae7990a8d804851ce8b37ec69db9cd5a18 (diff) | |
download | forums-5c90b82fdeb84d3c9b685d4ae5db477341de58f6.tar forums-5c90b82fdeb84d3c9b685d4ae5db477341de58f6.tar.gz forums-5c90b82fdeb84d3c9b685d4ae5db477341de58f6.tar.bz2 forums-5c90b82fdeb84d3c9b685d4ae5db477341de58f6.tar.xz forums-5c90b82fdeb84d3c9b685d4ae5db477341de58f6.zip |
[ticket/12662] Change new event names and fix events.md
Previously merged PR said b4 instead of b5, also not alphabetical.
PHPBB3-12662
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index cc32e7ba26..5a4d9dc341 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -344,25 +344,53 @@ memberlist_view_user_statistics_before * Since: 3.1.0-a1 * Purpose: Add entries before the user statistics part of any user profile -navbar_header_username_append +navbar_header_logged_out_content === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b4 -* Purpose: Add text and HTMl after the username shown in the navbar. +* Since: 3.1.0-b5 +* Purpose: Add text and HTML in place of the username when not logged in. -navbar_header_logged_out_content +navbar_header_profile_list_after === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b4 -* Purpose: Add text and HTML in place of the username when not logged in. +* Since: 3.1.0-b5 +* Purpose: Add links to the bottom of the profile drop-down menu in the header navbar + +navbar_header_profile_list_before +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the top of the profile drop-down menu in the header navbar + +navbar_header_quick_links_after +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the bottom of the quick-links drop-down menu in the header + +navbar_header_quick_links_before +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add links to the top of the quick-links drop-down menu in the header + +navbar_header_username_append +=== +* Locations: + + styles/prosilver/template/navbar_header.html +* Since: 3.1.0-b5 +* Purpose: Add text and HTMl after the username shown in the navbar. navbar_header_username_prepend === * Locations: + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b4 +* Since: 3.1.0-b5 overall_footer_after === @@ -515,34 +543,6 @@ overall_header_page_body_before * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body -overall_header_profile_list_after -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 -* Purpose: Add links to the bottom of the profile drop-down menu in the page-header - -overall_header_profile_list_before -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 -* Purpose: Add links to the top of the profile drop-down menu in the page-header - -overall_header_quick_links_after -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 -* Purpose: Add links to the bottom of the quick-links drop-down menu in the header - -overall_header_quick_links_before -=== -* Locations: - + styles/prosilver/template/navbar_header.html -* Since: 3.1.0-b5 -* Purpose: Add links to the top of the quick-links drop-down menu in the header - posting_editor_buttons_after === * Locations: |