We're considering Drupal and are having difficulty working out if it's
right for us. (Have RTFMed but not sure which FM TR). The best way
to express our requirement is via an (only slightly) artificial example:
We want to run a user group. With Drupal, can we:
- access our list of members held in an external dataabse?
- if not, can we create a table, and import them?
- do we end up having to write a module, or is there
general "access this db/table" functionality?
We want users to be able to register for a conference, so in effect
we want them to be able to:
- populate a row of another table, where the key is their email address
- have continued RO access to that data, so they can update things later
- have RO access to selected pieces of all the other rows, so they
can see if their friends are attending
and
- be able to add new records (and update them later) to yet another table
containing contact details for other people who might want to
attend the conf / join in the user group.
Are we barking up the wrong tree by looking at Drupal?
Even if there is a "user group" module, the real question is: can
we do the above in a general way?
Many thanks,
Niall
ps: some of this seems to have been touched on in the posting "Database GUI, how??"
but it's not clear *how* to do it: is it in-built functionality o