Hi guys, I'm looking to build a Services Directory Site which will list catagories of services for each state. I was wondering if Drupal is capable of achieving this. To give an example of what I would like to achieve you can visit http://www.brideonline.com.au and look under Wedding Directory.

Also I'm not sure what these are actually called, is it a Portal? or just a web directory?

Advice is appreciated.

Comments

budda’s picture

Each of the items in the directory would be represented by a drupal node.

Use Flexinode.module to define custom node type forms for the admin to fill in when creating entries in the directory.

You can then use directory.module (civispace) to browse the directory by alphabet, or allow Drupal to use the standard numerical pager if you want to browse in the date order.

--
www.bargainspy.co.uk | More Drupal modules

Bodom78’s picture

Thanks budda, I don't fully understand your answer as I have yet to try Drupal, however I now know that it is possible. I look forward to trying out Drupal soon and giving your solution a go.

Thank you.