mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12233] Allow profile fields to be contact fields
Contact fields are displayed with in the contact section of the user profile and are displayed differently in the mini profile next to posts and private messages PHPBB3-12233
This commit is contained in:
@@ -664,6 +664,9 @@ CREATE TABLE phpbb_profile_fields (
|
||||
field_no_view tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
field_active tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
field_order mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
field_is_contact tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
field_contact_desc varchar(255) DEFAULT '' NOT NULL,
|
||||
field_contact_url varchar(255) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (field_id),
|
||||
KEY fld_type (field_type),
|
||||
KEY fld_ordr (field_order)
|
||||
|
Reference in New Issue
Block a user