/[drupal]/contributions/profiles/filmforge/filmforge.profile
ViewVC logotype

Diff of /contributions/profiles/filmforge/filmforge.profile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.2 by tatien, Tue Aug 28 23:59:29 2007 UTC revision 1.1.4.3 by anarcat, Fri Feb 1 19:44:27 2008 UTC
# Line 53  function filmforge_profile_modules() { Line 53  function filmforge_profile_modules() {
53      /* Multilanguage - i18n - experimental */      /* Multilanguage - i18n - experimental */
54      'i18ncontent', 'i18nstrings', 'i18nsync', 'ttext',      'i18ncontent', 'i18nstrings', 'i18nsync', 'ttext',
55    
56        /* Token - required by pathauto */
57        'token',
58    
59      /* Other */      /* Other */
60      'autolocale', 'date_api', 'diff', 'panels', 'pathauto', 'pearwiki_filter', 'recent_changes', 'wikitools',      'autolocale', 'date_api', 'diff', 'panels', 'pathauto', 'pearwiki_filter', 'recent_changes', 'wikitools',
61    
# Line 63  function filmforge_profile_modules() { Line 66  function filmforge_profile_modules() {
66      'video', 'video_customfields', 'video_ffmpeg_helper', 'video_image', 'video_multidownload', 'video_optmetadata', 'video_params', 'video_upload',      'video', 'video_customfields', 'video_ffmpeg_helper', 'video_image', 'video_multidownload', 'video_optmetadata', 'video_params', 'video_upload',
67    
68      /* Views */      /* Views */
69      'nodecloud', 'views', 'views_bonus', 'views_rss', 'views_theme_wizard', 'views_ui',      'nodecloud', 'views', 'views_rss', 'views_theme_wizard', 'views_ui',
70    
71      /* Voting */      /* Voting */
72      'fivestar', 'votingapi',      'fivestar', 'votingapi',
# Line 251  function filmforge_profile_final() { Line 254  function filmforge_profile_final() {
254    variable_set('image_attach_weight_teaser_video', '0');    variable_set('image_attach_weight_teaser_video', '0');
255    variable_set('image_gallery_nav_vocabulary', 1);    variable_set('image_gallery_nav_vocabulary', 1);
256    variable_set('image_max_upload_size', '800');    variable_set('image_max_upload_size', '800');
257    variable_set('image_sizes', array (    variable_set('image_sizes', array(
258    0 =>      '_original' => array('label' => 'Original', 'link' => 1),
259    array (      'thumbnail' => array('label' => 'Thumbnail', 'width' => 200, 'height' => 200, 'link' => 1),
260      'label' => 'thumbnail',      'preview' => array('label' => 'Preview', 'width' => 640, 'height' => 640, 'link' => 1),
261      'width' => '200',      'sidebar' => array('label' => 'sidebar', 'width' => 150, 'height' => 150, 'link' => 1),
262      'height' => '200',      'videoplayer' => array('label' => 'videoplayer', 'width' => 400, 'height' => 300, 'link' => 1),
263    ),    ));
   1 =>  
   array (  
     'label' => 'preview',  
     'width' => '640',  
     'height' => '640',  
   ),  
   2 =>  
   array (  
     'label' => 'sidebar',  
     'width' => '150',  
     'height' => '150',  
   ),  
   3 =>  
   array (  
     'label' => 'videoplayer',  
     'width' => '400',  
     'height' => '300',  
   ),  
   4 =>  
   array (  
     'label' => '',  
     'width' => '',  
     'height' => '',  
   ),  
 ));  
264    variable_set('menu_primary_menu', 2);    variable_set('menu_primary_menu', 2);
265    variable_set('menu_secondary_menu', 2);    variable_set('menu_secondary_menu', 2);
266  //   variable_set('menu_trim_menu_1', '1');  //   variable_set('menu_trim_menu_1', '1');

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.3