mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Merge remote-tracking branch 'PayBas/ticket/12662' into develop-ascraeus
* PayBas/ticket/12662: (29 commits) [ticket/12662] Hide quick-links when empty [ticket/12662] Fix white-space issue to make dropdowns uniform [ticket/12662] Remove last remaining linklist outside navbars [ticket/12662] Use data-last-responsive attr instead of hardcoded list [ticket/12662] Remove <li> container from logged_out_content event [ticket/12662] Username <span> fix for list columns [ticket/12662] Fix notifications dropdown positioning for RTL [ticket/12662] Update tests that utilize get_username_string [ticket/12662] Update subsilver2 index template event names [ticket/12662] Update events docs from b5 to rc1/rc2 [ticket/12662] Move dropdown container from <li> to new inner div [ticket/12662] Remove linklist container and update template events [ticket/12662] Add span containers to all usernames for consistency [ticket/12662] IE8 fixes [ticket/12662] Fix responsive positioning of notifications dropdown [ticket/12662] Remove inherited props from ddown-extendended [ticket/12662] Change CSS selectors to direct descendants for linklist [ticket/12662] Reorder icon CSS rules alphabetically [ticket/12662] Use slack variable to determine line-break sensitivity [ticket/12662] Change new event names and fix events.md ...
This commit is contained in:
@@ -246,21 +246,21 @@ index_body_block_stats_prepend
|
||||
* Since: 3.1.0-b3
|
||||
* Purpose: Prepend content to the statistics list on the Board index
|
||||
|
||||
index_body_linklist_after
|
||||
index_body_markforums_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content after the linklist above the forum list on Board index
|
||||
* Since: 3.1.0-RC2
|
||||
* Purpose: Add content after the mark-read link above the forum list on Board index
|
||||
|
||||
index_body_linklist_before
|
||||
index_body_markforums_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/index_body.html
|
||||
+ styles/subsilver2/template/index_body.html
|
||||
* Since: 3.1.0-a3
|
||||
* Purpose: Add content before the linklist above the forum list on Board index
|
||||
* Since: 3.1.0-RC2
|
||||
* Purpose: Add content before the mark-read link above the forum list on Board index
|
||||
|
||||
index_body_stat_blocks_after
|
||||
===
|
||||
@@ -344,25 +344,54 @@ 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
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_header.html
|
||||
* Since: 3.1.0-b4
|
||||
* Purpose: Add text and HTMl after the username shown in the navbar.
|
||||
|
||||
navbar_header_logged_out_content
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_header.html
|
||||
* Since: 3.1.0-b4
|
||||
* Since: 3.1.0-RC1
|
||||
* Purpose: Add text and HTML in place of the username when not logged in.
|
||||
|
||||
navbar_header_profile_list_after
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_header.html
|
||||
* Since: 3.1.0-RC2
|
||||
* 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-RC2
|
||||
* 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-RC2
|
||||
* 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-RC2
|
||||
* 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-RC1
|
||||
* 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-RC1
|
||||
* Purpose: Add text and HTMl before the username shown in the navbar.
|
||||
|
||||
overall_footer_after
|
||||
===
|
||||
|
Reference in New Issue
Block a user