Skip to content
Open Menu
Home
About
Services
Testimonials
Blog
Product Owner eBook
Drupal
LinkedIn
Twitter
GitHub
Drupal 7
Enter Search Term
How to use OpenID Connect Generic plugin with Drupal
The OpenID Connect Generic plugin was created originally with Drupal 7 in mind. This post describes how to setup both Drupal 7 as an IDP and the WordPress plugin.
Read More
Custom Drupal 7 Rules Conditions and Actions
Some example Drupal Rules hooks providing conditions and actions.
Read More
Drupal 7 Themeing Notes
An ongoing list of notes, hints, tips and tricks for Drupal 7 themes and modules. hook_theme(), hook_preprocess_hook(), Drupal render arrays, and many more resources and technical details.
Read More
Drupal 7 Invite module: Send invite_by_email programmatically
How to use the entity api's entity_metadata_wrapper() to send invitation emails provided by the invite_by_email module. This approach can easily be setup as a custom rule action to provide significant flexibility.
Read More
Unlimited Fields Remove
Drupal 7 did the much-needed job of bringing CCK fields into core, but forgot an important piece of the user experience when they did not include a button to easily delete field values. This experimental module provides that missing UX.
Read More
A Very Introduction to Drupal’s hook_form_alter()
Very basic example of a drupal module that works in both Drupal 6 and Drupal 7.
Read More