Programmatically add checkbox field to a node type in Drupal 7
How to add a field to a content type programatically, using the field_create_field() and field_create_instance() functions.
How to add a field to a content type programatically, using the field_create_field() and field_create_instance() functions.
How I made a basic mistake which lead to all of my URL's pointing at the base directory.
How to save the value of a field on a user, programatically.
Whats the difference between global $user and user_load()?
This year I was extremely fortunate to be given the opportunity of attending the 2011 European Drupal Con in London. The five day conference was held in and around Fairfield Halls in East Croydon and involved talks and discussions amongst the Drupal community about the future of Drupal, best practices and showing new innovations which could contribute to delivering better solutions.
Following on from my previous post ‘Getting thumbnails using the Vimeo API in PHP’ I thought I’d take a look at what solutions are available for those people using a CMS to integrate with Vimeo, firstly Drupal.