Skip to main content

Home/ Drupal for Developers/ Group items tagged blog

Rss Feed Group items tagged

Stéphane Métral

cannot post to my Drupal blog from Diigo - 4 views

dupal diigo

started by Stéphane Métral on 26 Feb 09 no follow-up yet
M .

Speed Up and Version Your Views | Tree House Agency | Enterprise-level web development,... - 0 views

  •  
    This is actually a bit old now, but since I managed to ignore it for so long, I guess others could benefit from this. Put your views in modules, put your modules in version control, track what changed in views, track who changed it, easily share views on different (dev, qa, prod) servers...
Daniel Gregoire

Nick Sergeant :: Drupal 6ers… register your theme functions! Here's how. - 3 views

  • <? function name_of_module_theme() { return array( 'name_of_theme_function' => array( 'arguments' => array('items' => NULL) ) ); }
  • <? function theme_name_of_theme_function($items = NULL) { $output = 'hey, this is some output that gets generated when theme_name_of_theme_function($items) is called from somewhere'; return $output; }
Daniel Gregoire

Programmatically create a CCK node | Eric's Drupal Blog - 6 views

  •  
    Programmatic CCK nodes: node properties.
« First ‹ Previous 41 - 60 of 104 Next › Last »
Showing 20 items per page