I'm just wondering how do I call fields in node.tpl.php? With cck and D6 it used to be something along the lines of print $node->field_thename[0]['view'] ... however with the new field api I am stumped!
I'm using Drupal 7. By default the block for the book module lists all the books. Is there a way to have the block show only the pages of the book the user is browsing, instead of listing all the books in the block? Can it be achieved using the Views Module?
What's the best way to set things up for managing large number of pages (~2,000+)? How can you keep them straight / separated? I've got Drupal up and running, but right now I don't see a good way to set up areas of a site and keep them organized.