Planet

Completed Drupal site or project URL: http://doctorsofbc.ca

It's a well-known frustration that the core image management within Drupal isn't great (to put it mildly).

Attending the Higher Education Summit at the 2014 Bay Area Drupal Camp was a great experience.

/**
* Implements hook_privatemsg_message_insert.
*/
function push_notifications_privatemsg_message_insert( $message ) {
if ( variable_get( 'push_notifications_privatemsg_integration', 0 ) ) {

/**
* Additional handler for push_notifications_mass_push_form_validate form validate.
*/
function mymodule_push_notifications_mass_push_form_validate($form, &$form_state) {
}

/**
* Additional handler for push_notifications_mass_push_form_validate form validate.
*/
function mymodule_push_notifications_mass_push_form_validate($form, &$form_state) {
}

So let me guess: You either have a Drupal website or are going to create one and need a place to

So let me guess: You either have a Drupal website or are going to create one and need a place to

Pages