Hi!

I would like to create a worldwide community-like site. This is about creating groups, which can be joined by others, but not forever.
There would be a form to fill, who wants to create group:
Name-Country/City-Groupkind-How many people needed-Short discussion

Form would be saved to database and visitors can search for groups (by city or by group).
Registered users can join groups, and the creater of the group gets a message every time a user wants to join (anybody can create a group). If the creator allows the person join, he/she the name of the user is shown like:

Sam Black
USA/New York
Group1
2 people needed

This is a really good group.

Joined people:
Ricky Barbecue

Users need to fill a personal form too. If the groupcreator lets the user join, the joiner gets an email.
The creator of the group can change or delete the group.

I hope someone can help me.

Comments

nhwebworker’s picture

Sounds like something that drupal is ideally suited for, but just what type of help are you looking for? module advice? examples? someone you will pay who will build this site? I'm sure that being more direct would help you get the support you need. Good luck with your idea.

Zsanna’s picture

Ohh...being too tired... I'm looking for modules. I installed Drupal 6x. I have found friend-modules, but those have too much feature. The biggest problem is to create the forms and integrate them into Drupal.

WorldFallz’s picture

Forms that create drupal nodes are created with the http://drupal.org/project/cck module. Forms that don't create drupal nodes are created with the http://drupal.org/project/webform module.

For group functionality see the http://drupal.org/project/og module. For notifications see the http://drupal.org/project/notifications module (which integrates with the og module).

Zsanna’s picture

Thank You! :)