Is there a way to choose different block-to-region assignments per node. For example, if I go to Adminster > Site Building > Blocks, then I will be able to select which blocks I want in which region. But this seems to apply globally to all pages.
I actually want different nodes to have different assignments. For example:
node/1 has the "left-sidebar" region with login, calendar, and notebook modules.
node/2 has the "left-sidebar" region with most recent posts, and who's online modules.
I'm trying to convert the stored blog entries in my personal blog to that of nodes in drupal. I store my dates as datetime timestamp (YYYYMMDD HH:MM:SS AM/PM) to whatever drupal uses. Unfortunately, I can't figure out what drupal uses. Is it doing date/time from the epoch? Is there an easy way for me to translate from my dates to drupal dates so I can keep my dates?
To get my stories inserted as proper nodes do I only need to insert in the node and node_revisions table?
I am new to Drupal, but have been a web developer for many years. I want to switch to Drupal because I want to use a consistent CMS for the websites I develop. Drupal certainly looks like it should fill the bill, but I'm having difficulty understanding the way it works. The basic tutorials are fine and I have the two Apress books: "Building Online Communities with Drupal ..." and "Pro Drupal Development". I'm missing that "ah-ha" moment of understanding. I look at nodes, stories, pages, etc. and am having trouble getting them to all link together cohesively in my mind.
hello,
I had made a static web page, and I want to painlessly make it into a drupal theme. I am wondering if I could just take one of my web pages, add some php scripts to tell it where to put the navigation, and the content, etc.
I been reading some tutorials, but most of the tutorials starts web pages from scratch, and a lot of copying/pasting without explaining what it does.