By schweitzer on
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
Hi again, With such a busy
Hi again,
With such a busy forum I thought I'd try to bump this up and try again.
Thanks!
One more time... Thanks!
One more time... Thanks!
dude...
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...
_
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.
Great! Much thanks!
Great! Much thanks!