mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
Merge pull request #2640 from dhruvgoel92/ticket/12532
[ticket/12532] Add navbar_header_username_append/prepend * dhruvgoel92/ticket/12532: [ticket/12532] Move logged_out event into its own <li> [ticket/12532] Fix tab -> space indentation in events.md [ticket/12532] Add navbar_header_logged_out_content event [ticket/12532] Add navbar_header_username_append/prepend
This commit is contained in:
@@ -344,6 +344,26 @@ 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
|
||||
* Purpose: Add text and HTML in place of the username when not logged in.
|
||||
|
||||
navbar_header_username_prepend
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/navbar_header.html
|
||||
* Since: 3.1.0-b4
|
||||
|
||||
overall_footer_after
|
||||
===
|
||||
* Locations:
|
||||
@@ -767,7 +787,7 @@ ucp_prefs_view_radio_buttons_prepend
|
||||
+ styles/prosilver/template/ucp_prefs_view.html
|
||||
+ styles/subsilver2/template/ucp_prefs_view.html
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add options to the top of the radio buttons block of the Edit
|
||||
* Purpose: Add options to the top of the radio buttons block of the Edit
|
||||
Display Options screen
|
||||
|
||||
ucp_prefs_view_radio_buttons_append
|
||||
@@ -776,7 +796,7 @@ ucp_prefs_view_radio_buttons_append
|
||||
+ styles/prosilver/template/ucp_prefs_view.html
|
||||
+ styles/subsilver2/template/ucp_prefs_view.html
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add options to the bottom of the radio buttons block of the Edit
|
||||
* Purpose: Add options to the bottom of the radio buttons block of the Edit
|
||||
Display Options screen
|
||||
|
||||
ucp_prefs_view_select_menu_prepend
|
||||
@@ -785,7 +805,7 @@ ucp_prefs_view_select_menu_prepend
|
||||
+ styles/prosilver/template/ucp_prefs_view.html
|
||||
+ styles/subsilver2/template/ucp_prefs_view.html
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add options to the top of the drop-down lists block of the Edit
|
||||
* Purpose: Add options to the top of the drop-down lists block of the Edit
|
||||
Display Options screen
|
||||
|
||||
ucp_prefs_view_select_menu_append
|
||||
@@ -794,7 +814,7 @@ ucp_prefs_view_select_menu_append
|
||||
+ styles/prosilver/template/ucp_prefs_view.html
|
||||
+ styles/subsilver2/template/ucp_prefs_view.html
|
||||
* Since: 3.1.0-a1
|
||||
* Purpose: Add options to the bottom of the drop-down lists block of the Edit
|
||||
* Purpose: Add options to the bottom of the drop-down lists block of the Edit
|
||||
Display Options screen
|
||||
|
||||
ucp_register_credentials_before
|
||||
|
Reference in New Issue
Block a user