RSS Feed/News Insert regex expression into DB

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,247
Points
823

Reputation:

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:

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...
 
Status
Not open for further replies.
Top