1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/13911] Add events to configure options for profile fields

Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number again.

PHPBB3-13911
This commit is contained in:
javiexin 2015-06-27 12:45:56 +02:00
parent 9057f72fc7
commit d0cf674f33
2 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@ acp_profile_contact_before
===
* Locations:
+ adm/style/acp_profile.html
* Since: 3.1.5-RC1
* Since: 3.1.6-RC1
* Purpose: Add extra options to custom profile field configuration in the ACP
acp_ranks_edit_after

View File

@ -381,7 +381,7 @@ class acp_profile
* @var array field_row Array of data about the field
* @var array exclude Array of excluded fields by step
* @var array visibility_ary Array of fields that are visibility related
* @since 3.1.5-RC1
* @since 3.1.6-RC1
*/
$vars = array(
'action',
@ -683,7 +683,7 @@ class acp_profile
* @var array field_data Array of data about the field
* @var array s_hidden_fields Array of hidden fields in case this needs modification
* @var array options Array of options specific to this step
* @since 3.1.5-RC1
* @since 3.1.6-RC1
*/
$vars = array(
'action',
@ -914,7 +914,7 @@ class acp_profile
* @var string field_type Type of the field we are dealing with
* @var array field_data Array of data about the field
* @var array profile_fields Array of fields to be sent to the database
* @since 3.1.5-RC1
* @since 3.1.6-RC1
*/
$vars = array(
'action',