Hello all,
I'm just starting with Drupal and I'm already stuck. Here's what I want to achieve. Take a look at that site: http://www.webdesignfromscratch.com
Well, I'd like to create a similar structure in Drupal:
Basics
--- Web design process
------ Your goals
------ Think-then-do
------ etc...
--- How people use web pages
--- etc...
Tutorials
--- etc...
Case Studies
--- etc...
Each of those nodes should be able to contain an article and, more importantly, be accessed via its corresponding URL. Example:
/basics/
/basics/process/
/basics/process/goals/
/basics/usage/
/tutorials/
So, I've set up a test Drupal installation, enabled the needed modules and created two book pages - "Basics" and "Web design process". For "Basics" page I've set an alias "basics", for "Web design process" I've set an alias "process". The problem is that the URLs are not properly created. Now I have /basics/ and /process/ URLs, instead of /basics/ and /basics/process/. If I manually create the alias to be /basics/process/ - then it's ok. But it's a dumb solution to have to type in the whole tree of categories manually in the alias field and then a slight change in the trunk triggers a wave of problems in branches.
If that's the DEFAULT behavior... well... it's quite illogical... and could you point me to a module that alters that behavior to the manner I described? I just want Drupal to understand that process/ is a sub-article of basics/ and adjust the URL accordingly.