Looking for some good folks with a great understanding of Drupal inside and out to answer this one...
I am about to undertake converting an existing website from a proprietary CMS and converting it to Drupal. Why would I want to do this? Because the existing CMS infastructure is bloated, messy, and I think drupal could do a much better job of managing all of the content.
Porting over the article content on the existing site will be a breeze; however these is a huge aspect of the site which is going to require quite a bit of custom development; essentially what I want to do is create a node type "Establishment", and have the following elements:
- Establishment Name
- Establishment Contact Info (name, address, etc)
- Establishment Location (e.g. a local neighborhood that its located in...)
- Establishment Picture (and a thumbnail picture for search results)
- Establishment Categories (not taxonomy) more like searchable options, such as smoking, non-smoking, under 18, etc.
For a better understanding of what I'm talking about, check out the website here:
http://www.sotanlife.com/
Write now, all of the establishment veriables are stored in a database, and I'd probably just port that same db structure over to drupal and create some new tables.
Suggestions on the best way to start this process? Start with creating a simple node type,