Page 1 of 1

i have deleted my home button

Posted: Tue Dec 25, 2018 5:26 pm
by brandalley
after cleaningup to start over again i noticed i have deleted my nuuserhome button.
is there someone outthere who can help me restore this button ?

Re: i have deleted my home button

Posted: Tue Dec 25, 2018 5:37 pm
by kev1n
Run this sql insert statement on your database to restore the User Home button:

Code: Select all

INSERT INTO `zzzzsys_object` (`zzzzsys_object_id`, `sob_all_zzzzsys_form_id`, `sob_all_table`, `sob_all_type`, `sob_all_id`, `sob_all_label`, `sob_all_zzzzsys_tab_id`, `sob_all_order`, `sob_all_top`, `sob_all_left`, `sob_all_width`, `sob_all_height`, `sob_all_cloneable`, `sob_all_align`, `sob_all_validate`, `sob_all_access`, `sob_calc_formula`, `sob_calc_format`, `sob_run_zzzzsys_form_id`, `sob_run_filter`, `sob_run_method`, `sob_run_id`, `sob_display_sql`, `sob_select_multiple`, `sob_select_sql`, `sob_lookup_code`, `sob_lookup_description`, `sob_lookup_description_width`, `sob_lookup_autocomplete`, `sob_lookup_zzzzsys_form_id`, `sob_lookup_javascript`, `sob_lookup_php`, `sob_lookup_table`, `sob_subform_zzzzsys_form_id`, `sob_subform_foreign_key`, `sob_subform_add`, `sob_subform_delete`, `sob_subform_type`, `sob_subform_table`, `sob_input_count`, `sob_input_format`, `sob_input_type`, `sob_input_javascript`, `sob_html_code`, `sob_html_chart_type`, `sob_html_javascript`, `sob_html_title`, `sob_html_vertical_label`, `sob_html_horizontal_label`, `sob_image_zzzzsys_file_id`) VALUES

('nu5bad6cb35df580e', 'nuhome', '', 'run', 'user_home', 'User Home', 'nu5bad6cb367c5125', 0, 43, 84, 194, 30, '1', 'center', '1', '0', '', '', 'nuuserhome', '', 'b', '-1', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, '', 'button', '', '', '', '', '', '', '', '');

Re: i have deleted my home button

Posted: Tue Dec 25, 2018 10:03 pm
by brandalley
Great thanks for your help, you have saved my day.
regards Alex

Re: i have deleted my home button

Posted: Wed Dec 26, 2018 9:29 pm
by admin
.