Matt C.
Guest
offline
Is it possible to insert a regex impression into the database? Trying to import a custom user field with a regex expression attached. I don't get any server errors, but the regex expression will not show up in the custom user field settings in the ACP.
Code:
Read more
Continue reading...
Code:
Code:
$this->db()->insertBulk('xf_user_field', [
[
'field_id' => 'ah_nintendo',
'display_group' => 'contact',
'display_order' => 921,
'field_type' => 'textbox',
'field_choices' => ''...
Read more
Continue reading...