Drupal 7
This is a collection of Drupal references I've written or collected from around the web.
API Documentation
Coding
- Accessing Node Fields and Language Considerations
- ComputerMinds: Rendering Drupal 7 fields (the right way)
- Creating and Updating Nodes Programmatically in Drupal 7
- Creating your own entities with Entity API
- Custom Drupal 7 view modes
- Custom Form API Elements from Custom Fields
- Digett: Entities References
- Display nodes with Lightbox2
- Easily import Tweets into Drupal using JSON and Feeds
- EntityFieldQuery: Let Drupal Do The Heavy Lifting (Pt 1)
- Executing batch cron operations with drupal_queue
- Exporting your module configuration using Ctools or with custom code - when to use which method?
- Form in a Block With Template File
- Guide to programmatic node creation in Drupal 7
- hook_extra_fields() Example
- How to bootstrap Drupal
- How To Insert and Update Only Specific Fields Of Your Entity In Drupal 7
- How To Save Yourself Some Hair When Manipulating Node Fields
- How to Write Drupal Update Scripts
- Make a link use ajax in Drupal 7
- Moving Comments into a Block
- PHP DOM Parsing Example
- Render a block programmatically
- Trigger Drupal managed AJAX calls at any time with Drupal 7
- Using #theme_wrappers
- Using ctools' modal frames and field collection forms
- ygerasimov: CTools Plugins System Example
Configuration
Distribution Profiles
Drush
- archive-dump/archive-restore example
- Drupal cron failing? Not sure why? here's a handy drush command.
- Drush Aliases and Remote Commands
- Drush and Webserver File Permission Issues
- Drush Rebuild: A utility for rebuilding Drupal development environments
- Installing Drush on a Shared DreamHost Account
- Workflow and tools for developing with install profiles and Drush Make
Features
Field Formatters
Forms
General Articles
Git
JavaScript
Modules
Multi-Lingual
Performance
Responsive / Adaptive
Theming
Upgrade/Migration
Views 3
- Building slideshows with navigation based on Views
- Creating Custom Filters in Views (Tutorial/Metal Toad)
- Custom Sort Drupal Content with the Draggable Views Module
- Demystifying Views API - A developer's guide to integrating with Views
- Flowing a List View into Two Columns (Advomatic)
- How to Create New Features in Views 3
- Outputting/Embedding a Drupal 7 View programmatically
- Views templates in a features module