Greetings,
Newbie here.
Perhaps you well-seasoned Drupalers can recommend a simple database module.

What I'd like to build is a skill sharing/bartering website for our community. The fields would be Name, Contact info (private), Skill and or things they have to barter and skills and things they'd like to receive. As administrator I would receive an email when someone creates a new account as well as administer the requests. The Skills field needs to be searchable and would be the only field visible to non-registered lurkers.

Appreciate your feedback.

Stephen Schweitzer

Comments

schweitzer’s picture

Hi again,
With such a busy forum I thought I'd try to bump this up and try again.
Thanks!

schweitzer’s picture

One more time... Thanks!

marlowx’s picture

have you tried browsing or searching the Module download section?

i know there is a module that sends you and email when someone registers and/or updates their profile...

WorldFallz’s picture

drupal is a db-- there is no db module. What you describe can easily be built with drupal no problem. Create a content type with cck and add whatever fields you want. Fields are automatically searchable and you can set field based permissions using the content_permissions module (part of the cck package). Also, there are several modules available for email-- browse the admin section of the modules download area.

schweitzer’s picture

Great! Much thanks!