I was wondering if any knows of a module for drupal that allows me to post about a new show like what is done on this web site that i have developed, im not quite happy with the job i have done and i thought using drupal would make it easier

http://theatre311.com

the functionality it has is y the admin logs in and he/she can add/edit/remove a show and it is displayed on the shows page.

Comments

silverwing’s picture

The way drupal would work is you create a content type and by using taxonomies (in core) along with Views http://drupal.org/project/views and other modules (including http://drupal.org/project/cck), you build what you want. The way you want it.

Can it be done in Drupal? Yes. A little daunting at first? Yes. Worthwhile? Yes.

~silverwing