- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/shared_video/install/sql/install.sql
r9970 r9972 54 54 ('About vacations', 0, 'shared_video', 0, 'active'); 55 55 56 -- GlParams settings56 -- sys_options settings 57 57 INSERT INTO `sys_options_cats` VALUES('', 'Shared Videos', ''); 58 58 SET @iKatID = LAST_INSERT_ID(); 59 59 60 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES60 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 61 61 ('topVideoMaxNum', '10', @iKatID, 'How many gallery files show on index page in videos area', 'digit', '', '', 1), 62 62 ('topVideoMode', '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), … … 75 75 ('maxSharedVideoThumbHeight', '80', @iKatID, 'Max width of gallery video thumb (in pixels)', 'digit', '', '', 20); 76 76 77 INSERT INTO ` GlParams` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES77 INSERT INTO `sys_options` (`Name`, `VALUE`, `kateg`, `desc`, `Type`, `check`, `err_text`, `order_in_kateg`) VALUES 78 78 ('permalinks_gallery_videos', 'on', 26, 'Enable friendly gallery videos permalinks', 'checkbox', '', '', 9); 79 79
Note: See TracChangeset
for help on using the changeset viewer.