Drupal 6
Submitted by zero dev on Mon, 02/28/2011 - 23:43
(Note - this turns out to be about command line PHP rather than the Batch API)
We were looking at a problem. How to convert 350,000 user profiles, built using the core Drupal Profile module into a tidier single table using a custom module solution?
Submitted by zero dev on Sun, 01/23/2011 - 23:27
Welcome to the new D7 version of the site!
The site wot I upgraded
Over the past few days I've learnt a fair bit about Drupal 7 upgrading this site and upgrading a clients site
Submitted by zero dev on Fri, 11/06/2009 - 21:31
When you have a panel or a front page design that does not require a breadcrumb or a title you can either use CSS or Drupal's template_preprocess_page function
By overriding elements of it in template.php in your theme folder you can alter the defaults and change a number of things. It looks like this: