--- plugins/types/profile.inc	2008-01-06 12:43:44.000000000 -0500
+++ plugins/types/profile_new.inc	2008-02-12 16:07:16.000000000 -0500
@@ -29,6 +29,8 @@ function mysite_type_profile($get_option
     'help' => t('You may add your profile to your personal page.'),
     'search' => FALSE
   );
+  $basic_settings = variable_get('mysite_basic_profile_settings', array());
+  $type = array_merge($type, $basic_settings);  
   if ($get_options) {
     $type['options'] = mysite_type_profile_options();
   }
