Skip to main content

Home/ Drupal for Developers/ Contents contributed and discussions participated by Scott Blackburn

Contents contributed and discussions participated by Scott Blackburn

Scott Blackburn

How to have a content type use a different page layout? | drupal.org - 0 views

  • function newsflash_preprocess_page(&$variables) {  if ($variables['node']->type == "static") {       $variables['template_files'][] = 'page-node-static';  } elseif ($variables['node']->type == "news") {        $variables['template_files'][] = 'page-node-news';  } elseif ($variables['node']->type == "codes") {        $variables['template_files'][] = 'page-node-codes';  } elseif ($variables['node']->type == "jokes") {        $variables['template_files'][] = 'page-node-jokes';  } }
Scott Blackburn

Ingredients for an Album/Track page | groups.drupal.org - 0 views

  •  
    A good start discussion about media players for Drupal
Scott Blackburn

Content migration: options and strategies » Step Two Designs - 0 views

  •  
    Good article if you need to re-think site migration, especially from a content perspective. This isn't really about Drupal only.
Scott Blackburn

Boost | drupal.org - 0 views

  •  
    For sites that need to completely cache certain pages for anonymous users.
Scott Blackburn

Introducing Spaces for Drupal | Development Seed - 0 views

  •  
    This looks like a module to watch if you develop intranets and use Organic Groups heavily.
Scott Blackburn

Improving Drupal's Performance with the Boost Module for the UN's Millennium Campaign |... - 0 views

  •  
    A good overview of the Boost module.
Scott Blackburn

PHP op-code caches / accelerators: Drupal large site case study | 2bits.com, Inc. - Dru... - 0 views

  •  
    Excellent resource for PHP op-code cache information
« First ‹ Previous 61 - 80 of 328 Next › Last »
Showing 20 items per page