Hey,
I am hoping for some advice if you can spare the time. We are looking for a CMS that allows our client to author their website pages. I have a range of questions in my mind and would love some guidance as to whether Drupal can help.
1. The navigation structure will be a little like this
Home
About
Services
+ Service 1
+ Service 2
+ Service 2.1
+ Service 3
Contact
The level 1 menu items should be across the top and we need a submenu for the children of the current top item selected if possible.
There are 3 levels of depth, but we would not wish to be limited to more if required. We will wish to access all pages except Home using SEF URLs such as
http://domain.com/services
http://domain.com/services/service2/service21
2. Another requirement will be to have portions of the website available which are bespoke. I am very unsure about this part. What I mean by this is let's imagine we want to add a shop. Our developers would write this functionality and deploy it to say
http://domain.com/shop
So the /shop URL we think should not resolve to Drupal? Is that right? And we'd need to render the page with the theme ourselves but separate to Drupal so it did not appear like we were moving away from the Drupal-driven pages. This seems inefficient but we don't understand how to deploy custom PHP development portions of the site alongside Drupal.