- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/shared_photo/install/sql/install.sql
r9970 r9972 80 80 ('Our cars', 0, 'shared_photo', 0, 'active'); 81 81 82 -- GlParams settings82 -- sys_options settings 83 83 INSERT INTO `sys_options_cats` VALUES(NULL, 'Shared Photos', ''); 84 84 SET @iKatID = LAST_INSERT_ID(); 85 85 86 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`) VALUES86 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`, `AvailableValues`) VALUES 87 87 ('topPhotosMaxNum', '10', @iKatID, 'How many gallery files show on index page in photos area', 'digit', '', '', 1, ''), 88 88 ('topPhotosMode', 'rand', @iKatID, 'Show members on index page<br /> (if enabled in the template)', 'combobox', 'return $arg0 == ''rand'' || $arg0 == ''last'' || $arg0 == ''top'' ? true : false;', 'posible values: rand, last, top', 2, ''), … … 106 106 ('maxThumbHeight', '64', @iKatID, 'Max width of profile thumbnail (in pixels)', 'digit', '', '', 19, ''); 107 107 108 INSERT INTO ` GlParams` VALUES('permalinks_gallery_photos', 'on', 26, 'Enable friendly gallery photos permalinks', 'checkbox', '', '', 0, '');108 INSERT INTO `sys_options` VALUES('permalinks_gallery_photos', 'on', 26, 'Enable friendly gallery photos permalinks', 'checkbox', '', '', 0, ''); 109 109 110 110 -- PageComposePages for admin builder
Note: See TracChangeset
for help on using the changeset viewer.