Need help building a form Request/Apply system

MaestroRage - May 30, 2008 - 02:32

I'd like help from experienced module users concerning finding some modules to handle a feature I want to implement in my site, over at http://www.symphonyofspecters.com, which is a composer oriented site.

I want a section where anonymous/registered users can submit a project form. They need to be able to put in a screenshot, text concerning their project, and submit.

All these forms should end up in a "Projects Page" where as a list, with some teaser text concerning the project, these special users on my site can "apply/submit links". The projects should be closable by the creator/admin.

So a demonstration would be something like this.

Fate of Eternia
A fantasy MMO where there are no classes, and stuff just progresses... [Read More]
[Apply/Submit Links]

Any suggestions?

Comments

ajg112’s picture

This sounds like it could be achieved using CCK and Views
http://drupal.org/project/cck
http://drupal.org/project/views

Create a new Content Type dedicated to Projects. Use CCK to add the required fields. Then use Views to create a page that lists the teasers for each project.

Note that CCK and Views is still undergoing development for Drupal 6.X, so you're better off if you're using Drupal 5.X

Andy

MaestroRage’s picture

Thank you for the advice, I will definitely look into this.