mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
[ticket/12696] Add events to evets.md
Add events in documentation PHPBB3-12696
This commit is contained in:
parent
cfae4ed0eb
commit
641f8f6121
40
phpBB/docs/events.md
Normal file → Executable file
40
phpBB/docs/events.md
Normal file → Executable file
@ -797,6 +797,46 @@ ucp_prefs_view_select_menu_append
|
|||||||
* 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
|
Display Options screen
|
||||||
|
|
||||||
|
ucp_register_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
+ styles/subsilver2/template/ucp_register.html
|
||||||
|
* Since: 3.1.0-b5
|
||||||
|
* Purpose: Add options in registration page fieldset - before first field.
|
||||||
|
|
||||||
|
ucp_register_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
+ styles/subsilver2/template/ucp_register.html
|
||||||
|
* Since: 3.1.0-b5
|
||||||
|
* Purpose: Add options in registration page fieldset - after last field.
|
||||||
|
|
||||||
|
ucp_register_password_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
+ styles/subsilver2/template/ucp_register.html
|
||||||
|
* Since: 3.1.0-b5
|
||||||
|
* Purpose: Add options in registration page fieldset - after password field.
|
||||||
|
|
||||||
|
ucp_register_language_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
+ styles/subsilver2/template/ucp_register.html
|
||||||
|
* Since: 3.1.0-b5
|
||||||
|
* Purpose: Add options in registration page fieldset - before language selector.
|
||||||
|
|
||||||
|
ucp_register_profile_fields_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/ucp_register.html
|
||||||
|
+ styles/subsilver2/template/ucp_register.html
|
||||||
|
* Since: 3.1.0-b5
|
||||||
|
* Purpose: Add options in registration page fieldset - before profile fields.
|
||||||
|
|
||||||
ucp_friend_list_before
|
ucp_friend_list_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user