Hi drupal fans,

i need to create a page to allow my students to submit lesson plan ideas (soccer, basketball, swimming, etc.). besides submission, i want to allow them to make changes to their lesson plans.

any idea of a module that would do it?

thanks

Ovande

Comments

caole261188’s picture

CCK would allow you to create custom node types. So you can create a node type called "lesson plan" as you wanted. To allow students to make changes to a specific node type you can use the user access section in admin panel.

skywalker2208’s picture

CCK is not released for drupal 6 yet.

ultimateboy’s picture

Both of the previous posts are correct.. CCK is the best way to accomplish this task. However, at this time, CCK is still in development for D6. This leaves you with several options.

  1. Downgrade to D5: This is recommended if you need your site up quickly.
  2. Wait for D6 CCK Release: If you have a few weeks, wait for the release of CCK for D6.
  3. Help Test: Download, install and try out the development version of CCK for D6 and give it a whirl. Post any bug findings.
  4. Hopefully this helps!

    --matt
    http://www.monarch-digital.com

-- matt tucker