Drupal

Removing Variable from the system table using SQL.

db_query('DELETE FORM {variable} WHERE name LIKE 'module_limit_%');

Notes to clearify !may_cache changes in Drupal 6

regards the "!$may_cache" not above: What they were trying to say is things like "drupal_add_css" that used to be in that section should now be moved to "hook_init." AFAICT there is no equivalent sect

Using Views 2 and Drupal 6 to Create a Related Pages Block

http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-cre...

Dale asks a good question: before the release of Panels for Drupal 6, how can one associate a block with the node it's being displayed next to without writing a custom module? It turned out to be simpler than I expected. I actually started going down the path of custom modules, but in the process I noticed that Views still have the ability to load Arguments with PHP Code, and my solution wrote itself.

l() function notes

Drupal - robot.txt - Multisite, single db challenged

After several different configurations, I have not be able to get a robotstxt to function on a site by site basis.

Notes from IRC drupal-views

seems to add some of the extra fapi flexibility that we so often need

Defining block regions in Drupal 6.

http://drupal.org/node/171224

highlights

regions[left] = Left sidebar
regions[right] = Right sidebar
regions[content] = Content
regions[header] = Header
regions[footer] = Footer

Syndicate content