WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Drupal Calendar View not working and month of November wont show up

Submitted by barnettech on Tue, 11/24/2009 - 12:12

http://drupal.org/node/591382

"I found by trial and error that setting my server to the local timezone (I am trapped in PHP 5.1) and then default PHP Timezone = TRUE in Date4 makes this go away."

"I suspect that the problem is mostly with PHP.
If possible, the best option is to upgrade your PHP to 5.2.x. I am having good luck with 5.2.9 right now.

If you cannot upgrade your PHP version, you should enable the Date PHP4 module. This module is required for PHP versions less than 5.2. From the Date documentation:

Creating Regions (blocks)

Submitted by barnettech on Mon, 11/23/2009 - 12:10

Regions available are in the .info file of your sites theme. To create a new region add it to .info (for intance add: regions[content_top] = Content Top) and then in page.tpl.php you would add

in the location you would like the region to be. See page 408 of the Oreily Drupal Book for more information.

Theme developer module (part of the devel module in drupal 6)

Submitted by barnettech on Mon, 11/23/2009 - 11:43

For help in theming install the Theme developer module. http://drupal.org/project/devel_themer

For Drupal 6, this module was part of the Devel project. For Drupal 7, it is its own project, but relies on the Devel module as a dependency.

Click on any element to see information about the Drupal theme function or template that made it. Page 400 of Using Drupal, by O'REILLY