You might try content_profile module. It stores profiles as cck elements, so it probably would work to get them all into one table.
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Earnie Boyd Sent: Sunday, July 10, 2011 6:38 AM To: support@drupal.org Subject: Re: [support] Multiple fields in a table rather than one per table?
Wipe_Out wrote:
Hi Nancy,
As I understand it Field Groups is for grouping fields together for presentation on the site, it doesn't change the way each field is
stored in
a separate table in the database.. I may be wrong and if someone can
confirm
this it would be great..
One file per field has always been the way the profile module worked its magic. If you want something else you'll have to find another module or write one yourself using the form hooks and your own DB table or perhaps store the data in the user data column using the user hooks.