From 6afd09fcb04fcfb509fdee53d94934915dc131d0 Mon Sep 17 00:00:00 2001 From: Stanislav Atanasov Date: Fri, 13 Jun 2014 01:20:22 +0300 Subject: [PATCH] [ticket/12696] Add events to ucp_register.html Add events to UCP Register template: ucp_register_before - add before start of registration form fields ucp_register_after - add after end of registration form fileds ucp_register_passowrd_after - add event after passowrd field ucp_register_language_before - add event before language selector ucp_register_profiles_before - add event just before begining of registration profile informatiom All events are inside the registration form fieldset. All events are inside the registration form Justification: Add abbility of extension author to include custom checks or fields inside the registration form. Like age check field/verification. PHPBB3-12696 --- phpBB/styles/subsilver2/template/ucp_register.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/subsilver2/template/ucp_register.html b/phpBB/styles/subsilver2/template/ucp_register.html index 1d55b952e5..5cfb158646 100644 --- a/phpBB/styles/subsilver2/template/ucp_register.html +++ b/phpBB/styles/subsilver2/template/ucp_register.html @@ -34,6 +34,7 @@ + {L_USERNAME}{L_COLON}
{L_USERNAME_EXPLAIN} @@ -50,6 +51,8 @@ {L_CONFIRM_PASSWORD}{L_COLON} + + {L_LANGUAGE}{L_COLON} @@ -61,6 +64,7 @@ {L_ITEMS_REQUIRED} + @@ -73,7 +77,7 @@ - +