|
|
 |
Re: FN-FORUM: I am after a Drupal add-on
date posted 15th April 2008 13:32
> I am completely new to drupal, and wondering if there is an add-on or
> module that allows for the following:
>
> - People register
Built-in.
> - They can then post a Wanted or Offered item for other registered
> people to browse through or search.
You could create a new content type called "item" and allow registered
people to create things of that type. Then you could create a View that
lists all instances of that type. Perhaps with a on/off toggle so people
can remove things without deleting them. Use the Content Construction Kit
(CCK) to add fields to your "item" as needed.
Or you could write a custom module to do all sorts of clever things.
Anthony
--
www.fonant.com - Quality web sites
|
 |
|