Skip to content

Instantly share code, notes, and snippets.

@kmgdevelopment
Created October 15, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmgdevelopment/daeb991aff8cf465c85a to your computer and use it in GitHub Desktop.
Save kmgdevelopment/daeb991aff8cf465c85a to your computer and use it in GitHub Desktop.
Zoo Visitor Settings Rows
INSERT INTO `exp_zoo_visitor_settings` (`site_id`, `var`, `var_value`, `var_fieldtype`)
VALUES
(3, 'member_channel_id', '65', 'select'),
(3, 'anonymous_member_id', '50', 'select'),
(3, 'redirect_after_activation', 'no', 'select'),
(3, 'redirect_location', '', 'textinput'),
(3, 'email_is_username', 'no', 'select'),
(3, 'email_confirmation', 'no', 'select'),
(3, 'password_confirmation', 'yes', 'select'),
(3, 'use_screen_name', 'yes', 'select'),
(3, 'new_entry_status', 'incomplete_profile', 'textinput'),
(3, 'incomplete_status', 'incomplete_profile', 'textinput'),
(3, 'screen_name_override', 'field_id_435 field_id_436', 'textinput'),
(3, 'title_override', 'screen_name', 'textinput'),
(3, 'sync_standard_member_fields', '', 'textinput'),
(3, 'sync_custom_member_fields', '1:441|2:442|3:443', 'textinput'),
(3, 'hide_link_to_existing_member', 'yes', 'textinput'),
(3, 'redirect_view_all_members', 'yes', 'select'),
(3, 'membergroup_as_status', 'yes', 'select'),
(3, 'delete_member_when_deleting_entry', 'no', 'select'),
(3, 'redirect_member_edit_profile_to_edit_channel_entry', 'yes', 'select');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment